---
id: GHSA-5vg9-5847-vvmq
title: 'Laravel Framework: CRLF injection in default email rule '
summary: 'Laravel Framework: CRLF injection in default email rule '
severity: high
cvss: 8.9
cwe:
  - CWE-93
vendor: laravel
product: laravel/framework
ecosystem: composer
affected:
  - 'laravel/framework >= 13.0.0, <= 13.9.0'
  - laravel/framework < 12.60.0
patched:
  - laravel/framework 13.10.0
  - laravel/framework 12.60.0
published: '2026-06-17'
updated: '2026-06-17'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-5vg9-5847-vvmq'
references:
  - url: >-
      https://github.com/laravel/framework/security/advisories/GHSA-5vg9-5847-vvmq
  - url: 'https://github.com/advisories/GHSA-5vg9-5847-vvmq'
tags:
  - ghsa
  - composer
ingestedAt: '2026-06-29T14:31:47.451Z'
---

## Overview

## 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.

## Affected packages

- `laravel/framework >= 13.0.0, <= 13.9.0`
- `laravel/framework < 12.60.0`

## Remediation

Upgrade to a patched release:

- `laravel/framework 13.10.0`
- `laravel/framework 12.60.0`
