Bug 2499747 - CVE-2026-39246 yarnpkg: decompress: arbitrary symlink creation during archive extraction leads to information disclosure [fedora-all]
Summary: CVE-2026-39246 yarnpkg: decompress: arbitrary symlink creation during archive...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: yarnpkg
Version: 45
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["9d8f807a-648d-4899-94c0-d...
Depends On:
Blocks: CVE-2026-39246
TreeView+ depends on / blocked
 
Reported: 2026-07-13 18:02 UTC by jkelly
Modified: 2026-08-17 15:19 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description jkelly 2026-07-13 18:02:14 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

decompress before 4.2.2 allows arbitrary symlink creation during archive extraction. When processing symlink entries (type === 'symlink'), the x.linkname field from the archive is passed directly to fs.symlink() without validation (index.js line 121). The preventWritingThroughSymlink check on line 98 only applies to file entries, not symlink creation. An attacker can craft an archive with symlink entries pointing to sensitive files outside the extraction directory (e.g., /etc/passwd), enabling information disclosure when the application reads the extracted contents.

Comment 1 Fedora Admin user for bugzilla script actions 2026-07-29 07:51:29 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 2 Aoife Moloney 2026-08-17 15:19:14 UTC
This bug appears to have been reported against 'rawhide' during the Fedora Linux 45 development cycle.
Changing version to 45.


Note You need to log in before you can comment on or make changes to this bug.