CVE-2023-44189
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedAn Origin Validation vulnerability in MAC address validation of Juniper Networks Junos OS Evolved on PTX10003 Series allows a network-adjacent attacker to bypass MAC address checking, allowing MAC addresses not intended to reach the adjacent LAN to be forwarded to the downstream network. Due to this issue, the router will start forwarding traffic if a valid route is present in forwarding-table, causing a loop and congestion in the downstream layer-2 domain connected to the device. This issue affects Juniper Networks Junos OS Evolved on PTX10003 Series: * All versions prior to 21.4R3-S4-EVO; * 22.1 versions prior to 22.1R3-S3-EVO; * 22.2 version 22.2R1-EVO and later versions; * 22.3 versions prior to 22.3R2-S2-EVO, 22.3R3-S1-EVO; * 22.4 versions prior to 22.4R2-S1-EVO, 22.4R3-EVO; * 23.2 versions prior to 23.2R2-EVO.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is an Origin Validation vulnerability in MAC address validation in Juniper Networks Junos OS Evolved on PTX10003 Series routers. A network-adjacent attacker can bypass MAC address checking, allowing unintended MAC addresses to be forwarded to downstream networks. When a valid route exists in the forwarding table, the router forwards this traffic, causing loops and congestion in downstream layer-2 domains.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 21.4= 21.4= 22.1= 22.2= 22.3= 22.4= 23.2CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Adjacent
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify the hardware modelRun 'show chassis hardware' or check the device model to confirm it is a PTX10003 Series routerAffected if The hardware is NOT a PTX10003 or PTX10003-xxx variant (vulnerability only affects PTX10003)
-
Confirm Junos OS Evolved is runningRun 'show version' or 'show system information' to verify the operating system is Junos OS EvolvedAffected if The device is running a different Junos OS variant (vulnerability is specific to Junos OS Evolved)
-
Determine the installed Junos OS Evolved versionRun 'show version' and locate the Junos OS Evolved version number in the outputAffected if The version matches: any release before 21.4, or exactly 21.4, 22.1, 22.2, 22.3, 22.4, or 23.2 (these are the affected versions)
-
Verify layer-2 forwarding is configuredCheck for active layer-2 interfaces or bridging configuration using 'show bridge' or 'show l2-learning interface'Affected if Layer-2 bridging or switching features are actively enabled and forwarding traffic (vulnerability requires L2 forwarding to be exploitable)
The environment is affected if it is a PTX10003 Series router running Junos OS Evolved with a version in the affected list (pre-21.4, 21.4, 22.1, 22.2, 22.3, 22.4, or 23.2) and has layer-2 forwarding features enabled.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped21.4
Upgrade Junos OS Evolved on PTX10003 Series to the fixed versions specified in the Juniper advisory (21.4R3-S4-EVO, 22.1R3-S3-EVO, 22.2R1-EVO and later, 22.3R2-S2-EVO/22.3R3-S1-EVO, 22.4R2-S1-EVO/22.4R3-EVO, or 23.2R2-EVO).
Upgrade to 21.4R3-S4-EVO, 22.1R3-S3-EVO, 22.3R2-S2-EVO/22.3R3-S1-EVO, 22.4R2-S1-EVO/22.4R3-EVO, or 23.2R2-EVO depending on your version branch
- 1. Identify the current Junos OS Evolved version running on the PTX10003 device using 'show version'
- 2. Determine which version branch (21.4R3, 22.1R3, 22.3, 22.4, or 23.2) your current version belongs to
- 3. Download the appropriate fixed version from Juniper Networks support portal: 21.4R3-S4-EVO, 22.1R3-S3-EVO, 22.3R2-S2-EVO or 22.3R3-S1-EVO, 22.4R2-S1-EVO or 22.4R3-EVO, or 23.2R2-EVO
- 4. Upload the Junos OS Evolved software image to the device via FTP/SCP
- 5. Install the new software package using 'request system software add <package-name>'
- 6. Reboot the device using 'request system reboot' to apply the changes
- 7. Verify the new version is running with 'show version' and confirm the fix is applied
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-44189 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2023-44189 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data