CWE-8633 advisories

Incorrect Authorization

What it is

An access-control check is present but wrong, so users reach resources they should not.

How to fix it

Upgrade and correct the authorization logic; add tests for each role boundary.

How to avoid it

Enforce authorization server-side on every request, default-deny, and test each boundary.

Known Incorrect Authorization vulnerabilities

Stateward flags Incorrect Authorization 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.