Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-3363-2ph6-35wh | Pipecat: Path Traversal in Pipecat Runner `/files` Endpoint — Arbitrary File Read via `%2F`-Encoded Separator |
Fri, 12 Jun 2026 14:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Pipecat
Pipecat pipecat |
|
| CPEs | cpe:2.3:a:pipecat:pipecat:*:*:*:*:*:python:*:* | |
| Vendors & Products |
Pipecat
Pipecat pipecat |
Wed, 10 Jun 2026 14:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Metrics |
ssvc
|
Wed, 10 Jun 2026 02:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| First Time appeared |
Pipecat-ai
Pipecat-ai pipecat |
|
| Vendors & Products |
Pipecat-ai
Pipecat-ai pipecat |
Tue, 09 Jun 2026 23:30:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| 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. | |
| Title | Pipecat: Path Traversal in Pipecat Runner `/files` Endpoint — Arbitrary File Read via `%2F`-Encoded Separator | |
| Weaknesses | CWE-22 | |
| References |
| |
| Metrics |
cvssV3_1
|
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-06-10T13:14:07.004Z
Reserved: 2026-05-07T17:07:09.319Z
Link: CVE-2026-44716
Updated: 2026-06-10T13:13:54.789Z
Status : Analyzed
Published: 2026-06-10T00:16:53.110
Modified: 2026-06-12T14:00:16.413
Link: CVE-2026-44716
No data.
OpenCVE Enrichment
Updated: 2026-06-10T02:15:19Z
Github GHSA