HarborGuard / CVE
Back to search
HIGHCVE-2026-30942Published Modified CNA GitHub_M

CVE-2026-30942: Flare has a Path Traversal in /api/avatars/[filename]

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.

Metrics

CVSS v4.0
8.3
Severity
HIGH
Fixed in
Affected Products
1
Affected packages
  • FlintSH / Flare
    < 1.7.3
CVSS Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N
CVE-2026-30942: Flare has a Path Traversal in /api/avatars/[filename] | HarborGuard CVE