CVE-2024-39541
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 Improper Handling of Exceptional Conditions vulnerability in the Routing Protocol Daemon (rpd) of Juniper Networks Junos OS and Junos OS Evolved allows an unauthenticated, adjacent attacker to cause a Denial-of-Service (DoS). When conflicting information (IP or ISO addresses) about a node is added to the Traffic Engineering (TE) database and then a subsequent operation attempts to process these, rpd will crash and restart. This issue affects: Junos OS: * 22.4 versions before 22.4R3-S1, * 23.2 versions before 23.2R2, * 23.4 versions before 23.4R1-S1, 23.4R2, This issue does not affect Junos OS versions earlier than 22.4R1. Junos OS Evolved: * 22.4-EVO versions before 22.4R3-S2-EVO, * 23.2-EVO versions before 23.2R2-EVO, * 23.4-EVO versions before 23.4R1-S1-EVO, 23.4R2-EVO, This issue does not affect Junos OS Evolved versions earlier than before 22.4R1.
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 confidenceA vulnerability in the Routing Protocol Daemon (rpd) of Juniper Junos OS and Junos OS Evolved allows an adjacent, unauthenticated attacker to cause a denial-of-service by crashing rpd. The issue occurs when conflicting IP or ISO addresses about a node are added to the Traffic Engineering (TE) database and subsequently processed, triggering an unhandled exceptional condition.
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= 22.4= 23.2= 23.4= 22.4= 23.2= 23.4CVSS 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
- None
- Availability
- High
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
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 Junos OS versionRun 'show version' or 'show version detail' via CLI to retrieve the installed Junos OS version and build dateAffected if The version is 22.4 (any S variant), 23.2, or 23.4 (any S variant)
-
Confirm the product is Junos OS or Junos OS EvolvedRun 'show version' and check the 'Junos OS' or 'Junos OS Evolved' designation in the outputAffected if The device runs Junos OS or Junos OS Evolved in an affected version
-
Determine if Traffic Engineering (TE) database is configuredRun 'show configuration protocols mpls' and 'show configuration protocols isis' to check for traffic-engineering database or te-link configuration; also run 'show ted database' to list entriesAffected if TE database is actively configured or populated with entries
-
Verify adjacency exposureReview interface configurations and network access controls to determine if layer-2 adjacency is exposed to untrusted network segments; check 'show interface' and physical port accessibilityAffected if The device has exposed layer-2 adjacency to untrusted or unauthorized network segments
The device is affected if it runs an affected Junos OS/Evolved version (22.4, 23.2, or 23.4) AND has Traffic Engineering database configured AND is accessible to adjacent attackers via exposed layer-2 interfaces.
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 · scopedApply the vendor-supplied software updates (22.4R3-S1/22.4R3-S2-EVO and later, 23.2R2/23.2R2-EVO and later, or 23.4R1-S1/23.4R2/23.4R1-S1-EVO/23.4R2-EVO and later). As an interim control, restrict layer-2 adjacency and physical access to the routing infrastructure to prevent unauthorized attackers from injecting conflicting TE database entries.
Junos OS: 22.4R3-S1, 23.2R2, or 23.4R1-S1/23.4R2 and later; Junos OS Evolved: 22.4R3-S2-EVO, 23.2R2-EVO, or 23.4R1-S1-EVO/23.4R2-EVO and later
- 1. Identify the exact Junos OS or Junos OS Evolved version currently running using 'show version'
- 2. Based on the product type (Junos OS vs Junos OS Evolved), determine the appropriate upgrade path: for Junos OS upgrade to 22.4R3-S1 or later, 23.2R2 or later, or 23.4R1-S1/23.4R2 or later; for Junos OS Evolved upgrade to 22.4R3-S2-EVO or later, 23.2R2-EVO or later, or 23.4R1-S1-EVO/23.4R2-EVO or later
- 3. Schedule a maintenance window as rpd restart will cause temporary service interruption
- 4. Download the appropriate upgrade image from the Juniper Networks support portal
- 5. Upload the image to the device and initiate the upgrade using 'request system software add <package>'
- 6. After upgrade completes, verify the new version using 'show version' and confirm rpd is running using 'show routing-process'
- 7. Validate that the TE database functions normally with 'show ted database'
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,040.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-39541 — 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-2024-39541 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