Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-reachable CRLF injection needing no privileges but requiring victim interaction (UI:R); authentication bypass yields high confidentiality and integrity impact, with availability accepted per vendor vector though not fully explained.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
7DescriptionCVE.org
Improper neutralization of CRLF sequences ('CRLF injection') vulnerability in TUBITAK BILGEM Software Technologies Research Institute Pardus allows Authentication Bypass.
This issue affects Pardus: from <=0.6.4 before 0.8.0.
AnalysisAI
Authentication bypass in TUBITAK BILGEM Pardus (versions <=0.6.4 up to 0.8.0) stems from improper neutralization of CRLF sequences, letting remote attackers manipulate protocol/header handling to circumvent authentication controls when a user is lured into triggering the crafted request. Reported by TR-CERT, the flaw carries a CVSS 8.8 with total technical impact per CISA SSVC, though EPSS is very low (0.05%, 17th percentile) and there is no public exploit identified at time of analysis. A vendor patch (0.8.0) is available.
Technical ContextAI
The root cause is CWE-93 (Improper Neutralization of CRLF Sequences, 'CRLF Injection'), where untrusted input containing carriage-return/line-feed characters is passed into a context - typically HTTP headers or a line-oriented protocol - without sanitization. Injected CRLF sequences let an attacker split or forge header/response boundaries, which in this case is leveraged to defeat authentication logic. The affected component is TUBITAK BILGEM Pardus (cpe:2.3:a:tubitak_bilgem_software_technologies_research_institute:pardus), developed by Turkey's national research institute; the CPE is wildcarded to all versions, with EUVD constraining the impacted range to Pardus <=0.6.4 before 0.8.0. CRLF-driven authentication bypasses generally arise when header values or session/redirect fields are constructed from user input, allowing the attacker to inject control data that the parser treats as authoritative.
RemediationAI
Vendor-released patch: upgrade Pardus to version 0.8.0 or later, which is the fixed release ending the affected <=0.6.4-to-<0.8.0 range; this is the primary and recommended remediation. Consult the TR-CERT/USOM advisory (https://www.usom.gov.tr/bildirim/tr-26-0131 and https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0131) and VulDB (https://vuldb.com/vuln/360147) for release specifics. If immediate upgrade is not possible, apply compensating controls tailored to CRLF injection: place the affected service behind a reverse proxy or WAF configured to reject requests containing encoded CR (%0d) or LF (%0a) in header-influencing parameters, and enforce strict input validation/normalization that strips CR/LF from any user-controlled value used in headers, redirects, or authentication flows - with the trade-off that overly aggressive filtering may break legitimate multi-value or encoded inputs. Because exploitation requires user interaction, also reduce exposure by restricting network access to the authentication interface to trusted networks and warning users against following untrusted links to the application, accepting the trade-off of reduced accessibility for remote/untrusted users.
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26228