LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3912: OctoRPKI crashes when processing GZIP bomb returned via malicious repository

OctoRPKI tries to load the entire contents of a repository in memory, and in the case of a GZIP bomb, unzip it in memory, making it possible to create a repository that makes OctoRPKI run out of memory (and thus crash).

MediumCVSS 4.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-3912 is a denial-of-service issue in Cloudflare OctoRPKI. A malicious RPKI repository can return a compressed file that expands heavily in memory, causing OctoRPKI to run out of memory and crash.

Executive priority

Treat this as a moderate availability risk for organizations relying on OctoRPKI for RPKI validation. Prioritize remediation where RPKI validation availability supports routing trust or operational resilience.

Technical view

OctoRPKI loads repository contents into memory and decompresses GZIP data in memory. A GZIP bomb from a malicious repository can trigger uncontrolled resource consumption, producing process exhaustion and availability loss. The CVE maps to CWE-400 and has CVSS 3.1 score 4.2.

Likely exposure

Exposure is limited to environments running Cloudflare OctoRPKI or distribution packages containing it. The affected version range is listed as unspecified in the provided CVE data, so version determination requires vendor or distribution advisory review.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation evidence. The CVSS vector indicates network reachability, high attack complexity, high privileges, and required user interaction, with impact limited to availability.

Researcher notes

The provided evidence supports resource-exhaustion denial of service only. It does not identify confidentiality or integrity impact, weaponized exploit activity, or exact affected versions. Further analysis should use the Cloudflare advisory and Debian DSA for package-specific details.

Mitigation direction

  • Review Cloudflare GHSA-g9wh-3vrx-r7hg for affected and fixed versions.
  • Review Debian DSA-5041 if using Debian-provided packages.
  • Upgrade OctoRPKI or related cfrpki packages according to vendor guidance.
  • Monitor OctoRPKI memory use and crash events while remediation is pending.

Validation and detection

  • Inventory systems running Cloudflare OctoRPKI or cfrpki packages.
  • Compare installed versions against Cloudflare and Debian advisories.
  • Check service logs for out-of-memory crashes during repository processing.
  • Confirm RPKI validation service availability after updates or mitigations.
Prepared
Confidence
high
Sources
4

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-400: 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-3912 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
4.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H

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
3Source 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
4.2CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H0.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:N/I:N/A:H

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
CloudflareoctorpkiunspecifiedListed
Weakness

CWE details

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

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

Uncontrolled Resource Consumption represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.