CVE-2026-48019 PUBLISHED

CRLF injection in Laravel's default email rule enables SMTP smuggling and spoofed-mail relay

Assigner: GitHub_M
Reserved: 20.05.2026 Published: 04.09.2026 Updated: 04.09.2026

Laravel is a web application framework. Prior to versions 12.60.0 and 13.10.0, a CRLF injection vulnerability in Laravel's email validation, in combination with how Symfony Mailer and Symfony Mime handle certain character sequences, may allow an unauthenticated attacker to interfere with outbound email processing in applications that send mail to user-supplied addresses. This issue has been patched in versions 12.60.0 and 13.10.0.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L
CVSS Score: 8.9

Product Status

Vendor laravel
Product framework
Versions
  • Version >= 13.0.0, < 13.10.0 is affected
  • Version < 12.60.0 is affected

References

Problem Types

  • CWE-93: Improper Neutralization of CRLF Sequences ('CRLF Injection') CWE