Lucene search
+L

9637 matches found

Rockylinux
Rockylinux
added 2026/08/19 6:01 a.m.13 views

python3 security update

An update is available for python3. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Python is an interpreted, interactive, object-oriented programming language,...

7.8CVSS5.4AI score0.0075EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.18 views

PT-2026-78786

Name of the Vulnerable Software and Affected Versions Splunk SOAR versions prior to 8.6.0 Description A user with the Administrator role can perform path traversal during the archive extraction process of the Universal Forwarder installer. This occurs because the credentials-package extraction...

6.5CVSS5.2AI score0.00361EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/19 12:00 a.m.24 views

Linux Distros Unpatched Vulnerability : CVE-2026-17106

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to...

7.1CVSS5.7AI score0.00325EPSS
SaveExploits2References3
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.17 views

PT-2026-78785

Name of the Vulnerable Software and Affected Versions Splunk SOAR versions prior to 8.6.0 Description A path traversal issue exists in the archive extraction routine during app installation. This occurs because the system fails to validate that extracted file paths remain within the intended...

6.5CVSS5.3AI score0.00361EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.23 views

PT-2026-78481

Name of the Vulnerable Software and Affected Versions Python affected versions not specified Description In the tarfile module, the tar and data extraction filters allow the creation of empty directories outside the intended destination on POSIX platforms. This occurs when a member name leaves th...

6.3CVSS5.4AI score0.00409EPSS
SaveExploits0References7
Snyk
Snyk
added 2026/08/18 11:12 p.m.11 views

Symlink Attack

Overview Affected versions of this package are vulnerable to Symlink Attack through the Unpack and UnpackLayer routines in archive.go and diff.go. An attacker can create or overwrite files outside the intended extraction directory by supplying a crafted archive with traversal entries or symlink...

7.8CVSS5.8AI score0.00325EPSS
SaveExploits2References2
Github Security Blog
Github Security Blog
added 2026/08/18 9:17 p.m.34 views

moby/go-archive: Crafted tar archive can write outside the extraction directory

Summary The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. A crafted archive can create or overwrite files outside the intended destination. Details The extracto...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits2References8Affected Software1
OSV
OSV
added 2026/08/18 9:17 p.m.8 views

GHSA-HFG8-HC9C-6C3H moby/go-archive: Crafted tar archive can write outside the extraction directory

Summary The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. A crafted archive can create or overwrite files outside the intended destination. Details The extracto...

7.1CVSS5.6AI score0.00325EPSS
SaveExploits2References8
NVD
NVD
added 2026/08/18 7:16 p.m.12 views

CVE-2026-17106

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS0.00325EPSS
SaveExploits2References8
OSV
OSV
added 2026/08/18 7:16 p.m.7 views

AZL-97007 CVE-2026-17106 affecting package moby-engine for versions less than 25.0.3-20

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS6AI score0.00325EPSS
SaveExploits2References1
OSV
OSV
added 2026/08/18 7:16 p.m.5 views

DEBIAN-CVE-2026-17106

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS5.8AI score0.00325EPSS
SaveExploits2References1
UbuntuCve
UbuntuCve
added 2026/08/18 7:16 p.m.14 views

CVE-2026-17106

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS6AI score0.00325EPSS
SaveExploits2References1
OSV
OSV
added 2026/08/18 7:16 p.m.8 views

UBUNTU-CVE-2026-17106

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS6AI score0.00325EPSS
SaveExploits2References2
OSV
OSV
added 2026/08/18 7:11 p.m.13 views

CVE-2026-19671 Improper handling of highly compressed data (data amplification) in CISA Malcolm

Malcolm's upload-processing pipeline scripts/safe-extract.py enforces entry-count, nesting-depth, and total-uncompressed-byte limits when extracting container archives zip/tar/rar/7z via libarchive, but those limits are not applied when the uploaded file is a single-stream compressed format .gz,...

7.1CVSS5.5AI score0.00222EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/18 6:35 p.m.200 views

CVE-2026-17106

CVE-2026-17106 is a TOCTOU race in docker cp caused by two flaws in moby/go-archive: the daemon's tar walk and the CLI's extraction both use different path values for validation vs. filesystem operations. An attacker-controlled container plants a symlink in the archive; the CLI validates a constr...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits2References8
EUVD
EUVD
added 2026/08/18 6:35 p.m.15 views

EUVD-2026-61112

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits2References7
Debian CVE
Debian CVE
added 2026/08/18 6:35 p.m.9 views

CVE-2026-17106

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS5.8AI score0.00325EPSS
SaveExploits2
Cvelist
Cvelist
added 2026/08/18 6:35 p.m.33 views

CVE-2026-17106 Tar extraction in moby/go-archive can write outside the destination directory via link following

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS0.00325EPSS
SaveExploits2References7
Vulnrichment
Vulnrichment
added 2026/08/18 6:35 p.m.11 views

CVE-2026-17106 Tar extraction in moby/go-archive can write outside the destination directory via link following

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS5.5AI score0.00325EPSS
SaveExploits2References7
OSV
OSV
added 2026/08/18 6:35 p.m.46 views

CVE-2026-17106 Tar extraction in moby/go-archive can write outside the destination directory via link following

The tar extraction routines in moby/go-archive Unpack, UnpackLayer, Untar/UntarUncompressed, and the ApplyLayer helpers do not confine filesystem operations to the destination directory. The extractor decides where each archive entry lands using lexical string checks and then performs the...

7.1CVSS5.7AI score
SaveExploits0References10
Rows per page
Query Builder