CVE-2026-4984

The Twilio integration webhook handler accepts any POST request without validating Twilio's 'X-Twilio-Signature'. When processing media messages, it fetches user-controlled URLs ('MediaUrlN' parameters) using HTTP requests that include the integration's Twilio credentials in the 'Authorization' header. An attacker can forge a webhook payload pointing to their own server and receive the victim's 'accountSID' and 'authToken' in plaintext (base64-encoded Basic Auth), leading to full compromise of the Twilio account.
Configurations

No configuration.

History

10 May 2026, 14:16

Type Values Removed Values Added
CWE CWE-352
CWE-345

27 Mar 2026, 15:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-03-27 15:17

Updated : 2026-05-10 14:16


NVD link : CVE-2026-4984

Mitre link : CVE-2026-4984

CVE.ORG link : CVE-2026-4984


JSON object : View

Products Affected

No product.

CWE
CWE-345

Insufficient Verification of Data Authenticity

CWE-352

Cross-Site Request Forgery (CSRF)