Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-42497
PUBLISHED
More InfoOfficial Page
Assigner-CPANSec
Assigner Org ID-9b29abf9-4ab0-4765-b253-1875cd9b441e
View Known Exploited Vulnerability (KEV) details
Published At-26 May, 2026 | 00:17
Updated At-26 May, 2026 | 00:17
Rejected At-
▼CVE Numbering Authority (CNA)
Archive::Tar versions before 3.08 for Perl extract hardlinks to attacker controlled paths outside the extraction directory

Archive::Tar versions before 3.08 for Perl extract hardlinks to attacker controlled paths outside the extraction directory. _make_special_file() passes the tar header's linkname to link() without validating it against absolute paths or .. segments, creating a hardlink that shares the victim file's inode. A subsequent write through the extracted name modifies the victim file, and the post-extraction chmod, chown, and utime block in _extract_file() (guarded only against symlinks via -l) applies the tar header's mode, owner, and timestamps to the shared inode during extraction alone.

Affected Products
Vendor
BINGOS
Product
Archive::Tar
Collection URL
https://cpan.org/modules
Package Name
Archive-Tar
Repo
https://github.com/jib/archive-tar-new
Program Files
  • lib/Archive/Tar.pm
Program Routines
  • Archive::Tar::_make_special_file
  • Archive::Tar::_extract_file
Default Status
unaffected
Versions
Affected
  • From 0 before 3.08 (custom)
Problem Types
TypeCWE IDDescription
CWECWE-59CWE-59 Improper Link Resolution Before File Access ('Link Following')
CWECWE-732CWE-732 Incorrect Permission Assignment for Critical Resource
Type: CWE
CWE ID: CWE-59
Description: CWE-59 Improper Link Resolution Before File Access ('Link Following')
Type: CWE
CWE ID: CWE-732
Description: CWE-732 Incorrect Permission Assignment for Critical Resource
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Upgrade to Archive::Tar 3.08 or later.

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Issue reported.2026-04-12 00:00:00
Version 3.06 released, disabling hardlink extraction by default.2026-05-10 00:00:00
Version 3.08 released.2026-05-22 00:00:00
Event: Issue reported.
Date: 2026-04-12 00:00:00
Event: Version 3.06 released, disabling hardlink extraction by default.
Date: 2026-05-10 00:00:00
Event: Version 3.08 released.
Date: 2026-05-22 00:00:00
Replaced By

Rejected Reason

References
HyperlinkResource
https://github.com/jib/archive-tar-new/commit/17c873492a05eddc0de18c1485e0b2cccd5a9158.patch
patch
https://metacpan.org/release/BINGOS/Archive-Tar-3.08/changes
release-notes
https://www.cve.org/CVERecord?id=CVE-2026-42496
related
Hyperlink: https://github.com/jib/archive-tar-new/commit/17c873492a05eddc0de18c1485e0b2cccd5a9158.patch
Resource:
patch
Hyperlink: https://metacpan.org/release/BINGOS/Archive-Tar-3.08/changes
Resource:
release-notes
Hyperlink: https://www.cve.org/CVERecord?id=CVE-2026-42496
Resource:
related
Details not found