CVE-2026-4984

8.2

Botpress · Botpress

A webhook authentication bypass in the Botpress Twilio integration allows attackers to steal account credentials by forging malicious requests.

Executive summary

An unauthenticated remote attacker can exploit a signature validation failure in the Botpress Twilio integration to intercept sensitive credentials and achieve full account compromise.

Vulnerability

The vulnerability exists because the webhook handler fails to validate the X-Twilio-Signature header, allowing unauthenticated attackers to send arbitrary POST requests. By providing a malicious URL, an attacker can force the application to disclose Twilio accountSID and authToken credentials to an external server.

Business impact

The ability for an unauthenticated attacker to steal Twilio credentials poses a severe risk to organizational communications and integrated services. With a CVSS score of 8.2, this vulnerability indicates a high potential for unauthorized access to sensitive third party messaging infrastructure, which could lead to data exfiltration, service disruption, and significant reputational damage.

Remediation

Immediate Action: Since a specific patch version is currently unknown, administrators should immediately disable the affected Twilio integration within the Botpress platform until a security update is provided by the vendor.

Proactive Monitoring: Review web server and application access logs for any unexpected POST requests directed at the Twilio webhook endpoint, particularly those originating from unknown or suspicious IP addresses.

Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect incoming traffic to the webhook endpoint and block requests that lack a valid signature or originate from unauthorized sources.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the high CVSS score and the critical nature of the compromised credentials, this vulnerability requires urgent attention. Security teams must prioritize disabling the vulnerable integration to prevent credential theft while awaiting official remediation from Botpress. Continuous monitoring of integration logs is essential to detect any unauthorized activity until the platform is fully patched.

Sources