CVE-2026-62843

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. From 2.63.6 to 2.63.16, File Browser's archive builder uses strings.ReplaceAll(nameInArchive, "\", "/"), which turns a POSIX filename such as ..\..\evil.sh into the archive entry ../../evil.sh, allowing a user with upload permission to plant a backslash-named file that escapes the extraction directory when another user downloads and extracts the generated zip or tar archive. This issue is fixed in version 2.63.17.
Configurations

No configuration.

History

15 Jul 2026, 17:16

Type Values Removed Values Added
References () https://github.com/filebrowser/filebrowser/security/advisories/GHSA-83xp-526h-j3ww - () https://github.com/filebrowser/filebrowser/security/advisories/GHSA-83xp-526h-j3ww -

15 Jul 2026, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-15 16:16

Updated : 2026-07-15 18:15


NVD link : CVE-2026-62843

Mitre link : CVE-2026-62843

CVE.ORG link : CVE-2026-62843


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

CWE-23

Relative Path Traversal