Cyber Resilience

CVE-2026-33803

Juniper Junos Os Evolved ≤ 23.2

Published
09 July 2026
Modified
13 July 2026
Patch / advisory
CVSS Score v4 6.9
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N/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.0026 17th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-33803 is a medium-severity Improper Restriction of Communication Channel to Intended Endpoints (CWE-923) vulnerability in Juniper Junos Os Evolved. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17th 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 CM-7 (Least Functionality) and SC-7 (Boundary Protection) — see the control section below for these in your framework.

EU & UK References

No EU or UK CSIRT advisories indexed for this CVE.

Vulnerability Data

An Improper Restriction of Communication Channel to Intended Endpoints vulnerability in Juniper Networks Junos OS Evolved allows an unauthenticated, network-based attacker to cause a limited information disclosure and availability impact to the device. Due to a wrong initialization, a process…

more

which should only be able to communicate internally within the device can be reached over the network via an open port. This leads to a device being inadvertently exposed and increased CPU cycles spent processing ingress packets. This issue affects Junos OS Evolved: * all versions before 23.2R2-S7-EVO, * 23.4 versions before 23.4R2-S8-EVO, * 24.2 versions before 24.2R2-S5-EVO, * 24.4 versions before 24.4R2-S4-EVO, * 25.2 versions before 25.2R2-S1-EVO, * 25.4 versions before 25.4R1-S2-EVO.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

The vulnerability allows unauthenticated network-based access to an internal process via an exposed port, directly enabling exploitation of a public-facing application (T1190).

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

CVEs Like This One

CVE-2026-57028Same product: Juniper Junos Os Evolved
CVE-2023-44195Same product: Juniper Junos Os Evolved
CVE-2025-21599Same product: Juniper Junos Os Evolved
CVE-2024-39523Same product: Juniper Junos Os Evolved
CVE-2024-47509Same product: Juniper Junos Os Evolved
CVE-2025-52985Same product: Juniper Junos Os Evolved
CVE-2023-28966Same product: Juniper Junos Os Evolved
CVE-2024-39562Same product: Juniper Junos Os Evolved
CVE-2023-28983Same product: Juniper Junos Os Evolved
CVE-2024-47505Same product: Juniper Junos Os Evolved

Affected Assets

juniper
junos os evolved
23.2, 23.4, 24.2, 24.4, 25.2 · ≤ 23.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-7 Boundary Protection
  • CM-7 Least Functionality
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)
  • 5 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V8.4.1
  • V10.5.5
  • V12.3.5

Mitigating Controls (NIST 800-53 r5) AI

prevent

Boundary Protection directly blocks the unintended network exposure of an internal-only process by enforcing ingress/egress filtering at network boundaries.

prevent

Least Functionality prevents the erroneous binding of an internal process to a network port, ensuring only required network services are enabled.

detect

System Monitoring can detect anomalous traffic or CPU usage caused by the unintended network-accessible process, enabling early identification of the exposure.

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.IR-01 full match
prevents

Network segmentation and access controls directly enforce communication only with intended endpoints.

PR.AA-03 mostly match
prevents

Authenticating services/hardware directly prevents communication with unintended endpoints.

PR.DS-02 mostly match
prevents

Data-in-transit protections commonly include certificate-based endpoint authentication to ensure correct peers.

ID.AM-03 partial match
prevents

Documenting authorized flows helps define intended endpoints but does not enforce channel restrictions at runtime.

PR.AA-04 partial match
prevents

Protecting identity assertions supports endpoint verification but is narrower than channel restriction.

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

Secure authentication mechanisms ensure the product communicates only with intended, authenticated endpoints.

mitigates

Network security controls directly enforce endpoint validation and channel restrictions.

prevents

Security of network services includes authentication of endpoints and service-to-service channel protection.

mitigates

Network segregation reduces exposure but does not itself validate specific endpoints.

prevents

Cryptography can protect channels but does not guarantee correct endpoint identity without additional controls.

prevents

Application security requirements may specify endpoint validation but do not implement it.

References