← Back to browse · API

CVE-2025-67506

Severity
CRITICAL
CVSS
9.8
EPSS
0.01831
Risk score
39.84
CISA KEV
No
PoC
No
Published
2025-12-10
Modified
2025-12-10
First seen
2026-08-07
Aliases
EUVD-2025-202360
Products
pipeshub-ai:pipeshub-ai < 0.1.0-beta
Sources
euvd EUVD-2025-202360

Description

PipesHub is a fully extensible workplace AI platform for enterprise search and workflow automation. Versions prior to 0.1.0-beta expose POST /api/v1/record/buffer/convert through missing authentication. The endpoint accepts a file upload and converts it to PDF via LibreOffice by uploading payload to os.path.join(tmpdir, file.filename) without normalizing the filename. An attacker can submit a crafted filename containing ../ sequences to write arbitrary files anywhere the service account has permission, enabling remote file overwrite or planting malicious code. This issue is fixed in version 0.1.0-beta.

References