CVE-2025-67506 CRITICAL

CVE-2025-67506: PipesHub Vulnerable to Path Traversal through Unauthenticated Arbitrary File Upload

Vendor Pipeshub-Ai
Product pipeshub-ai
Weakness CWE-22 · Path traversal
Published December 10, 2025
Last update December 10, 2025

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

December 10, 2025 CVE published
December 10, 2025 Record updated