PatchSiren cyber security CVE debrief
CVE-2026-44716 pipecat-ai CVE debrief
CVE-2026-44716 is a high-severity path traversal vulnerability in Pipecat, a Python framework for building real-time voice and multimodal conversational agents. The vulnerability exists in Pipecat's development runner (src/pipecat/runner/run.py) from version 0.0.90 to before version 1.2.0. 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, allowing an attacker to read any file the pipecat process has permission to access, including SSH private keys, credentials, and system files, with a single unauthenticated HTTP request.
- Vendor
- pipecat-ai
- Product
- pipecat
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-06-10
- Original CVE updated
- 2026-06-12
- Advisory published
- 2026-06-10
- Advisory updated
- 2026-06-12
Who should care
Users of Pipecat versions 0.0.90 to 1.2.0, administrators of systems running Pipecat, and security teams monitoring for potential path traversal attacks.
Technical summary
The vulnerability is caused by a lack of proper input validation in the Pipecat development runner. Specifically, the filename path parameter in the GET /files/{filename:path} endpoint is not properly sanitized, allowing an attacker to traverse the file system and access files outside of the intended directory.
Defensive priority
High
Recommended defensive actions
- Upgrade to Pipecat version 1.2.0 or later.
- Limit access to the Pipecat development runner to only trusted users and networks.
- Monitor for suspicious activity, such as unusual file access requests.
Evidence notes
CVE-2026-44716 has a CVSS score of 7.5 and is considered a high-severity vulnerability. The vulnerability was patched in Pipecat version 1.2.0.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-44716 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-44716
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-44716 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-44716
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/pipecat-ai/pipecat/commit/7519c26ac5508573c35fa3a9c4717b013993d129
[email protected] - Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/pipecat-ai/pipecat/pull/4417
[email protected] - Issue Tracking, Patch
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/pipecat-ai/pipecat/releases/tag/v1.2.0
[email protected] - Release Notes
-
Mitigation or vendor reference
Unverified legacy reference
URL: https://github.com/pipecat-ai/pipecat/security/advisories/GHSA-3363-2ph6-35wh
[email protected] - Exploit, Mitigation, Vendor Advisory
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.