CVE-2026-45067
Last modified
CVE-2026-45067 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. ### Description `Symfony\Component\Mime\Address` is the value-object every Symfony Mailer address (to/cc/bcc/from/reply-to) flows through; its constructor is documented as validating the address and throwing on invalid input, so developers treat it as a security boundary. The constructor accepts email addresses whose local-part (the part before `@`) is an RFC-5322 *quoted string* containing raw `\r\n` bytes — e.g. `"x\r\nBcc: attacker@evil"@example.com`.
Description
### Description `Symfony\Component\Mime\Address` is the value-object every Symfony Mailer address (to/cc/bcc/from/reply-to) flows through; its constructor is documented as validating the address and throwing on invalid input, so developers treat it as a security boundary. The constructor accepts email addresses whose local-part (the part before `@`) is an RFC-5322 *quoted string* containing raw `\r\n` bytes — e.g. `"x\r\nBcc: attacker@evil"@example.com`. The stored address is later emitted verbatim into (1) the rendered message headers and (2) `SmtpTransport`'s `MAIL FROM:<...>` / `RCPT TO:<...>` protocol lines, turning the embedded CRLF into a new mail header and/or a new SMTP command. ### Resolution The `Address` constructor now rejects addresses containing line breaks. The patch for this issue is available [here](https://github.com/symfony/symfony/commit/dc2dbd29211eb4ddc451373fa1374fb926e94604) for branch 5.4. ### Credits We would like to thank Claude Mythos Preview (via Project Glasswing) for reporting the issue and providing the fix.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/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:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| symfony | symfony | < 5.4.52; >= 6.0.0-BETA1, < 6.4.40; >= 7.0.0-BETA1, < 7.4.12; >= 8.0.0-BETA1, < 8.0.12 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-45067?
How severe is CVE-2026-45067?
How do I fix CVE-2026-45067?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45061Budibase is an open-source low-code platform. Prior to 3.35.…7.7
- CVE-2026-45062FrankenPHP is a modern application server for PHP. From vers…8.1
- CVE-2026-45063Symfony is a PHP framework for web and console applications …9.1
- CVE-2026-45064Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-45065Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-45066Symfony is a PHP framework for web and console applications …6.1
- CVE-2026-45068Symfony is a PHP framework for web and console applications …7.5
- CVE-2026-45069Symfony is a PHP framework for web and console applications …9.1
- CVE-2026-4507A vulnerability was determined in Mindinventory MindSQL up t…6.3
- CVE-2026-45070Symfony is a PHP framework for web and console applications …6.5
- CVE-2026-45071Symfony is a PHP framework for web and console applications …7.5
- CVE-2026-45072Symfony is a PHP framework for web and console applications …5.4
Are you affected by CVE-2026-45067?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
