Cyber Resilience

CVE-2026-33785

Access Control in Juniper Junos 24.4 … 25.2

Published
09 April 2026
Modified
17 April 2026
Patch / advisory
CVSS Score v4 6.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:Y/R:U/V:X/RE:M/U:X
EPSS Score 0.0014 4th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-33785 is a medium-severity Missing Authorization (CWE-862) vulnerability in Juniper Junos. Its CVSS base score is 6.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-33785 is a Missing Authorization vulnerability (CWE-862) in the CLI of Juniper Networks Junos OS on MX Series routers. It affects Junos OS 24.4 releases prior to 24.4R2-S3 and 25.2 releases prior to 25.2R2. The issue does not impact Junos OS releases before 24.4. Any user logged into the CLI, without requiring specific privileges, can execute 'request csds' operational commands, which are intended solely for high-privileged users or those designated for Juniper Device Manager (JDM) / Connected Security Distributed Services (CSDS) operations.

A local, authenticated user with low privileges can exploit this vulnerability by issuing the 'request csds' CLI commands. Successful exploitation leads to a complete compromise of the managed devices, as these commands impact all aspects of devices managed via the MX Series. The vulnerability has a CVSS v3.1 base score of 8.8 (AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H), reflecting its high severity due to low attack complexity, low privileges required, no user interaction, and broad scope with high confidentiality, integrity, and availability impacts.

The Juniper security advisory at https://kb.juniper.net/JSA107872 provides details on mitigation. Systems should be upgraded to Junos OS 24.4R2-S3 or later in the 24.4 series, or 25.2R2 or later in the 25.2 series, to address the vulnerability.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A Missing Authorization vulnerability in the CLI of Juniper Networks Junos OS on MX Series allows a local, authenticated user with low privileges to execute specific commands which will lead to a complete compromise of managed devices. Any user logged…

more

in, without requiring specific privileges, can issue 'request csds' CLI operational commands. These commands are only meant to be executed by high privileged or users designated for Juniper Device Manager (JDM) / Connected Security Distributed Services (CSDS) operations as they will impact all aspects of the devices managed via the respective MX. This issue affects Junos OS on MX Series: * 24.4 releases before 24.4R2-S3, * 25.2 releases before 25.2R2. This issue does not affect Junos OS releases before 24.4.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Missing authorization in CLI allows low-privileged local authenticated users to execute high-privileged 'request csds' commands, directly enabling exploitation for privilege escalation with high impact on managed devices.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-52950Same vendor: Juniper
CVE-2025-52954Same vendor: Juniper
CVE-2024-39546Same vendor: Juniper
CVE-2025-59968Same vendor: Juniper
CVE-2025-62954Shared CWE-862
CVE-2025-62048Shared CWE-862
CVE-2024-13653Shared CWE-862
CVE-2025-62006Shared CWE-862
CVE-2025-62909Shared CWE-862
CVE-2024-11725Shared CWE-862

Affected Assets

juniper
junos
24.4, 25.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the missing authorization vulnerability by requiring the system to enforce approved access controls, preventing low-privilege CLI users from executing sensitive 'request csds' commands.

prevent

Enforces least privilege to restrict execution of high-impact CSDS operational commands to only designated high-privileged users, mitigating low-privilege user exploitation.

prevent

Requires timely flaw remediation through upgrades to fixed Junos OS versions (24.4R2-S3 or 25.2R2), eliminating the missing authorization defect in CLI command handling.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-05 full match
prevents

Explicitly requires defining, enforcing, and reviewing authorizations and least privilege, directly preventing missing authorization checks.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Requiring authentication and credentials before any access occurs eliminates the absence of authorization checks that would otherwise allow an unauthenticated actor to reach protected resources.

prevents

Requiring formal authorization of every access request before rights are granted ensures that checks for required permissions are performed, preventing missing authorization checks from being introduced.

prevents

Mandatory authorization checks and central records of granted rights ensure that every access attempt is preceded by an explicit decision rather than relying on missing checks.

mitigates

Segregating the approval of access rights from their implementation provides an independent check that reduces the impact of missing authorization checks in the resulting system configuration.

detects

By requiring competent outsiders to verify that every function enforces the need-to-know principle, the control lowers the likelihood that missing authorization checks persist undetected.

prevents

Defining authorization responsibilities and reviewing risk-treatment progress throughout the project lifecycle catches missing authorization checks before the system is deployed.

References