CVE-2026-29871 Details
Description
A path traversal vulnerability exists in the awesome-llm-apps project in commit e46690f99c3f08be80a9877fab52acacf7ab8251 (2026-01-19) in the Beifong AI News and Podcast Agent backend in FastAPI backend, stream-audio endpoint, in file routers/podcast_router.py, in function stream_audio. The stream-audio endpoint accepts a user-controlled path parameter that is concatenated into a filesystem path without proper validation or restriction. An unauthenticated remote attacker can exploit this vulnerability to read arbitrary files from the server filesystem, potentially disclosing sensitive information such as configuration files and credentials.
A path traversal vulnerability has been identified in the Beifong AI News and Podcast Agent backend of the awesome-llm-apps project, specifically in commit e46690f99c3f08be80a9877fab52acacf7ab8251. The vulnerability exists in the FastAPI backend, within the stream-audio endpoint of the podcast_router.py file. The issue arises because the endpoint accepts a user-controlled path parameter that is directly concatenated into a filesystem path without adequate validation or restrictions. This flaw enables an unauthenticated remote attacker to exploit the vulnerability and read arbitrary files from the server's filesystem, potentially exposing sensitive information such as configuration files and credentials.
To address this vulnerability, the path traversal issue can be mitigated by implementing proper path validation and normalization. A recommended fix involves using the pathlib library to resolve the requested file path and ensure it remains within the intended directory before serving the file.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/lilmingwa13/security-research/blob/main/CVE-2026-29871.md | [email protected] | ExploitMitigationThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| theunwindai awesome llm apps | < 2026-01-19 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 2, 2026 | Initial Analysis | [email protected] |
| Mar 27, 2026 | CVE Modified | CISA-ADP |
| Mar 27, 2026 | New CVE Received | [email protected] |