LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3909: Infinite open connection causes OctoRPKI to hang forever

OctoRPKI does not limit the length of a connection, allowing for a slowloris DOS attack to take place which makes OctoRPKI wait forever. Specifically, the repository that OctoRPKI sends HTTP requests to will keep the connection open for a day before a response is returned, but does keep drip feeding new bytes to keep the connection alive.

MediumCVSS 4.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-3909 is a denial-of-service issue in Cloudflare OctoRPKI. A repository serving RPKI data can keep an HTTP connection open for an extremely long time while slowly sending bytes, causing OctoRPKI to wait indefinitely and potentially stop providing reliable validation service.

Executive priority

Treat this as a moderate operational resilience issue. It can disrupt RPKI validation availability, which may affect routing assurance, but the provided evidence does not indicate data compromise, code execution, or confirmed active exploitation.

Technical view

OctoRPKI lacks a limit on connection duration for repository HTTP requests. A slowloris-style peer can drip-feed bytes and keep the request alive, making OctoRPKI hang forever. The reported impact is availability only, mapped to CWE-400 resource exhaustion, with CVSS 3.1 score 4.4.

Likely exposure

Exposure is limited to environments running Cloudflare OctoRPKI or affected cfrpki packages. The source bundle lists affected versions as unspecified, so teams must check their installed package source and vendor advisory status rather than relying on a version range here.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires a repository endpoint that OctoRPKI contacts to hold connections open and slowly send data. Impact is service availability, not data theft or code execution.

Researcher notes

The bundle lacks precise affected and fixed version details. Analysis should stay anchored to the Cloudflare advisory and Debian DSAs. Avoid claiming broader RPKI product exposure without evidence; the named affected product is Cloudflare OctoRPKI/octorpki.

Mitigation direction

  • Review Cloudflare GHSA guidance for affected OctoRPKI/cfrpki versions and remediation.
  • Apply Debian DSA-5033 or DSA-5041 updates where Debian packages are used.
  • Inventory all OctoRPKI deployments and their package source.
  • Monitor OctoRPKI availability and long-running repository fetches until remediated.

Validation and detection

  • Confirm whether OctoRPKI or cfrpki is deployed in production or routing validation workflows.
  • Compare installed builds against Cloudflare and Debian advisory guidance.
  • Review logs for unusually long repository HTTP fetches or validator hangs.
  • After vendor remediation, confirm validator service remains responsive during repository synchronization.
Prepared
Confidence
medium
Sources
5

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-3909 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.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

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