Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
4gaBoards: Path Traversal leading to Arbitrary File Read and Deletion in Board Export
Vulnerability 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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Vulnerability Type
对路径名的限制不恰当(路径遍历)
Vulnerability Title
RAR 4ga Boards 路径遍历漏洞
Vulnerability Description
RAR 4ga Boards是RAR个人开发者的一款用于实时项目管理的简易看板系统。 RAR 4ga Boards 3.3.8之前版本存在路径遍历漏洞,该漏洞源于对filename参数未进行包含验证,攻击者可通过路径遍历读取服务器进程可读的任意文件并删除该文件,可能导致数据丢失或拒绝服务。
CVSS Information
N/A
Vulnerability Type
N/A