GHSA-5vg9-5847-vvmq
Laravel Framework: CRLF injection in default email rule
Details
## Summary 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.
## Description Laravel applications that send email to addresses provided by users — for example during authentication flows or contact forms — may be vulnerable to manipulation of outbound mail content if the address is not adequately sanitized before it reaches the mail transport layer. An attacker who can supply an email address to such a flow may, under certain conditions, be able to influence the content of emails sent by the application, cause those emails to be delivered to unintended recipients, or cause the application's mail server to send unintended messages.
## Impact Affected applications may be exposed to unauthorized access and mail relay abuse. The severity depends on what the application sends by email and how its mail infrastructure is configured.
## Remediation Upgrade to version 12.60.0 or later, or 13.10.0 or later.
Are you affected?
Enter the version of the package you're using.
Affected packages
13.0.0 Fixed in: 13.10.0 composer require laravel/framework:^13.10.0 0 Fixed in: 12.60.0 composer require laravel/framework:^12.60.0