Lucene search
+L

10515 matches found

RedHat Linux
RedHat Linux
added 2026/03/17 6:49 a.m.14 views

golang: archive/tar: Unbounded allocation when parsing GNU sparse map

A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go...

4.3CVSS5.7AI score0.00413EPSS
SaveExploits0References8
OSV
OSV
added 2026/03/17 6:00 a.m.21 views

RLSA-2026:4672 Important: container-tools:rhel8 security update

The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc. Security Fixes: golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip CVE-2025-61728 golang: net/url: Memory exhaustion in query parameter parsing ...

7.5CVSS7.1AI score0.01979EPSS
SaveExploits2References4
Rockylinux
Rockylinux
added 2026/03/17 6:00 a.m.15 views

container-tools:rhel8 security update

An update is available for module.skopeo, aardvark-dns, crun, module.udica, module.cockpit-podman, module.criu, conmon, runc, containernetworking-plugins, python-podman, toolbox, module.oci-seccomp-bpf-hook, module.containers-common, podman, module.aardvark-dns, module.libslirp, fuse-overlayfs,...

10CVSS7.2AI score0.01979EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2026/03/17 4:01 a.m.22 views

golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip

A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A ...

6.5CVSS7.1AI score0.00668EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/03/17 4:01 a.m.55 views

Important: Red Hat Security Advisory: container-tools:rhel8 security update

An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

10CVSS7.2AI score0.01979EPSS
SaveExploits2References4
AlmaLinux
AlmaLinux
added 2026/03/17 12:00 a.m.20 views

Important: container-tools:rhel8 security update

The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc. Security Fixes: golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip CVE-2025-61728 golang: net/url: Memory exhaustion in query parameter parsing ...

10CVSS7.2AI score0.01979EPSS
SaveExploits2References8
Tenable Nessus
Tenable Nessus
added 2026/03/17 12:00 a.m.22 views

RockyLinux 8 : container-tools:rhel8 (RLSA-2026:4672)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:4672 advisory. golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip CVE-2025-61728 golang: net/url: Memory exhaustion in query...

10CVSS7.3AI score0.01979EPSS
SaveExploits2References7
OSV
OSV
added 2026/03/17 12:00 a.m.15 views

ALSA-2026:4672 Important: container-tools:rhel8 security update

The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc. Security Fixes: golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip CVE-2025-61728 golang: net/url: Memory exhaustion in query parameter parsing ...

10CVSS7.2AI score0.01979EPSS
SaveExploits2References8
Tenable Nessus
Tenable Nessus
added 2026/03/17 12:00 a.m.19 views

AlmaLinux 8 : container-tools:rhel8 (ALSA-2026:4672)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:4672 advisory. golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip CVE-2025-61728 golang: net/url: Memory exhaustion in query...

10CVSS5.9AI score0.01979EPSS
SaveExploits2References5
Snyk
Snyk
added 2026/03/16 8:47 p.m.6 views

Relative Path Traversal

Overview Affected versions of this package are vulnerable to Relative Path Traversal via the sanitizeArchivePath function. An attacker can write arbitrary files outside the intended extraction directory by crafting archive entries with path traversal sequences, potentially leading to overwriting...

8.7CVSS5.9AI score0.00434EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2026/03/16 8:47 p.m.11 views

Romeo is vulnerable to Archive Slip due to missing checks in sanitization

Summary The sanitizeArchivePath function in webserver/api/v1/decoder.go lines 80-88 is vulnerable to a path traversal bypass due to a missing trailing path separator in the strings.HasPrefix check. A crafted tar archive can write files outside the intended destination directory. Vulnerable Code...

8.3CVSS6AI score0.00434EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/03/16 8:47 p.m.12 views

GHSA-P799-G7VV-F279 Romeo is vulnerable to Archive Slip due to missing checks in sanitization

Summary The sanitizeArchivePath function in webserver/api/v1/decoder.go lines 80-88 is vulnerable to a path traversal bypass due to a missing trailing path separator in the strings.HasPrefix check. A crafted tar archive can write files outside the intended destination directory. Vulnerable Code...

8.3CVSS6AI score0.00434EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/16 8:46 p.m.17 views

GHSA-F7CQ-GVH6-QR25 Monitoring is vulnerable to Archive Slip due to missing checks in sanitization

The sanitizeArchivePath function in pkg/extract/extract.go lines 248–254 is vulnerable to a path traversal bypass due to a missing trailing path separator in the strings.HasPrefix check. A crafted tar archive can write files outside the intended destination directory when using the extractor CLI...

9.8CVSS5.9AI score0.00655EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2026/03/16 8:46 p.m.18 views

Monitoring is vulnerable to Archive Slip due to missing checks in sanitization

The sanitizeArchivePath function in pkg/extract/extract.go lines 248–254 is vulnerable to a path traversal bypass due to a missing trailing path separator in the strings.HasPrefix check. A crafted tar archive can write files outside the intended destination directory when using the extractor CLI...

9.8CVSS5.9AI score0.00655EPSS
SaveExploits1References5Affected Software1
CNNVD
CNNVD
added 2026/03/16 12:00 a.m.15 views

AnythingLLM 代码注入漏洞

AnythingLLM is an all-in-one AI application open-sourced by Mintplex. AnythingLLM has a code injection vulnerability that stems from the ImportedPlugin.importCommunityItemFromUrl function downloads a ZIP file and extracts it without verifying the path to the file within the archive, which can be...

6.4CVSS6.2AI score0.00388EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/03/16 12:00 a.m.8 views

PT-2026-25862

Name of the Vulnerable Software and Affected Versions CTFer.io Monitoring versions prior to 0.2.2 Description The CTFer.io Monitoring component, responsible for collecting, processing, and storing signals like logs, metrics, and distributed traces, contains a path traversal flaw in the...

9.8CVSS6AI score0.00655EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2026/03/16 12:00 a.m.12 views

PT-2026-25863

Name of the Vulnerable Software and Affected Versions Romeo versions prior to 0.2.2 Description Romeo, a Go code coverage tool, contains a path traversal flaw in the sanitizeArchivePath function located in webserver/api/v1/decoder.go lines 80-88. This is due to a missing trailing path separator i...

8.3CVSS6.5AI score0.00434EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2026/03/16 12:00 a.m.7 views

EulerOS 2.0 SP11 : python3 (EulerOS-SA-2026-1616)

According to the versions of the python3 packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : The 'zipfile' module would not check the validity of the ZIP64 End ofCentral Directory EOCD Locator record offset value would not be used to loca...

4.3CVSS6.6AI score0.00353EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/03/15 8:35 p.m.651 views

Exploit for Command Injection in Fontforge

⚠️ FontForge RCE — CVE-2024-25081 & CVE-2024-25082 - PoC 📖...

6.5CVSS6AI score0.0187EPSS
SaveExploits2
OSV
OSV
added 2026/03/15 11:10 a.m.10 views

OESA-2026-1544 busybox security update

The Swiss Army Knife of Embedded Linux Security Fixes: A flaw was found in BusyBox. Incomplete path sanitization in its archive extraction utilities allows an attacker to craft malicious archives that when extracted, and under specific conditions, may write to files outside the intended directory...

7CVSS6.2AI score0.00682EPSS
SaveExploits2References3
Rows per page
Query Builder