๐Ÿ” CVE Alert

CVE-2026-50186

HIGH 8.8

4gaBoards: Path Traversal leading to Arbitrary File Read and Deletion in Board Export

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22
Vendor rargames
Product 4gaboards
Published Aug 18, 2026
Stay Ahead of the Next One

Get instant alerts for rargames 4gaboards

Be the first to know when new high vulnerabilities affecting rargames 4gaboards are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

RARgames / 4gaBoards
< 3.3.8

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/RARgames/4gaBoards/security/advisories/GHSA-rv7w-hhqv-65cf github.com: https://github.com/RARgames/4gaBoards/commit/654151d7cc7739e43fd32d368e47bc4090cc65f5 github.com: https://github.com/RARgames/4gaBoards/releases/tag/v3.3.8