SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-50186

HIGH · CVSS 8.8 EPSS 0.53% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

4gaBoards versions prior to 3.3.8 are vulnerable to a path traversal attack, allowing authenticated project managers to manipulate the filename parameter in export requests. This can lead to unauthorized access to arbitrary files on the server and potential data loss due to the deletion of those files. Organizations using affected versions should prioritize upgrading to 3.3.8 to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-50186
Severity
HIGH
CVSS
8.8
EPSS
0.53%

Original NVD Description

4gaBoards is a boards system for realtime project management. Prior to 3.3.8, 4gaBoards allows an authenticated project manager to supply traversal sequences in the filename parameter of GET /exports/:id/:filename. In server/api/controllers/boards/download.js, the decoded inputs.filename value is passed to path.join() beneath private/exports/<user_id>/ without containment validation. A crafted value such as ../ can select an arbitrary file readable by the server process, and the file is returned to the attacker. The fileStream close handler then passes the same path to fs.unlink(), deleting the selected file and potentially causing data loss or denial of service. This issue is fixed in version 3.3.8.