Description
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.
Published: 2026-09-04
Score: 8.9 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Laravel’s default email validation permits CRLF injection when combined with the parsing behavior of Symfony Mailer and Symfony Mime. An attacker who submits an email address to any endpoint that accepts user‑supplied email can inject arbitrary CRLF sequences, causing new headers or message boundaries in the outgoing e‑mail. The result is a forged or spoofed message that appears to originate from the application, enabling phishing, spam, or other malicious activities. This vulnerability is an input‑validation weakness, classified as CWE‑93.

Affected Systems

All installations of the Laravel framework before v12.60.0 or v13.10.0 are vulnerable. Any web application that uses Laravel’s built‑in email validation and sends outbound mail to addresses supplied by users is at risk. Versions 12.60.0 and newer of Laravel, and 13.10.0 and newer, contain the correction.

Risk and Exploitability

The flaw carries a CVSS score of 8.9, indicating substantial risk. The EPSS score is not available, and the vulnerability is currently not listed in CISA’s KEV catalog, suggesting no confirmed exploitation yet. An unauthenticated attacker can exploit the flaw remotely via any HTTP interface that accepts an email address, without requiring authentication or additional privileges. The attack requires only sending a crafted request, making it both easy to deploy and potentially weaponized against vulnerable applications.

Generated by OpenCVE AI on September 5, 2026 at 00:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Laravel framework to version 12.60.0 or later, or 13.10.0 or later, as this patch removes the CRLF injection flaw.
  • Validate and sanitize email addresses on the application side before they reach Laravel’s validation logic, ensuring that no CR (\\r) or LF (\\n) characters are present to prevent header injection.
  • If an immediate upgrade is not possible, temporarily block or restrict outbound e‑mail to user‑supplied addresses until the patch is applied.
  • Enforce a whitelist of verified email domains to limit the attack surface.

Generated by OpenCVE AI on September 5, 2026 at 00:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 02:00:00 +0000

Type Values Removed Values Added
First Time appeared Laravel
Laravel framework
Vendors & Products Laravel
Laravel framework

Fri, 04 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
Description 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.
Title CRLF injection in Laravel's default email rule enables SMTP smuggling and spoofed-mail relay
Weaknesses CWE-93
References
Metrics cvssV3_1

{'score': 8.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L'}


Subscriptions

Laravel Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-04T22:11:40.811Z

Reserved: 2026-05-20T17:44:09.587Z

Link: CVE-2026-48019

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-04T23:17:09.143

Modified: 2026-09-04T23:17:09.143

Link: CVE-2026-48019

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T01:45:17Z

Weaknesses
  • CWE-93

    Improper Neutralization of CRLF Sequences ('CRLF Injection')