๐Ÿ” CVE Alert

CVE-2026-86071

LOW 3.7

Junrar: LocalFolderExtractor mkdir escape allows directory creation outside extraction root

CVSS Score
3.7
EPSS Score
0.0%
EPSS Percentile
0th

Junrar is an open source Java RAR archive library. Prior to version 7.6.1, LocalFolderExtractor in src/main/java/com/github/junrar/LocalFolderExtractor.java can create directories outside the intended extraction root when processing a crafted archive entry. LocalFolderExtractor.createFile() validates only the final canonical file path, while LocalFolderExtractor.makeFile() creates intermediate path segments with unchecked mkdir() calls. An entry can therefore make the final path resolve inside the destination while causing intermediate directory creation outside it, enabling filesystem pollution or file-versus-directory squatting that can make later security-sensitive writes fail. The demonstrated impact is directory creation, not unconditional arbitrary file-content write. This issue is fixed in version 7.6.1.

CWE CWE-22
Vendor junrar
Product junrar
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for junrar junrar

Be the first to know when new low vulnerabilities affecting junrar junrar 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:H/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

junrar / junrar
< 7.6.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/junrar/junrar/security/advisories/GHSA-89m4-43j5-vhhx github.com: https://github.com/junrar/junrar/commit/e6e333b195a1e3ad271a18fd79d8ac1eb5289343 github.com: https://github.com/junrar/junrar/releases/tag/v7.6.1