GHSA-59f3-vp2f-mp9w

Suggest an improvement
Source
https://github.com/advisories/GHSA-59f3-vp2f-mp9w
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-59f3-vp2f-mp9w/GHSA-59f3-vp2f-mp9w.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-59f3-vp2f-mp9w
Aliases
  • CVE-2026-45755
Published
2026-05-28T17:33:47Z
Modified
2026-05-28T17:45:08.714389348Z
Severity
  • 6.6 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:U CVSS Calculator
Summary
Symfony's Mailtrap Mailer Webhook Parser Never Verifies the X-Mt-Signature HMAC — Unauthenticated Webhook Event Injection
Details

Description

The Mailtrap mailer bridge ships a webhook request parser used to authenticate and decode the event callbacks Mailtrap POSTs to an application's webhook endpoint. Its doParse(Request $request, #[\SensitiveParameter] string $secret) method receives the configured webhook secret but never reads it; it decodes and returns the payload unconditionally, ignoring the X-Mt-Signature HMAC header Mailtrap sends with each request.

As a result, an application that wires up the Mailtrap webhook endpoint accepts any POST to that URL, even when a signing secret is configured (the recommended setup). An attacker who knows the endpoint exists can submit forged event payloads, fake delivery / bounce / open / click / spam events, leading to suppression-list corruption, delivery-metrics fraud, etc.

Resolution

MailtrapRequestParser::doParse() now requires and verifies the X-Mt-Signature header, an HMAC-SHA256 of the raw request body keyed with the configured secret, before decoding the payload, using a constant-time comparison.

When no secret is configured the behaviour is unchanged: signature verification remains opt-in, but it is now actually enforced once opted in.

The patch for this issue is available here for branch 7.4.

Credits

Symfony would like to thank Himanshu Anand for reporting the issue and Alexandre Daubois providing the fix.

Database specific
{
    "cwe_ids": [
        "CWE-306",
        "CWE-347"
    ],
    "github_reviewed": true,
    "nvd_published_at": null,
    "github_reviewed_at": "2026-05-28T17:33:47Z",
    "severity": "MODERATE"
}
References

Affected packages

Packagist / symfony/mailtrap-mailer

Package

Name
symfony/mailtrap-mailer
Purl
pkg:composer/symfony%2Fmailtrap-mailer

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.4.12

Affected versions

v7.*
v7.2.0
v7.3.0-BETA1
v7.3.0-RC1
v7.3.0
v7.4.0-BETA1
v7.4.0-RC1
v7.4.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-59f3-vp2f-mp9w/GHSA-59f3-vp2f-mp9w.json"

Packagist / symfony/mailtrap-mailer

Package

Name
symfony/mailtrap-mailer
Purl
pkg:composer/symfony%2Fmailtrap-mailer

Affected ranges

Type
ECOSYSTEM
Events
Introduced
8.0.0
Fixed
8.0.12

Affected versions

v8.*
v8.0.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-59f3-vp2f-mp9w/GHSA-59f3-vp2f-mp9w.json"

Packagist / symfony/symfony

Package

Name
symfony/symfony
Purl
pkg:composer/symfony%2Fsymfony

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.2.0
Fixed
7.4.12

Affected versions

v7.*
v7.2.0
v7.2.1
v7.2.2
v7.2.3
v7.2.4
v7.2.5
v7.2.6
v7.2.7
v7.2.8
v7.2.9
v7.3.0-BETA1
v7.3.0-BETA2
v7.3.0-RC1
v7.3.0
v7.3.1
v7.3.2
v7.3.3
v7.3.4
v7.3.5
v7.3.6
v7.3.7
v7.3.8
v7.3.9
v7.3.10
v7.3.11
v7.4.0-BETA1
v7.4.0-BETA2
v7.4.0-RC1
v7.4.0-RC2
v7.4.0-RC3
v7.4.0
v7.4.1
v7.4.2
v7.4.3
v7.4.4
v7.4.5
v7.4.6
v7.4.7
v7.4.8
v7.4.9
v7.4.10
v7.4.11

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-59f3-vp2f-mp9w/GHSA-59f3-vp2f-mp9w.json"

Packagist / symfony/symfony

Package

Name
symfony/symfony
Purl
pkg:composer/symfony%2Fsymfony

Affected ranges

Type
ECOSYSTEM
Events
Introduced
8.0.0
Fixed
8.0.12

Affected versions

v8.*
v8.0.0
v8.0.1
v8.0.2
v8.0.3
v8.0.4
v8.0.5
v8.0.6
v8.0.7
v8.0.8
v8.0.9
v8.0.10
v8.0.11

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-59f3-vp2f-mp9w/GHSA-59f3-vp2f-mp9w.json"