Intel

AIKIDO-2026-10876

symfony/twilio-notifier is vulnerable to Missing Authentication

Missing AuthenticationCVE-2026-47212 Published May 21, 2026

65

Medium Risk

This Affects:

PHPsymfony/twilio-notifier
6.4.0 - 6.4.39
Fixed in 6.4.40
7.0.0 - 7.4.11
Fixed in 7.4.12
8.0.0 - 8.0.11
Fixed in 8.0.12
Are you affected? Scan for Free

TL;DR

TwilioRequestParser receives the configured webhook secret but does not verify the X-Twilio-Signature header. A forged POST to an application webhook endpoint is decoded and accepted as a Twilio callback. Pre-fix applications can process fake delivery, failure, or status events. The fix verifies the Twilio HMAC signature before parsing the webhook payload.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

symfony/twilio-notifier is vulnerable to Missing Authentication in versions 6.4.0 - 6.4.39, 7.0.0 - 7.4.11 and 8.0.0 - 8.0.11.

How to fix this

Upgrade the symfony/twilio-notifier and/or symfony/symfony library to the patch version.