Security readout for executives and security teams
Plain-English summary
This issue can make vulnerable NLnet Labs Routinator instances run out of memory and crash while fetching RRDP repository data. For organizations relying on Routinator for RPKI validation, the business impact is availability loss in routing-security operations, not data theft based on the supplied sources.
Executive priority
Treat this as a focused availability risk for routing-security infrastructure. It is not evidenced as actively exploited, but production RPKI validators should be updated promptly because a crash can disrupt validation operations.
Technical view
Routinator 0.9.0 through 0.10.1 accepts gzip transfer encoding for RRDP. An RRDP repository can provide highly compressed XML whitespace that expands massively during parsing, exhausting memory while Routinator waits for the next XML element. The weakness is mapped to CWE-1325.
Likely exposure
Exposure is limited to environments running NLnet Labs Routinator 0.9.0 through 0.10.1 and using RRDP repository fetching. Systems packaged through Debian may also be affected if they predate DSA-5041 updates.
Exploitation context
The source bundle does not show active exploitation, and this CVE is not marked KEV. The described attacker position is an RRDP repository serving gzip-compressed content that expands excessively during Routinator processing.
Researcher notes
The supplied evidence supports denial of service via decompression expansion during RRDP XML processing. It does not provide CVSS metrics, exploit activity, or detailed fixed-version data beyond the affected range and advisory references.
Mitigation direction
- Inventory Routinator deployments and identify versions 0.9.0 through 0.10.1.
- Apply the relevant NLnet Labs or Debian security update guidance.
- Prioritize systems used for production RPKI validation.
- Monitor Routinator memory use and crash events until remediation is complete.
Validation and detection
- Confirm installed Routinator versions are outside the affected range.
- Check Debian hosts for DSA-5041-related package updates.
- Review logs for recent Routinator out-of-memory crashes during RRDP fetches.
- Verify RPKI validation service remains stable after updating.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-1325: 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 lookupCVE-2021-43174 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://www.nlnetlabs.nl/downloads/routinator/CVE-2021-43172_CVE-2021-43173_CVE-2021-43174.txtCVE reference · x_refsource_MISC
- DSA-5041CVE reference · vendor-advisory, x_refsource_DEBIAN
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improperly Controlled Sequential Memory Allocation
Improperly Controlled Sequential Memory Allocation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
