CWE•Base•Draft•20 recent CVEs
CWE-617Reachable Assertion
Description
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
[object Object]
Common consequences
- Availability→DoS: Crash, Exit, or RestartAn attacker that can trigger an assert statement can still lead to a denial of service if the relevant code can be triggered by an attacker, and if the scope of the assert() extends beyond the attacker's own session.
Potential mitigations
- ImplementationMake sensitive open/close operation non reachable by directly user-controlled data (e.g. open/close resources)
- ImplementationPerform input validation on user data.
Related CWEs
Recent CVEs classified under this CWE
CVE-2026-350582026-06-08CVE-2026-103003.72026-06-01CVE-2026-372337.52026-06-01CVE-2026-372297.52026-06-01CVE-2026-372287.52026-06-01CVE-2026-372277.52026-06-01CVE-2026-372257.52026-06-01CVE-2026-372247.52026-06-01CVE-2026-372237.52026-06-01CVE-2026-372227.52026-06-01CVE-2026-372217.52026-06-01CVE-2026-372207.52026-06-01CVE-2026-43925.32026-05-27CVE-2026-443217.52026-05-27CVE-2026-443197.52026-05-27CVE-2026-88526.22026-05-26CVE-2026-95013.32026-05-25CVE-2026-488523.72026-05-25CVE-2026-59467.52026-05-20CVE-2026-235576.52026-05-19