CVE-2026-44716
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
pipecat-aiPyPI | >= 0.0.90, < 1.2.0 | 1.2.0 |
Affected products
3>= 0.0.90, < 1.2.0+ 1 more
- (no CPE)range: >= 0.0.90, < 1.2.0
- cpe:2.3:a:pipecat:pipecat:*:*:*:*:*:python:*:*range: >=0.0.90,<1.2.0
Patches
Vulnerability mechanics
References
6- github.com/pipecat-ai/pipecat/commit/7519c26ac5508573c35fa3a9c4717b013993d129nvdPatchWEB
- github.com/pipecat-ai/pipecat/pull/4417nvdIssue TrackingPatchWEB
- github.com/pipecat-ai/pipecat/security/advisories/GHSA-3363-2ph6-35whnvdExploitMitigationVendor AdvisoryWEB
- github.com/advisories/GHSA-3363-2ph6-35whghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-44716ghsaADVISORY
- github.com/pipecat-ai/pipecat/releases/tag/v1.2.0nvdRelease NotesWEB
News mentions
0No linked articles in our index yet.