Skip to main content

CodeChecker CVE-2026-25660

| EUVDEUVD-2026-25417 CRITICAL
Authentication Bypass by Spoofing (CWE-290)
2026-04-24 ERIC GHSA-4v9x-cqc5-j645
9.3
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
9.3 CRITICAL
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

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
N

Lifecycle Timeline

6
Re-analysis Queued
Apr 27, 2026 - 14:52 vuln.today
cvss_changed
Analysis Generated
Apr 24, 2026 - 16:30 vuln.today
CVSS changed
Apr 24, 2026 - 14:22 NVD
9.3 (CRITICAL)
EUVD ID Assigned
Apr 24, 2026 - 14:00 euvd
EUVD-2026-25417
Analysis Generated
Apr 24, 2026 - 14:00 vuln.today
CVE Published
Apr 24, 2026 - 13:10 nvd
CRITICAL 9.3

DescriptionCVE.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.

Share

CVE-2026-25660 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy