Ericsson Codechecker vulnerabilities
11 known vulnerabilities affecting ericsson/codechecker.
Total CVEs
11
CISA KEV
0
Public exploits
1
Exploited in wild
1
Severity breakdown
CRITICAL3HIGH3MEDIUM4LOW1
Vulnerabilities
Page 1 of 1
CVE-2024-10081P1CRITICALCVSS 10.0ExploitedPoCfixed in 6.24.2≤ 6.24.12024-11-06
CVE-2024-10081 [CRITICAL] CWE-288 CVE-2024-10081: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyz
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy.
Authentication bypass occurs when the API URL ends with Authentication. This bypass allows superuser access to all API endpoints other than Authentication. These endpoints include the ability to add, edit, and remove products, amo
ghsanvdosv
CVE-2026-25660P2CRITICALCVSS 9.8fixed in 6.27.4≤ 6.27.32026-04-24
CVE-2026-25660 [CRITICAL] CWE-290 CVE-2026-25660: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyz
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy.
Authentication bypass occurs when the URL ends with Authentication with certain function calls. This bypass allows assigning arbitrary permission to any user existing in CodeChecker.
This issue affects CodeChecker: through 6.27.3
ghsanvd
CVE-2024-10082P2CRITICALCVSS 9.0fixed in 6.24.2≤ 6.24.12024-11-06
CVE-2024-10082 [CRITICAL] CWE-305 CVE-2024-10082: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyz
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy.
Authentication method confusion allows logging in as the built-in root user from an external service. The built-in root user up until 6.24.1 is generated in a weak manner, cannot be disabled, and has universal access.This vulnerab
ghsanvdosv
CVE-2024-53829P3HIGHCVSS 8.2fixed in 6.24.5≤ 6.24.42025-01-21
CVE-2024-53829 [HIGH] CWE-352 CVE-2024-53829: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyz
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 atta
ghsanvdosv
CVE-2025-40843P3HIGHCVSS 7.8fixed in 6.26.2≤ 6.28.22025-10-28
CVE-2025-40843 [HIGH] CWE-121 CVE-2025-40843: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyz
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy.
CodeChecker versions up to 6.26.1 contain a buffer overflow vulnerability in the internal ldlogger library, which is executed by the CodeChecker log command.
This issue affects CodeChecker: through 6.26.1.
ghsanvdosv
CVE-2023-49793P3MEDIUMCVSS 6.5fixed in 6.23.02024-06-24
CVE-2023-49793 [MEDIUM] CWE-22 CVE-2023-49793: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyz
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. Zip files uploaded to the server endpoint of `CodeChecker store` are not properly sanitized. An attacker, using a path traversal attack, can load and display files on the machine of `CodeChecker server`. The vulnerable endpoint is `/
ghsanvdosv
CVE-2021-28861P3HIGHCVSS 7.4≤ 6.24.52022-08-23
CVE-2021-28861 [HIGH] CWE-601 CVE-2021-28861: Python 3.x through 3.10 has an open redirection vulnerability in lib/http/server.py due to no protec
Python 3.x through 3.10 has an open redirection vulnerability in lib/http/server.py due to no protection against multiple (/) at the beginning of URI path which may leads to information disclosure. NOTE: this is disputed by a third party because the http.server.html documentation page states "Warning: http.server is not recommended for production. It
nvd
CVE-2026-58107P4MEDIUMCVSS 5.5fixed in 6.28.32026-08-28
CVE-2026-58107 [MEDIUM] CWE-409 CVE-2026-58107: CodeChecker's massStoreRun processing path performs one-shot decompression of attacker-controlled, B
CodeChecker's massStoreRun processing path performs one-shot decompression of attacker-controlled, Base64-encoded zlib data without enforcing a maximum decompressed size.
An authenticated user with permission to store analysis runs can submit a highly compressed payload that expands to a significantly larger byte sequence. Because the entire decom
nvd
CVE-2021-44217P4MEDIUMCVSS 6.1≤ 6.18.02022-01-18
CVE-2021-44217 [MEDIUM] CWE-79 CVE-2021-44217: In Ericsson CodeChecker through 6.18.0, a Stored Cross-site scripting (XSS) vulnerability in the com
In Ericsson CodeChecker through 6.18.0, a Stored Cross-site scripting (XSS) vulnerability in the comments component of the reports viewer allows remote attackers to inject arbitrary web script or HTML via the POST JSON data of the /CodeCheckerService API.
ghsanvdosv
CVE-2025-1300P4MEDIUMCVSS 6.1fixed in 6.24.62025-02-28
CVE-2025-1300 [MEDIUM] CVE-2025-1300: CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyz
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy.
The CodeChecker web server contains an open redirect vulnerability due to missing protections against multiple slashes after the product name in the URL. This results in bypassing the protections against CVE-2021-28861, leading to the same o
ghsanvdosv
CVE-2026-58108P4LOWCVSS 1.2≥ 6.26.0, < 6.28.32026-08-26
CVE-2026-58108 [LOW] CWE-284 CVE-2026-58108: The personal access token removal query selects from PersonalAccessTokenDB but filters on columns of
The personal access token removal query selects from PersonalAccessTokenDB but filters on columns of Session, with no join between them. SQLAlchemy resolves that as an implicit cross join, so the filter does not constrain the delete to the calling user's own token in the way the code reads as intending. This way a user can delete all personal access to
nvd