CVE-2026-33802: Juniper EX Series CLI Denial-of-Service via Missing Authorization
A local authentication bypass in Juniper EX Series switches allows an already-logged-in user without special privileges to run a sensitive CLI command that crashes network traffic, effectively disabling the switch until it recovers on its own. The attacker must already have console or SSH access, but does not need administrative rights to cause the outage.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.5 MEDIUM · CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Weaknesses (CWE)
- CWE-862
- Affected products
- 44 configuration(s)
- Published / Modified
- 2026-07-09 / 2026-07-14
NVD description (verbatim)
A Missing Authorization vulnerability in the CLI of Juniper Networks Junos OS on EX Series allows a local, authenticated attacker to cause a Denial-of-Service (DoS). On EX2300, EX4000, EX4100, EX4300-MP (Multigigabit) and EX4400 switches, an authenticated, local attacker with no specific permissions or class can execute a specific, privileged CLI 'request' command which will cause complete traffic impact until the system automatically recovers. This issue affects Junos OS on EX2300, EX4000, EX4100, EX4300-MP (Multigigabit) and EX4400: * 23.2R2 versions before 23.2R2-S6, * 23.4 versions before 23.4R2-S8, * 24.2 versions before 24.2R2-S4, * 24.4 versions before 24.4R2-S3, * 25.2 versions before 25.2R2, * 25.4 versions before 25.4R1-S1.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-33802 is a Missing Authorization vulnerability (CWE-862) affecting the Juniper Junos CLI on EX2300, EX4000, EX4100, EX4300-MP, and EX4400 switches. An authenticated local user can invoke a privileged 'request' command without holding the required permissions, triggering a complete traffic disruption. The vulnerability does not require elevated privilege class assignment—any authenticated session can execute the command, resulting in a Denial-of-Service condition that persists until automatic system recovery occurs. The CVSS 3.1 score of 5.5 (Medium) reflects local-only attack surface with high availability impact but no confidentiality or integrity breach.
Business impact
Organizations operating affected EX Series switches face unexpected network outages if insider threats or compromised local accounts execute the vulnerable CLI command. A single authenticated user—whether administrative staff, contractor, or account takeover—can render the switch inoperative, disrupting all traffic through that device and potentially cascading to dependent services. Recovery is automatic but may take minutes, during which connectivity is lost. This is particularly damaging in leaf-spine or core-access topologies where a single EX switch carries significant traffic load.
Affected systems
Juniper Junos OS on EX2300, EX4000, EX4100, EX4300-MP (Multigigabit), and EX4400 switches in the following versions are vulnerable: 23.2R2 before 23.2R2-S6; 23.4 before 23.4R2-S8; 24.2 before 24.2R2-S4; 24.4 before 24.4R2-S3; 25.2 before 25.2R2; and 25.4 before 25.4R1-S1. Verify your running version via 'show version' in the CLI.
Exploitability
Exploitability is constrained by the requirement for local, authenticated access—an attacker must already possess valid credentials and console or SSH connectivity to the switch. However, once authenticated, no additional privilege escalation is needed; the vulnerable command is executable by any authenticated user regardless of role assignment. This is a significant risk in environments with relaxed access controls, shared service accounts, or high user turnover. The attack is trivial to execute—a single command invocation triggers the DoS—and leaves minimal forensic evidence since the action appears legitimate within the authenticated session.
Remediation
Upgrade to patched Junos versions: 23.2R2-S6 or later for 23.2R2 branch; 23.4R2-S8 or later for 23.4 branch; 24.2R2-S4 or later for 24.2 branch; 24.4R2-S3 or later for 24.4 branch; 25.2R2 or later for 25.2 branch; or 25.4R1-S1 or later for 25.4 branch. In the interim, restrict CLI access via AAA policies—enforce role-based access control (RBAC) to limit which users can execute 'request' commands, and monitor for any execution of the vulnerable command against baseline profiles.
Patch guidance
Juniper has released security updates for all affected branches. Coordinate patching during maintenance windows to minimize traffic disruption. Test patches in a lab environment first to ensure compatibility with your deployment model and configuration. Verify patch installation by re-running 'show version' post-upgrade and confirm the version matches the patched release. If your version is not listed above, verify against the official Juniper advisory to identify the correct target patch level for your branch.
Detection guidance
Monitor Juniper switch logs and syslog for execution of the 'request' CLI command by non-administrative users or outside expected maintenance windows. Enable detailed CLI logging if available. Implement network segmentation to restrict local access to the CLI console port; disable unused serial/out-of-band management interfaces. Deploy role-based access control (RBAC) in your AAA system to ensure users can only execute permitted CLI commands. Alert on authentication to the management interface from unexpected source IPs or at unusual times. Consider NetFlow or sFlow monitoring to detect sudden traffic loss patterns that may indicate a successful DoS exploitation.
Why prioritize this
Although the CVSS score is medium and the attack requires local authentication, this vulnerability poses significant operational risk in environments where EX Series switches are critical infrastructure. The automatic, trivial-to-execute nature of the DoS, combined with minimal privilege requirements for an authenticated user, warrants prompt patching. Organizations with strict insider-threat programs or air-gapped management networks may assess risk as lower; those with shared service accounts or permissive access policies should prioritize patching immediately. Patch availability is already released, reducing delays.
Risk score, explained
The CVSS 3.1 score of 5.5 (Medium) correctly reflects: Attack Vector Local (privileged network access required), Attack Complexity Low (no special conditions), Privileges Required Low (any authenticated user), User Interaction None, and high Availability Impact (complete traffic loss). The score does not account for insider threat likelihood or organizational context—security leaders should adjust prioritization based on their access control maturity and threat model. For organizations with weak RBAC or high-risk user populations, consider the practical risk higher than the numeric score suggests.
Frequently asked questions
Does an attacker need to be a network administrator to exploit this?
No. The vulnerability allows any authenticated local user—regardless of assigned role or permission level—to execute the vulnerable command. This is the core issue: authorization checks are missing for a specific CLI operation. A junior operator, contractor, or compromised generic account can trigger the DoS.
What happens after the switch crashes? Does it stay down?
The switch automatically recovers; the outage is not permanent. However, automatic recovery can take several minutes during which all traffic through that switch is lost. Manual recovery (reboot or forced restart) may be necessary if automatic recovery fails, further extending downtime.
Can this vulnerability be exploited remotely?
No. The attack requires local access to the CLI—either serial console or SSH/telnet management interface. An attacker cannot exploit this over the data plane or from the network edge. However, remote SSH access from corporate networks or VPN may increase the practical attack surface in environments with weak SSH key management or password policies.
Are there any workarounds if we cannot patch immediately?
Yes. Implement strict RBAC via AAA (RADIUS, TACACS+, LDAP) to restrict CLI command execution by user role. Disable or restrict SSH/telnet access to the management interface to trusted networks only. Enforce multi-factor authentication for management access. Monitor CLI activity for execution of the vulnerable 'request' command. These mitigations do not fix the underlying bug but reduce the risk of exploitation.
This analysis is based on publicly available vulnerability data and vendor advisories as of the publication date. Organizations should verify all patch versions, affected product SKUs, and remediation steps against the official Juniper Networks advisory before deploying fixes. The risk assessment provided is general guidance; individual environments should conduct threat modeling specific to their access control policies, user populations, and switch placement in the network topology. This vulnerability is not currently listed in the CISA KEV catalog; however, absence from KEV does not indicate low risk. Security leaders should prioritize based on organizational risk tolerance and insider-threat profile. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2022-42479MEDIUMMissing Authorization in TemplateHouse Soledad – MEDIUM Severity Access Control Bypass
- CVE-2022-45813MEDIUMBeRocket Advanced AJAX Product Filters Missing Authorization Flaw
- CVE-2023-25969MEDIUMMissing Authorization in ThemeHunk Contact Form Plugin
- CVE-2023-32959MEDIUMMetroStore Missing Authorization Vulnerability – Patch Guide
- CVE-2024-24709MEDIUMShareaholic Missing Authorization Vulnerability – Update Required
- CVE-2024-31435MEDIUMMissing Authorization in Inisev Social Media & Share Icons Plugin—Patch Guidance
- CVE-2024-33685MEDIUMMissing Authorization in Jegstudio Startupzy 1.1.1 – MEDIUM Severity Vulnerability
- CVE-2024-33909MEDIUMMissing Authorization in Avirtum iPages Flipbook – CVSS 5.3 Patch Guide