Intel

AIKIDO-2026-11075

laravel/framework is vulnerable to CRLF Injection

CRLF InjectionCVE-2026-48019 Published Yesterday

89

High Risk

This Affects:

PHPlaravel/framework
0.0.1 - 12.59.0
Fixed in 12.60.0
13.0.0 - 13.9.0
Fixed in 13.10.0
Are you affected? Scan for Free

TL;DR

The Message mail class in Laravel does not reject email address strings containing carriage return or line feed characters before forwarding them to the Symfony Mailer transport. An attacker who controls an address used by the application can inject additional headers such as Bcc to redirect outbound mail to unintended recipients or abuse the host to relay attacker-controlled email. The fix adds an ensureAddressIsSafe check that throws an InvalidArgumentException for any address containing \r or \n.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

laravel/framework is vulnerable to CRLF Injection in versions 0.0.1 - 12.59.0 and 13.0.0 - 13.9.0.

How to fix this

Upgrade the laravel/framework library to the patch version.