LiveActive security incident?Get immediate response
CVE Record

CVE-2021-34737: Cisco IOS XR Software DHCP Version 4 Server Denial of Service Vulnerability

A vulnerability in the DHCP version 4 (DHCPv4) server feature of Cisco IOS XR Software could allow an unauthenticated, remote attacker to trigger a crash of the dhcpd process, resulting in a denial of service (DoS) condition. This vulnerability exists because certain DHCPv4 messages are improperly validated when they are processed by an affected device. An attacker could exploit this vulnerability by sending a malformed DHCPv4 message to an affected device. A successful exploit could allow the attacker to cause a NULL pointer dereference, resulting in a crash of the dhcpd process. While the dhcpd process is restarting, which may take up to approximately two minutes, DHCPv4 server services are unavailable on the affected device. This could temporarily prevent network access to clients that join the network during that time period. Note: Only the dhcpd process crashes and eventually restarts automatically. The router does not reload.

MediumCVSS 5.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw can let a remote, unauthenticated attacker crash the DHCPv4 server process on affected Cisco IOS XR devices. The router does not reload, but DHCPv4 service may be unavailable for about two minutes while the process restarts, affecting clients trying to join during that window.

Executive priority

Treat this as a moderate infrastructure availability issue. It is unlikely to take routers offline, but it can disrupt client onboarding where IOS XR provides DHCPv4 service. Prioritize exposed network segments with high dependency on DHCP availability.

Technical view

Cisco describes improper validation of certain DHCPv4 messages in IOS XR DHCPv4 server handling. A malformed DHCPv4 message can trigger a NULL pointer dereference and crash dhcpd. CVSS 3.1 is 5.8, with network attack vector, low complexity, no privileges, no user interaction, and low availability impact.

Likely exposure

Exposure is most likely on Cisco IOS XR devices that run the DHCPv4 server feature. Devices not using that feature are not indicated as exposed by the provided description. The affected version range is not included in the supplied bundle, so release validation must rely on Cisco’s advisory.

Exploitation context

The bundle does not indicate known active exploitation, and this CVE is not marked KEV. The described attack is remote and unauthenticated, but impact is limited to temporary DHCPv4 server unavailability; Cisco notes the router itself does not reload.

Researcher notes

The root issue is CWE-476 NULL pointer dereference caused by improper DHCPv4 message validation. Evidence supports DoS against dhcpd only, with automatic restart. The supplied bundle does not provide affected release tables, fixed versions, workarounds, or exploitation reports.

Mitigation direction

  • Review Cisco’s advisory for affected IOS XR releases and fixed software guidance.
  • Inventory IOS XR devices and identify where DHCPv4 server is enabled.
  • Prioritize updates or vendor-recommended workarounds for exposed DHCPv4 server deployments.
  • Monitor for repeated dhcpd crashes or DHCP service interruptions.
  • Avoid assuming a workaround exists unless Cisco documents it.

Validation and detection

  • Confirm whether Cisco IOS XR is deployed on routing infrastructure.
  • Check whether the DHCPv4 server feature is enabled on those devices.
  • Map installed IOS XR versions against Cisco’s advisory.
  • Review operational logs for dhcpd restarts or DHCP service gaps.
  • Confirm remediation status after applying Cisco-recommended updates or guidance.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-34737 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.8Medium
CVSS 3.1 vector shape for CVE-2021-34737Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CiscoCisco IOS XR Softwaren/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.