Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:Y/R:U/V:C/RE:M/U:Red
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
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.
AnalysisAI
Authentication bypass in CodeChecker allows remote unauthenticated attackers to assign arbitrary permissions to any user through specially crafted URLs. All versions through 6.27.3 are affected, exposing static analysis infrastructure to complete compromise. CVSS 9.3 (Critical) with SSVC framework confirming total technical impact and automated exploitation potential. Proof-of-concept code exists (CVSS vector E:P), though CISA KEV does not currently list active exploitation. EPSS data unavailable but attack prerequisites are minimal (AV:N/AC:L/PR:N), making this a high-priority remediation target for organizations using CodeChecker in their development pipelines.
Technical ContextAI
CodeChecker (CPE: cpe:2.3:a:ericsson:codechecker) is an analyzer tooling framework that extends Clang Static Analyzer and Clang Tidy with defect database and viewer capabilities, typically deployed in CI/CD pipelines for C/C++ code quality analysis. This vulnerability stems from CWE-290 (Authentication Bypass by Spoofing), where improper URL handling in authentication middleware allows bypassing security controls. The flaw occurs when URLs are crafted to end with specific authentication-related strings combined with particular function calls, causing the authentication layer to incorrectly validate requests. This architectural weakness permits manipulation of CodeChecker's permission model without proper credential validation, undermining the entire authorization framework that controls access to stored analysis results and configuration settings.
RemediationAI
Upgrade to CodeChecker version 6.28.0 or later once released, monitoring the GitHub security advisory at https://github.com/Ericsson/codechecker/security/advisories/GHSA-4v9x-cqc5-j645 for exact patched version announcement. Until patches deploy, implement compensating controls: restrict CodeChecker web interface access to trusted internal networks only via firewall rules (eliminates AV:N attack vector but requires network segmentation that may impact CI/CD workflows); enforce authentication through a reverse proxy with independent URL validation before requests reach CodeChecker (adds defense-in-depth but increases infrastructure complexity and potential performance overhead); disable external user registration if enabled, limiting attack surface to existing accounts (reduces but does not eliminate privilege escalation risk); enable comprehensive audit logging of all permission changes and review logs for unauthorized modifications (detective control only, does not prevent exploitation). These workarounds significantly impact usability in distributed development scenarios and should be considered temporary measures only.
More in Codechecker
View allCodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. R
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. R
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. R
Memory exhaustion and disk consumption in Ericsson CodeChecker's massStoreRun API endpoint allows authenticated users ho
Stack buffer overflow in Ericsson CodeChecker through 6.28.2 results from an off-by-two error introduced during the CVE-
Improper access control in Ericsson CodeChecker allows an authenticated user to delete all personal access tokens system
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy. R
Same weakness CWE-290 – Authentication Bypass by Spoofing
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-25417
GHSA-4v9x-cqc5-j645