CVE-2026-30942

HIGH EPSS 44.6%
Published Mar 10, 20263mo ago · Modified Jun 17, 20262w ago
8.3 CVSS 4.0
High
Find Similar
Published Mar 10, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago

Description

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.

CVSS Details

Base Score
8.3
Exploitability
Impact
Vector string
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope X

Threat Intelligence

EPSS Exploit Probability
44.6% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 1

CWE-22 Path Traversal Resource Mgmt

Affected Products 1

VendorProductVersionRange
flintshflare* <1.7.3

References 3

  • github.com https://github.com/FlintSH/Flare/commit/cd894cc480619aef958be5de72b1445222fd8d36
    Patch
  • github.com https://github.com/FlintSH/Flare/releases/tag/v1.7.3
    ProductRelease Notes
  • github.com https://github.com/FlintSH/Flare/security/advisories/GHSA-h639-p7m9-mpgp
    ExploitMitigationVendor Advisory

Remediation

  • github.com https://github.com/FlintSH/Flare/commit/cd894cc480619aef958be5de72b1445222fd8d36
    Patch