CWE-4006 advisories

Uncontrolled Resource Consumption

What it is

An operation has no upper bound, so a crafted request exhausts CPU, memory or connections (denial of service).

How to fix it

Upgrade, then add limits/timeouts on the affected operation.

How to avoid it

Cap request sizes, set timeouts, and rate-limit expensive operations.

Known Uncontrolled Resource Consumption vulnerabilities

Stateward flags Uncontrolled Resource Consumption in your own code and dependencies on every pull request.

Scan my repo

Summarize with AI

ChatGPTClaudePerplexity

Sources: CISA KEV (public domain), OSV.dev & GitHub Advisory Database (CC-BY-4.0), FIRST EPSS, NVD/CWE (public domain). Served live from the Stateward advisory database.