Lucene search
+L

68 matches found

EUVD
EUVD
added 2026/07/22 10:58 p.m.14 views

EUVD-2024-55651

Eclipse Jetty: DoS attack triggering OutOfMemory with 100-Continue requests...

7.5CVSS5.1AI score0.00252EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/14 9:16 a.m.3 views

DEBIAN-CVE-2024-7708

For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak. This is particularly the case for 100-Continue, but any request where the network is slow can leak...

7.5CVSS6AI score0.00252EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/14 9:1 a.m.36 views

CVE-2024-7708

For requests that have a body, but reading the body may end up in reading 0 bytes, there is a buffer leak. This is particularly the case for 100-Continue, but any request where the network is slow can leak...

7.5CVSS0.00252EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/07/14 12:0 a.m.14 views

PT-2026-57981

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description A buffer leak occurs during the processing of requests that contain a body when the system reads 0 bytes. This issue is especially prevalent with 100-Continue...

7.5CVSS5.3AI score0.00252EPSS
SaveExploits0References12
BDU FSTEC
BDU FSTEC
added 2026/07/13 12:0 a.m.8 views

The vulnerability of the _gnutls_proc_rsa_psk_client_kx() function in the lib/auth/rsa_psk.c file of the GnuTLS cryptographic library allows a perpetrator to bypass existing security mechanisms and gain unauthorized access to protected information.

The vulnerability of the gnutlsprocrsapskclientkx function in the lib/auth/rsapsk.c file of the GnuTLS cryptographic library is related to incorrect handling of zero bytes or NULL characters during data exchange. Exploiting this vulnerability could allow an attacker to bypass existing security...

10CVSS6.1AI score0.0105EPSS
SaveExploits0References31Affected Software9
Tenable Nessus
Tenable Nessus
added 2026/07/07 12:0 a.m.17 views

AlmaLinux 8 : kernel-rt (ALSA-2026:36049)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:36049 advisory. kernel: scsi: target: iscsi: Fix use-after-free in iscsitdecconnusagecount CVE-2026-23216 kernel: gfs2: Fix use-after-free in iomap inline data write pat...

7.8CVSS6AI score0.00184EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/07 12:0 a.m.10 views

ALSA-2026:36049 Important: kernel-rt security, bug fix, and enhancement update

The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fixes: kernel: scsi: target: iscsi: Fix use-after-free in iscsitdecconnusagecount CVE-2026-23216 kernel: gfs2: Fix use-after-free in iomap inline...

7.8CVSS6AI score0.00184EPSS
SaveExploits0References8
AlmaLinux
AlmaLinux
added 2026/06/30 12:0 a.m.50 views

Important: kernel security, bug fix, and enhancement update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: scsi: target: iscsi: Fix use-after-free in iscsitdecconnusagecount CVE-2026-23216 kernel: gfs2: Fix use-after-free in iomap inline data write path CVE-2026-45984 kernel: RDMA/vmwpvrdma: F...

7.8CVSS6.5AI score0.00184EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/06/04 5:22 p.m.12 views

CVE-2026-41207 netty-incubator-codec-ohttp's HPKEContext operations may produce empty byte[] on failures

The netty incubator codec.bhttp is a java language binary http parser. Prior to version 0.0.21.Final, HKDFexpand returns non-NULL on failure. The byte is filled with zeros and has no way to distinguish success from failure. Since this output is used as HKDF key material for the response AEAD, a...

6.9CVSS5.5AI score0.00193EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/28 9:9 p.m.13 views

CVE-2026-46167

A flaw was found in the Linux kernel's usblp driver. A local user, interacting with a malicious printer, could exploit this vulnerability. When the LPGETSTATUS ioctl is used and a printer responds with zero bytes, the driver may return uninitialized kernel memory. This leads to information...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/28 10:16 a.m.16 views

UBUNTU-CVE-2026-46167

In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl Just like in a previous problem in this driver, usblpctrlmsg will collapse the usbcontrolmsg return value to 0/-errno, discarding the actual number of bytes transferre...

5.5CVSS5.8AI score0.00128EPSS
SaveExploits0References38
CNNVD
CNNVD
added 2026/05/20 12:0 a.m.13 views

NLnet Labs Unbound 缓冲区错误漏洞

NLnet Labs Unbound is a high-performance DNS resolver open-sourced by NLnet Labs. In versions 1.6.2 to 1.25.0 of NLnet Labs Unbound, there is a buffer error vulnerability. This vulnerability stems from a potential stack overflow during the DNSCrypt packet reading process. Malicious attackers can...

8.2CVSS6AI score0.00337EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/10 6:16 a.m.10 views

UBUNTU-CVE-2026-6104

In PHP versions 8.4. before 8.4.21 and 8.5. before 8.5.6, when an encoding name containing an embedded NUL byte is passed to mbconvertencoding or related mbstring functions, the code incorrectly assumes that when strncasecmp returns 0 it means the strings have the same length. This can lead to...

9.1CVSS5.9AI score0.00469EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/02 12:0 p.m.14 views

RUSTSEC-2026-0127 Integer overflow in `array::ReadWrite::new()` leading to potential memory corruption

In array::ReadWrite::new line 83 of accessor/src/array.rs, let bytes = mem::sizeof:: len can overflow usize when len is very large. In release mode, this silently wraps, potentially making bytes = 0. The mapper then maps with 0 bytes, and subsequent accesses e.g. readvolatileat lead to undefined...

5.9AI score
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2016-9486

Malware in sbrugna...

5.5CVSS6.5AI score0.00426EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2020-0168

Malware in sbrugna...

7.5CVSS7.6AI score0.01359EPSS
SaveExploits1References17
EUVD
EUVD
added 2025/10/07 12:30 a.m.4 views

EUVD-2009-0326

Malware in sbrugna...

4.9CVSS4.5AI score0.00499EPSS
SaveExploits1References41
EUVD
EUVD
added 2025/10/03 8:7 p.m.12 views

EUVD-2024-23047

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00248EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/06/17 11:38 p.m.6 views

SUSE CVE-2025-49178

A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's request can cause the server to skip processing another client's request, potentially leading to a denial of service...

4.7CVSS6.5AI score0.00219EPSS
SaveExploits0References17
ATTACKERKB
ATTACKERKB
added 2025/06/17 3:15 p.m.4 views

CVE-2025-49178

A flaw was found in the X server's request handling. Non-zero 'bytes to ignore' in a client's request can cause the server to skip processing another client's request, potentially leading to a denial of service...

5.5CVSS6AI score0.00219EPSS
SaveExploits0References33
Rows per page
Query Builder