CVE-2026-6351
Published: 16 April 2026
Summary
CVE-2026-6351 is a high-severity CRLF Injection (CWE-93) vulnerability in Org (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 8.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents CRLF injection exploits by validating and sanitizing untrusted inputs to block malicious CRLF sequences in MailGates/MailAudit.
Requires identification, reporting, and correction of the specific CRLF injection flaw (CVE-2026-6351), preventing remote file disclosure through timely patching.
Filters information outputs to neutralize CRLF characters, mitigating header injection effects that enable system file reading in responses.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CRLF injection in public-facing mail products enables unauthenticated remote exploitation (T1190) to read system files, directly facilitating local data collection (T1005).
NVD Description
MailGates/MailAudit developed by Openfind has a CRLF Injection vulnerability, allowing unauthenticated remote attackers to exploit this vulnerability to read system files.
Deeper analysisAI
CVE-2026-6351 is a CRLF Injection vulnerability (CWE-93) affecting MailGates and MailAudit products developed by Openfind. Published on 2026-04-16, the vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high severity due to its potential for significant confidentiality impact.
Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity, requiring no privileges or user interaction. Successful exploitation allows attackers to read system files on the affected system.
Advisories from TWCERT/CC provide further details on this vulnerability, available at https://www.twcert.org.tw/en/cp-139-10843-9ff91-2.html and https://www.twcert.org.tw/tw/cp-132-10844-1405d-1.html.
Details
- CWE(s)