CVE-2026-33794
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 Check for Unusual or Exceptional Conditions vulnerability in the advanced forwarding toolkit (evo-aftmand) of Juniper Networks Junos OS Evolved on PTX Series allows an unauthenticated network-based attacker generating continuous routing updates, resulting in unilist ECMP routes, to crash the evo-aftmand process on the PFE, leading to a Denial-of-Service (DoS). The conditions required for successful exploitation are based on a sequence of events that are outside an attacker's direct control. Unified list (unilist) ECMP routes are a specific ECMP behavior where multiple equal-cost routes share a single logical next-hop list entry. The router treats them as one route with multiple next hops and load balances traffic across that unified list. Due to an issue processing unilist ECMP routing updates, internal state corruption may occur, especially in large-scale ECMP unilist deployments, leading to the evo-aftmand process crashing, resulting in an evo-aftmand-bx core. Manual intervention is required to recover by rebooting the system or restarting the FPC. This issue affects Junos OS Evolved on PTX : * from 24.4R2-EVO before 24.4R2-S3-EVO; * from 25.2 before 25.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 confidenceImproper check for unusual conditions in evo-aftmand when processing unilist ECMP routing updates causes internal state corruption, leading to evo-aftmand process crash and DoS on PTX Series routers.
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= 24.4= 25.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
- Network
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:H/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 Evolved versionRun 'show version' or 'request system version' on the deviceAffected if Version is exactly 24.4 or 25.2 (or falls within these specific version branches if ranges are denoted by =)
-
Confirm the device is a PTX Series routerRun 'show chassis hardware' or 'show system information' to identify the hardware modelAffected if The router is a PTX Series device (PTX5000, PTX3000, PTX1000, PTX10008, etc.)
-
Verify ECMP with unilist configuration is in useRun 'show configuration protocols bgp' or 'show configuration protocols isis' and look for 'multipath' and 'unilist' configuration under the appropriate protocol hierarchyAffected if ECMP is configured with the unilist option (e.g., 'set protocols bgp group <name> multipath unicast' with unilist behavior)
-
Monitor for evo-aftmand process crashesRun 'show system processes' or check '/var/log/messages' for recent evo-aftmand crash events using 'show log messages | match aftmand'Affected if The evo-aftmand process has crashed or is experiencing instability
-
Check for ECMP-related routing state corruptionRun 'show route summary' or 'show route table' and compare ECMP next-hop counts for affected prefixes; look for inconsistent or fluctuating path countsAffected if ECMP routes show unexpected state changes or the routing table exhibits corruption symptoms
The device is affected if it runs Junos Evolved 24.4 or 25.2 on PTX Series hardware with ECMP unilist configuration, and exhibits evo-aftmand crashes or routing state anomalies.
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 vendor patches (24.4R2-S3-EVO or later, or 25.2R2-EVO or later) to fix the improper check in the advanced forwarding toolkit; until patched, monitor for evo-aftmand crashes and plan maintenance windows for recovery.
24.4R2-S3-EVO or 25.2R2-EVO (depending on which version branch you are on)
- 1. Identify the current Junos OS Evolved version running on the PTX Series device using 'show version' command
- 2. If running a version in the range 24.4R2-EVO (or later) but before 24.4R2-S3-EVO, plan upgrade to 24.4R2-S3-EVO or later
- 3. If running a version in the range 25.2 (or later) but before 25.2R2-EVO, plan upgrade to 25.2R2-EVO or later
- 4. Schedule a maintenance window as the upgrade will require a system reboot
- 5. Before upgrading, backup the current configuration using 'request system configuration backup'
- 6. Download the appropriate fixed Junos OS Evolved image from Juniper Networks support portal
- 7. Install the upgrade using 'request system software add <package-name>' followed by 'request system reboot'
- 8. After reboot, verify the new version is running with 'show version'
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation12.0 h
- Implementation24.0 h
- Testing20.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $17,856.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-33794 — 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-2026-33794 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