CVE-2026-50186 - 4gaBoards: Path Traversal leading to Arbitrary File Read and Deletion in Board Export
CVE ID :CVE-2026-50186
Published : Aug. 18, 2026, 9:34 p.m. | 26 minutes ago
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// 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.
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...
Published : Aug. 18, 2026, 9:34 p.m. | 26 minutes ago
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/
Severity: 0.0 | NA
Visit the link for more details, such as CVSS details, affected products, timeline, and more...