๐Ÿ” CVE Alert

CVE-2026-44716

HIGH 7.5

Pipecat: Path Traversal in Pipecat Runner `/files` Endpoint โ€” Arbitrary File Read via `%2F`-Encoded Separator

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Pipecat is an open-source Python framework for building real-time voice and multimodal conversational agents. From version 0.0.90 to before version 1.2.0, a path traversal vulnerability exists in Pipecat's development runner (src/pipecat/runner/run.py). When the runner is started with the --folder flag, it exposes a GET /files/{filename:path} download endpoint. The filename path parameter is concatenated directly onto args.folder with no containment check. Starlette normalises literal ../ sequences in URLs, but %2F-encoded slashes bypass this normalisation: the path parameter is URL-decoded after routing, so ..%2F..%2Fetc%2Fpasswd resolves to a path two levels above args.folder. An attacker with network access to the runner can read any file the pipecat process has permission to access โ€” including SSH private keys, credentials, and system files โ€” with a single unauthenticated HTTP request. This issue has been patched in version 1.2.0.

CWE CWE-22
Vendor pipecat-ai
Product pipecat
Published Jun 9, 2026
Stay Ahead of the Next One

Get instant alerts for pipecat-ai pipecat

Be the first to know when new high vulnerabilities affecting pipecat-ai pipecat are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

pipecat-ai / pipecat
>= 0.0.90, < 1.2.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/pipecat-ai/pipecat/security/advisories/GHSA-3363-2ph6-35wh github.com: https://github.com/pipecat-ai/pipecat/pull/4417 github.com: https://github.com/pipecat-ai/pipecat/commit/7519c26ac5508573c35fa3a9c4717b013993d129 github.com: https://github.com/pipecat-ai/pipecat/releases/tag/v1.2.0