Lucene search
K

28 matches found

Snyk
Snyk
added 2026/03/25 9:14 p.m.0 views

Server-side Request Forgery (SSRF)

Overview Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the DownloadFile and DownloadFileWithHeaders functions. An attacker can cause the server to make arbitrary HTTP requests to internal network resources by supplying crafted URLs during the migration...

6.4CVSS6AI score0.00053EPSS
Exploits1References2
RedhatCVE
RedhatCVE
added 2026/01/07 9:16 a.m.5 views

CVE-2025-1945

picklescan before 0.0.23 fails to detect malicious pickle files inside PyTorch model archives when certain ZIP file flag bits are modified. By flipping specific bits in the ZIP file headers, an attacker can embed malicious pickle files that remain undetected by PickleScan while still being...

9.8CVSS7.4AI score0.00871EPSS
Exploits1References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2008-5498

Malware in sbrugna...

9.3CVSS6.4AI score0.00313EPSS
Exploits6References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2005-0134

Malware in sbrugna...

5CVSS6.1AI score0.01306EPSS
Exploits0References7
Veracode
Veracode
added 2025/08/18 8:34 a.m.2 views

Denial Of Service (DoS)

OpenEXR is vulnerable to denial of service DoS. The vulnerability is due to improper input validation due to trusting unvalidated dataWindow size values from file headers, leading to excessive memory allocation and performance degradation...

5.5CVSS5.9AI score0.00133EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2025/08/01 5:15 p.m.1 views

DEBIAN-CVE-2025-48074

OpenEXR provides the specification and reference implementation of the EXR file format, an image storage format for the motion picture industry. In version 3.3.2, applications trust unvalidated dataWindow size values from file headers, which can lead to excessive memory allocation and performance...

5.5CVSS5.3AI score0.00133EPSS
Exploits1References1
Microsoft CVE
Microsoft CVE
added 2024/09/26 7:0 a.m.1 views

Regular-expression DoS when parsing TarFile headers

...

7.5CVSS6.9AI score0.03014EPSS
Exploits2
OSV
OSV
added 2024/03/06 11:1 a.m.20 views

BIT-GOLANG-2022-2879 Unbounded memory consumption when reading headers in archive/tar

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB...

7.5CVSS6.5AI score0.00016EPSS
Exploits0References6
Tenable Nessus
Tenable Nessus
added 2024/01/24 12:0 a.m.34 views

RHCOS 4 : OpenShift Container Platform 4.12.22 (RHSA-2023:3613)

The remote Red Hat Enterprise Linux CoreOS 4 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2023:3613 advisory. - golang: archive/tar: github.com/vbatts/tar-split: unbounded memory consumption when reading headers CVE-2022-2879 - golang:...

7.5CVSS6.8AI score0.00098EPSS
Exploits1References16
Tenable Nessus
Tenable Nessus
added 2023/05/31 12:0 a.m.23 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : go1.18-openssl (SUSE-SU-2023:2312-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2023:2312-1 advisory. - Acceptance of some invalid Transfer-Encoding headers in the HTTP/1 client in net/http before G...

7.8CVSS7.7AI score0.00564EPSS
Exploits9References88
Ubuntu
Ubuntu
added 2023/04/25 10:23 a.m.77 views

USN-6038-1: Go vulnerabilities

It was discovered that the Go net/http module incorrectly handled Transfer-Encoding headers in the HTTP/1 client. A remote attacker could possibly use this issue to perform an HTTP Request Smuggling attack. CVE-2022-1705 It was discovered that Go did not properly manage memory under certain...

9.8CVSS7.5AI score0.00759EPSS
Exploits7
RedhatCVE
RedhatCVE
added 2023/02/09 9:20 p.m.44 views

CVE-2022-2879

A flaw was found in the golang package, where Reader.Read does not set a limit on the maximum size of file headers. After fixing, Reader.Read limits the maximum size of header blocks to 1 MiB. This flaw allows a maliciously crafted archive to cause Read to allocate unbounded amounts of memory,...

6.5CVSS7.4AI score0.00016EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2022/10/14 3:15 p.m.28 views

CVE-2022-2879

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB...

7.5CVSS6.8AI score0.00016EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2022/10/14 12:0 a.m.103 views

CVE-2022-2879

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB...

7.5CVSS6.6AI score0.00016EPSS
Exploits0
AlpineLinux
AlpineLinux
added 2022/10/14 12:0 a.m.24 views

CVE-2022-2879

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB...

7.5CVSS7.9AI score0.00016EPSS
Exploits0
OSV
OSV
added 2022/10/06 4:26 p.m.24 views

GO-2022-1037 Unbounded memory consumption when reading headers in archive/tar

Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB...

7.5CVSS6.5AI score0.00016EPSS
Exploits0References3
Kitploit
Kitploit
added 2022/04/28 12:30 p.m.23 views

Rip Raw - Small Tool To Analyse The Memory Of Compromised Linux Systems

Rip Raw is a small tool to analyse the memory of compromised Linux systems. It is similar in purpose to Bulk Extractor, but particularly focused on extracting system Logs from memory dumps from Linux systems. This enables you to analyse systems without needing to generate a profile. This is not a...

7.3AI score
Exploits0References3
OPENSUSE Linux
OPENSUSE Linux
added 2019/08/01 12:0 a.m.97 views

Security update for rmt-server (important)

openSUSE Security Update: Security update for rmt-server Announcement ID: openSUSE-SU-2019:1824-1 Rating: important References: 1128858 1129271 1129392 1132160 1132690 1134190 1134428 1135222 1136020 1136081 1138316 1140492 Cross-References: CVE-2019-11068 CVE-2019-5419 Affected Products: openSUS...

9.8CVSS8.7AI score0.12118EPSS
Exploits3References12
FreeBSD
FreeBSD
added 2017/11/07 12:0 a.m.13 views

mybb -- multiple vulnerabilities

myBB Team reports: High risk: Installer RCE on configuration file write High risk: Language file headers RCE Medium risk: Installer XSS Medium risk: Mod CP Edit Profile XSS Low risk: Insufficient moderator permission check in delayed moderation tools Low risk: Announcements HTML filter bypass Low...

0.4AI score
Exploits0References1
n0where
n0where
added 2016/09/16 2:47 a.m.1074 views

Python Windows Event Log Parser: python-evtx

Python Windows Event Log Parser python-evtx is a pure Python parser for recent Windows Event Log files those with the file extension “.evtx”. The module provides programmatic access to the File and Chunk headers, record templates, and event entries. For example, you can use python-evtx to review...

0.8AI score
Exploits0References1
Rows per page
Query Builder