LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3908: Infinite certificate chain depth results in OctoRPKI running forever

OctoRPKI does not limit the depth of a certificate chain, allowing for a CA to create children in an ad-hoc fashion, thereby making tree traversal never end.

MediumCVSS 5.9Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

OctoRPKI can be forced into endless certificate-chain processing because it does not cap chain depth. The business impact is availability: an affected RPKI validator may run indefinitely and stop doing useful work. The provided sources rate this as medium severity, with high attack complexity and no confirmed active exploitation.

Executive priority

Treat this as a targeted availability risk for RPKI validation infrastructure. It is not marked as actively exploited, but a stalled validator can affect routing security operations. Prioritize patch verification where OctoRPKI is deployed.

Technical view

CVE-2021-3908 is a CWE-400 resource-consumption flaw in Cloudflare OctoRPKI. A CA can create children ad hoc so tree traversal never ends. CVSS 3.1 is 5.9: network reachable, high complexity, no privileges or user interaction, unchanged scope, and high availability impact only.

Likely exposure

Exposure appears limited to environments running affected Cloudflare OctoRPKI or Debian-packaged builds covered by DSA-5041. Organizations using OctoRPKI for RPKI validation should prioritize inventory. The source bundle does not specify exact affected versions.

Exploitation context

The source bundle does not report active exploitation, and KEV status is false. Exploitation requires a crafted certificate-chain condition and is rated high complexity. Impact is denial of service through unbounded traversal, not data theft or integrity compromise.

Researcher notes

Evidence is concise: missing certificate-chain depth limits cause non-terminating traversal. CVSS emphasizes network reachability but high complexity and availability-only impact. The bundle lacks exact vulnerable and fixed versions, so version validation depends on the linked vendor advisories.

Mitigation direction

  • Review Cloudflare GHSA-g5gj-9ggf-9vmq for vendor remediation details.
  • For Debian systems, follow DSA-5041 update guidance.
  • Identify all OctoRPKI deployments before assessing urgency.
  • Check vendor guidance for fixed versions; the bundle does not name them.
  • Monitor affected validators for abnormal long-running certificate traversal or availability loss.

Validation and detection

  • Inventory systems running OctoRPKI or related Debian packages.
  • Compare installed package or release status with Cloudflare and Debian advisories.
  • Confirm RPKI validation service remains available after remediation.
  • Review operational logs for repeated or never-ending certificate traversal symptoms.
  • Document any compensating controls if immediate update is not possible.
Prepared
Confidence
medium
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-3908 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.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/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
5.9CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H2.23.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/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.