CVE-2024-53829
published 2025-01-21CVE-2024-53829: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. Cross-site request forgery allows an…
PriorityP343high8.2CVSS 3.1
AVNACLPRNUIRSCCLIHAN
EPSS
0.24%
15.4th percentile
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy.
Cross-site request forgery allows an unauthenticated attacker to hijack the authentication of a logged in user, and use the web API with the same permissions, including but not limited to adding, removing or editing products. The attacker needs to know the ID of the available products to modify or delete them. The attacker cannot directly exfiltrate data (view) from CodeChecker, due to being limited to form-based CSRF.
This issue affects CodeChecker: through 6.24.4.
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| ericsson | codechecker | < 6.24.5 | 6.24.5 |
| ericsson | codechecker | <= 6.24.4 | — |
| ericsson | codechecker | >= 0 < 6.25.0 | 6.25.0 |
| ericsson | codechecker | >= 0 < 6.24.5 | 6.24.5 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
CVE-2024-53829: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
osv·2025-01-21
CVE-2024-53829 CVE-2024-53829: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy.
Cross-site request forgery allows an unauthenticated attacker to hijack the authentication of a logged in user, and use the web API with the same permissions, including but not limited to adding, removing or editing products. The attacker needs to know the ID of the available products to modify or delete them. The attacker cannot directly exfiltrate data (view) from CodeChecker, due to being limited to form-based CSRF.
This issue affects CodeChecker: through 6.24.4.
OSV
Cross-Site Request Forgery in CodeChecker API
osv·2025-01-21
CVE-2024-53829 [HIGH] Cross-Site Request Forgery in CodeChecker API
Cross-Site Request Forgery in CodeChecker API
### Summary
Cross-site request forgery allows an unauthenticated attacker to hijack the authentication of a logged in user, and use the web API with the same permissions.
### Details
Security attributes like HttpOnly and SameSite are missing from the session cookie, allowing its use from XHR requests and form submissions.
The CodeChecker API endpoints only require the session cookie, they do not require a CSRF token, and missing HTTP headers allow the form submission to succeed (but not XHR). This means that the attacker needs to know the ID of products to edit or delete them, but it does not need knowledge to create new products with the SQLite backend.
### PoC
With a superuser logged into CodeChecker.
```html
document.forms[0].submit(
GHSA
Cross-Site Request Forgery in CodeChecker API
ghsa·2025-01-21
CVE-2024-53829 [HIGH] CWE-352 Cross-Site Request Forgery in CodeChecker API
Cross-Site Request Forgery in CodeChecker API
### Summary
Cross-site request forgery allows an unauthenticated attacker to hijack the authentication of a logged in user, and use the web API with the same permissions.
### Details
Security attributes like HttpOnly and SameSite are missing from the session cookie, allowing its use from XHR requests and form submissions.
The CodeChecker API endpoints only require the session cookie, they do not require a CSRF token, and missing HTTP headers allow the form submission to succeed (but not XHR). This means that the attacker needs to know the ID of products to edit or delete them, but it does not need knowledge to create new products with the SQLite backend.
### PoC
With a superuser logged into CodeChecker.
```html
document.forms[0].submit(
No detection rules found.
No public exploits indexed.
No writeups or analysis indexed.
2025-01-21
Published