Back to overview

CVE-2026-54695

HIGH
7.5
CVSS 3.1
Description
Pipecat is an open-source Python framework for building real-time voice and multimodal conversational agents. Prior to 1.4.0, the pipecat development runner registers a /ws WebSocket endpoint for telephony testing that accepts connections without authentication, reads an attacker-supplied callSid from a Twilio stream-start handshake in src/pipecat/runner/utils.py, and passes it to TwilioFrameSerializer so the server can issue an authenticated Twilio REST API hang-up request with the server operator's credentials; equivalent unauthenticated call-control sinks exist for Telnyx and Plivo. This issue is fixed in version 1.4.0.

Metadata

CVE ID
CVE-2026-54695
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-06-15 22:58 UTC
Published
2026-07-09 18:52 UTC
Last updated
2026-07-09 18:52 UTC
Primary CWE
CWE-862
CWE-862: Missing Authorization
Vendor / Product
pipecat-ai / pipecat
Sources
cve.org  ·  NVD

Severity & Metrics

7.5 HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:H
Affected products (1)
VendorProductPlatformVersions
pipecat-ai pipecat < 1.4.0
Weakness (CWE)
CWESourceDescription
CWE-862 cna CWE-862: Missing Authorization
CVSS scores (1)
ScoreSeverityVersionSourceVector
7.5 HIGH 3.1 cna CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:L/A:H
References (5)
Back to overview