Description
SuperPlane before 0.30.0 contains an SMTP header injection vulnerability that allows unauthenticated attackers to inject arbitrary SMTP headers by including CRLF sequences in the event payload title field delivered via webhook. Attackers can manipulate the unsanitized title field passed to the SMTP DATA command to add Bcc recipients for content exfiltration, forge the From address to bypass SPF and DKIM checks, or inject Content-Type and MIME boundary headers to corrupt message bodies for phishing.
Published: 2026-07-28
Score: 6.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SuperPlane before version 0.30.0 allows unauthenticated attackers to insert arbitrary SMTP headers by including CRLF sequences in the event payload title field delivered via webhook. The unsanitized title is passed directly to the SMTP DATA command, which enables attackers to add headers such as Bcc for exfiltration, forge the From address to bypass SPF/DKIM checks, or inject Content-Type and MIME boundary headers to corrupt message bodies, facilitating phishing.

Affected Systems

The vulnerability affects the SuperPlane product from superplanehq. All installations running any version of SuperPlane older than 0.30.0 are susceptible to this exploit. The weakness is triggered through the webhook event title field.

Risk and Exploitability

The EPSS score of less than 1% indicates a low but non-zero likelihood of exploitation in the wild. The CVSS score of 6.3 reflects medium severity. SuperPlane is not listed in the CISA KEV catalog. Attackers can exploit this via unauthenticated access to the webhook endpoint, inserting CRLF sequences in the title to inject malicious SMTP headers. No additional prerequisites beyond the ability to send webhook requests are required.

Generated by OpenCVE AI on August 3, 2026 at 14:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SuperPlane to version 0.30.0 or later to eliminate the header injection flaw
  • Restrict access to the webhook endpoint and validate or sanitize the title field to reject CRLF sequences if an upgrade cannot be performed immediately
  • Monitor outbound SMTP traffic for abnormal headers or forgery patterns and configure email servers to reject messages with suspicious or unsigned headers

Generated by OpenCVE AI on August 3, 2026 at 14:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 28 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Superplanehq
Superplanehq superplane
Vendors & Products Superplanehq
Superplanehq superplane

Tue, 28 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Description SuperPlane before 0.30.0 contains an SMTP header injection vulnerability that allows unauthenticated attackers to inject arbitrary SMTP headers by including CRLF sequences in the event payload title field delivered via webhook. Attackers can manipulate the unsanitized title field passed to the SMTP DATA command to add Bcc recipients for content exfiltration, forge the From address to bypass SPF and DKIM checks, or inject Content-Type and MIME boundary headers to corrupt message bodies for phishing.
Title SuperPlane < 0.30.0 SMTP Header Injection via Webhook Event Title
Weaknesses CWE-93
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'}


Subscriptions

Superplanehq Superplane
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-29T15:25:00.652Z

Reserved: 2026-06-24T15:58:58.537Z

Link: CVE-2026-57511

cve-icon Vulnrichment

Updated: 2026-07-29T13:23:12.370Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T20:17:27.197

Modified: 2026-07-30T20:16:05.187

Link: CVE-2026-57511

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:30:18Z

Weaknesses
  • CWE-93

    Improper Neutralization of CRLF Sequences ('CRLF Injection')