Bug 2507935 - CVE-2026-39243 yarnpkg: Decompress: File disclosure and corruption via arbitrary hardlink creation [fedora-all]
Summary: CVE-2026-39243 yarnpkg: Decompress: File disclosure and corruption via arbitr...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: yarnpkg
Version: 45
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["aaff1ce0-df80-457e-b241-8...
Depends On:
Blocks: CVE-2026-39243
TreeView+ depends on / blocked
 
Reported: 2026-07-28 09:02 UTC by Hardik Vyas
Modified: 2026-08-17 15:39 UTC (History)
2 users (show)

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


Attachments (Terms of Use)

Description Hardik Vyas 2026-07-28 09:02:19 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 hardlink creation during archive extraction, enabling file read disclosure and file corruption. When processing hardlink entries (type === 'link'), the x.linkname field from the archive is passed directly to fs.link() without validation (index.js line 113). An attacker can craft an archive with a hardlink entry whose linkname is an absolute path to any file on the same filesystem. This creates a hardlink inside the extraction directory that shares the same inode as the target file, enabling both reading and overwriting the original file's content. Hardlinks are limited to files on the same filesystem and cannot target directories.

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

Comment 2 Aoife Moloney 2026-08-17 15:39:05 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.