CVE-2026-44716
Last modified
CVE-2026-44716 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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). EPSS estimates a 0.42% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Pipecat | Pipecat | >= 0.0.90, < 1.2.0 |
References
- https://github.com/pipecat-ai/pipecat/pull/4417Issue Tracking, Patch
- https://github.com/pipecat-ai/pipecat/security/advisories/GHSA-3363-2ph6-35whExploit, Mitigation, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-44716?
How severe is CVE-2026-44716?
How do I fix CVE-2026-44716?
Are you affected by CVE-2026-44716?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
