Improper Verification of Cryptographic Signature in Symfony - CVE-2026-47212

 

Improper Verification of Cryptographic Signature in Symfony - CVE-2026-47212

Published: May 21, 2026


Vulnerability identifier: #VU132054
CSH Severity: Medium
CVSS v4.0: 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/U:Green
CVE-ID: CVE-2026-47212
CWE-ID: CWE-347
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: SensioLabs
Affected software:
Symfony

Detailed vulnerability description

The vulnerability allows a remote attacker to inject forged webhook events.

The vulnerability exists due to improper verification of cryptographic signature in the TwilioRequestParser webhook request parser when handling webhook POST requests. A remote attacker can send a specially crafted request to inject forged webhook events.

This affects applications that expose the Twilio webhook endpoint and have a signing secret configured, because the parser ignores the X-Twilio-Signature header and accepts arbitrary status payloads.


How to mitigate CVE-2026-47212

Install security update from vendor's website.

Sources