OESA-2026-1091

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2026-1091
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2026-1091.json
JSON Data
https://api.osv.dev/v1/vulns/OESA-2026-1091
Upstream
Published
2026-01-16T11:59:08Z
Modified
2026-01-16T12:30:17.611746Z
Summary
tar security update
Details

GNU Tar provides the ability to create tar archives, as well as various other kinds of manipulation. For example, you can use Tar on previously created archives to extract files, to store additional files, or to update or list files which were already stored.

Security Fix(es):

GNU Tar through 1.35 allows file overwrite via directory traversal in crafted TAR archives, with a certain two-step process. First, the victim must extract an archive that contains a ../ symlink to a critical directory. Second, the victim must extract an archive that contains a critical file, specified via a relative pathname that begins with the symlink name and ends with that critical file's name. Here, the extraction follows the symlink and overwrites the critical file. This bypasses the protection mechanism of "Member name contains '..'" that would occur for a single TAR archive that attempted to specify the critical file via a ../ approach. For example, the first archive can contain "x -> ../../../../../home/victim/.ssh" and the second archive can contain x/authorized_keys. This can affect server applications that automatically extract any number of user-supplied TAR archives, and were relying on the blocking of traversal. This can also affect software installation processes in which "tar xf" is run more than once (e.g., when installing a package can automatically install two dependencies that are set up as untrusted tarballs instead of official packages). NOTE: the official GNU Tar manual has an otherwise-empty directory for each "tar xf" in its Security Rules of Thumb; however, third-party advice leads users to run "tar xf" more than once into the same directory.(CVE-2025-45582)

Database specific
{
    "severity": "Medium"
}
References

Affected packages

openEuler:22.03-LTS-SP4 / tar

Package

Name
tar
Purl
pkg:rpm/openEuler/tar&distro=openEuler-22.03-LTS-SP4

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.34-6.oe2203sp4

Ecosystem specific

{
    "aarch64": [
        "tar-1.34-6.oe2203sp4.aarch64.rpm",
        "tar-debuginfo-1.34-6.oe2203sp4.aarch64.rpm",
        "tar-debugsource-1.34-6.oe2203sp4.aarch64.rpm"
    ],
    "noarch": [
        "tar-help-1.34-6.oe2203sp4.noarch.rpm"
    ],
    "src": [
        "tar-1.34-6.oe2203sp4.src.rpm"
    ],
    "x86_64": [
        "tar-1.34-6.oe2203sp4.x86_64.rpm",
        "tar-debuginfo-1.34-6.oe2203sp4.x86_64.rpm",
        "tar-debugsource-1.34-6.oe2203sp4.x86_64.rpm"
    ]
}

Database specific

source
"https://repo.openeuler.org/security/data/osv/OESA-2026-1091.json"