Bug 2446087 (CVE-2026-30942) - CVE-2026-30942 flare: Flare: Information disclosure via authenticated path traversal
Summary: CVE-2026-30942 flare: Flare: Information disclosure via authenticated path tr...
Keywords:
Status: NEW
Alias: CVE-2026-30942
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2446220
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-03-10 18:02 UTC by OSIDB Bzimport
Modified: 2026-03-10 20:18 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-03-10 18:02:32 UTC
Flare is a Next.js-based, self-hostable file sharing platform that integrates with screenshot tools. Prior to 1.7.3, an authenticated path traversal vulnerability in /api/avatars/[filename] allows any logged-in user to read arbitrary files from within the application container. The filename URL parameter is passed to path.join() without sanitization, and getFileStream() performs no path validation, enabling %2F-encoded ../ sequences to escape the uploads/avatars/ directory and read any file accessible to the nextjs process under /app/. Authentication is enforced by Next.js middleware. However, on instances with open registration enabled (the default), any attacker can self-register and immediately exploit this. This vulnerability is fixed in 1.7.3.


Note You need to log in before you can comment on or make changes to this bug.