Cyber Resilience

CVE-2026-57028

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:L/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.0018 8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-57028 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 8th 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 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 license exhaustion. Due to an incorrect initialization, a process which should only be able to communicate internally…

more

within the device, can be reached over the network via an open port. This leads to unauthorized access to the license management. This issue affects all Junos OS Evolved versions before 23.2R2-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 exposes an internal license management process over the network via an open port, directly enabling remote exploitation of a public-facing application (T1190) by unauthenticated attackers.

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

CVEs Like This One

CVE-2026-33803Same 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.2

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SC-7 Boundary Protection
  • AC-3 Access Enforcement
  • CM-7 Least Functionality
Detect
Catch it (NIST detect / respond)

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 would block the unintended network exposure of the internal license-management port that the CVE exploits.

prevent

Access enforcement would deny unauthenticated network requests to the license-management service that should only be reachable internally.

prevent

Least functionality would disable or remove the erroneously opened network port, eliminating the attack surface described in the CVE.

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