LiveActive security incident?Get immediate response
CVE Record

CVE-2023-44487: The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation c...

The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.

HighCVSS 7.5Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-44487 is the HTTP/2 “Rapid Reset” denial-of-service issue. Attackers abused normal request cancellation behavior to make servers consume resources at extreme rates, disrupting availability. It was exploited in the wild from August through October 2023 and is marked in KEV, so internet-facing HTTP/2 services deserve priority review.

Executive priority

Treat this as a high-priority availability risk for public digital services. It is not a breach indicator by itself, but successful exploitation can degrade or take down customer-facing platforms. Prioritize exposed HTTP/2 paths and vendor remediation confirmation.

Technical view

The flaw is protocol-level resource exhaustion: clients can rapidly create and cancel many HTTP/2 streams, causing server-side work without equivalent attacker cost. CVSS is 7.5 with network access, low complexity, no privileges, and high availability impact. Affected exposure depends on each HTTP/2 implementation and front-end architecture.

Likely exposure

Organizations exposing HTTP/2 through public websites, APIs, reverse proxies, load balancers, CDNs, service meshes, or application servers may be exposed. The bundle does not provide a single vendor/product list, so scope must be determined from HTTP/2 usage and applicable vendor advisories.

Exploitation context

Active exploitation is supported by KEV status and the CVE description. Cloudflare and Google reported large-scale HTTP/2 Rapid Reset DDoS activity in 2023. The sources describe availability attacks, not data theft or code execution.

Researcher notes

Evidence points to a broad protocol behavior rather than one named product. Avoid assuming exposure from the CVE record alone; validate HTTP/2 enablement, front-end termination points, and implementation-specific advisories. The source bundle includes vendor and project references but incomplete normalized affected CPE data.

Mitigation direction

  • Inventory all internet-facing services and intermediaries that negotiate HTTP/2.
  • Apply vendor updates or configuration guidance for each HTTP/2 component in scope.
  • Confirm CDN, WAF, and DDoS protections include HTTP/2 Rapid Reset handling.
  • Review vendor advisories before disabling HTTP/2 as a temporary risk decision.
  • Monitor for abnormal HTTP/2 reset and stream churn patterns.

Validation and detection

  • Check public endpoints for HTTP/2 support and map the serving component chain.
  • Review edge, proxy, and application logs for reset-heavy HTTP/2 traffic.
  • Verify deployed versions against vendor advisories referenced in the bundle.
  • Confirm DDoS provider or cloud edge mitigations are enabled and documented.
  • Run only approved, non-destructive availability validation in controlled environments.
Prepared
Confidence
high
Sources
10

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-2023-44487 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
High
CVSS
7.5 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/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
5Timeline events
3ADP providers
47Source links

CISA KEV status

Status
Known exploited
Source
CISA-ADP
Date added
KEV reference

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: activeAutomatable: yesTechnical Impact: partial

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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-44487Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Added to KEVCISA-ADP

    CISA Known Exploited Vulnerabilities metadata lists this CVE as known exploited.

  3. ADP timelineCISA-ADP

    CVE-2023-44487 added to CISA KEV

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvcother:kev
  • 2023-10-10T00:00:00.000Z: CVE-2023-44487 added to CISA KEV
CVECVE Program Container
siemens-SADPADP container

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
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.