Lucene search
+L

399 matches found

NVD
NVD
added 2025/10/28 12:15 p.m.5 views

CVE-2025-40080

In the Linux kernel, the following vulnerability has been resolved: nbd: restrict sockets to TCP and UDP Recently, syzbot started to abuse NBD with all kinds of sockets. Commit cf1b2326b734 "nbd: verify socket is supported during setup" made sure the socket supported a shutdown method. Explicitel...

0.00188EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/28 12:15 p.m.8 views

UBUNTU-CVE-2025-40080

In the Linux kernel, the following vulnerability has been resolved: nbd: restrict sockets to TCP and UDP Recently, syzbot started to abuse NBD with all kinds of sockets. Commit cf1b2326b734 "nbd: verify socket is supported during setup" made sure the socket supported a shutdown method. Explicitel...

5.7AI score0.00188EPSS
SaveExploits0References23
OSV
OSV
added 2025/10/28 11:48 a.m.11 views

CVE-2025-40080 nbd: restrict sockets to TCP and UDP

In the Linux kernel, the following vulnerability has been resolved: nbd: restrict sockets to TCP and UDP Recently, syzbot started to abuse NBD with all kinds of sockets. Commit cf1b2326b734 "nbd: verify socket is supported during setup" made sure the socket supported a shutdown method. Explicitel...

6.4AI score0.00188EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/10/28 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unrestricted use of NBD to only use TCP and UNIX stream sockets, which could lead to abusive attacks...

6AI score0.00188EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/21 12:0 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987572)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987572 advisory. In the Linux kernel, the following vulnerability has been resolved: nbd: call genlunregisterfamily first in nbdcleanup Otherwise there may be race between module...

4.7CVSS5.7AI score0.00224EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-53513

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below:...

5.5CVSS6AI score0.00136EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2017-16552

Malware in sbrugna...

7.5CVSS6.2AI score0.05529EPSS
SaveExploits0References13
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2011-1923

Malware in sbrugna...

5CVSS6.1AI score0.02524EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.5 views

EUVD-2020-3177

Malware in sbrugna...

5CVSS7.2AI score0.01796EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2017-6580

Malware in sbrugna...

8.6CVSS7.5AI score0.03325EPSS
SaveExploits0References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2013-7205

Malware in sbrugna...

7.8CVSS6AI score0.03675EPSS
SaveExploits0References13
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2022-55541

Malicious code in bioql PyPI...

6.3AI score0.00147EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2023-58145

Malicious code in bioql PyPI...

5.3CVSS5.4AI score0.00922EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/10/02 6:11 a.m.5 views

A flaw was found in nbdkit due to to improperly caching plaintext state across the STARTTLS encryption boundary. A MitM attacker could use this flaw to inject a plaintext NBD_OPT_STRUCTURED_REPLY before proxying everything else a client sends to the server, potentially leading the client to terminate the NBD session. The highest threat from this vulnerability is to system availability.

...

3.5CVSS7AI score0.00582EPSS
SaveExploits0
Ubuntu
Ubuntu
added 2025/10/01 3:10 p.m.18 views

USN-7774-4: Linux kernel (KVM) vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Serial ATA and Parallel ATA...

7.8CVSS7.6AI score0.01345EPSS
SaveExploits8
NVD
NVD
added 2025/10/01 12:15 p.m.11 views

CVE-2023-53513

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer...

5.5CVSS0.00136EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/01 11:46 a.m.40 views

CVE-2023-53513

The CVE-2023-53513 issue is a Linux kernel vulnerability where incomplete validation of the nbd ioctl arg can trigger an i_size overflow when the arg is coerced to int (arg cast in nbd_ioctl /nbd_add_socket). The root cause is insufficient validation of large ioctl arguments, allowing an overflow...

5.5CVSS6.1AI score0.00136EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2025/10/01 11:46 a.m.8 views

CVE-2023-53513 nbd: fix incomplete validation of ioctl arg

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer...

5.9AI score0.00136EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 11:46 a.m.5 views

CVE-2023-53513 nbd: fix incomplete validation of ioctl arg

In the Linux kernel, the following vulnerability has been resolved: nbd: fix incomplete validation of ioctl arg We tested and found an alarm caused by nbdioctl arg without verification. The UBSAN warning calltrace like below: UBSAN: Undefined behaviour in fs/buffer.c:1709:35 signed integer...

5.5CVSS6.4AI score0.00136EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 8:17 a.m.19 views

USN-7775-3 linux-azure-5.15 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Serial ATA and Parallel ATA...

7.8CVSS6.5AI score0.01345EPSS
SaveExploits8References144
Rows per page
Query Builder