Lucene search
+L

409174 matches found

OSV
OSV
added 2025/10/01 12:15 p.m.7 views

UBUNTU-CVE-2023-53528

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix unsafe drain work queue code If createqp does not fully succeed it is possible for qp cleanup code to attempt to drain the send or recv work queues before the queues have been created causing a seg fault. This patch...

5.5CVSS5.8AI score0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/01 12:15 p.m.11 views

UBUNTU-CVE-2023-53499

In the Linux kernel, the following vulnerability has been resolved: virtionet: Fix error unwinding of XDP initialization When initializing XDP in virtnetopen, some rq xdp initialization may hit an error causing net device open failed. However, previous rqs have already initialized XDP and enabled...

7CVSS5.7AI score0.00146EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2023-53517

In the Linux kernel, the following vulnerability has been resolved: tipc: do not update mtu if msgmax is too small in mtu negotiation When doing link mtu negotiation, a malicious peer may send Activate msg with a very small mtu, e.g. 4 in Shuang's testing, without checking for the minimum mtu,...

9.8CVSS5.9AI score0.00278EPSS
SaveExploits0References8
Akamai Blog
Akamai Blog
added 2025/10/01 12:00 p.m.6 views

DNS Hijacking 101: How It Happens and What You Can Do to Prevent It

...

7AI score
SaveExploits0
CVE
CVE
added 2025/10/01 11:46 a.m.33 views

CVE-2023-53528

CVE-2023-53528 affects the Linux kernel RDMA/rxe subsystem. The vulnerability arises from an unsafe drain-work-queue path in qp cleanup when create_qp does not fully complete; cleanup could attempt to drain send/recv queues before the queues exist, leading to a segfault. The fixed patch adds a gu...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/01 11:46 a.m.10 views

CVE-2023-53528 RDMA/rxe: Fix unsafe drain work queue code

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix unsafe drain work queue code If createqp does not fully succeed it is possible for qp cleanup code to attempt to drain the send or recv work queues before the queues have been created causing a seg fault. This patch...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.16 views

CVE-2023-53522 cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex

In the Linux kernel, the following vulnerability has been resolved: cgroup,freezer: hold cpuhotpluglock before freezermutex syzbot is reporting circular locking dependency between cpuhotpluglock and freezermutex, for commit f5d39b020809 "freezer,sched: Rewrite core freezer logic" replaced atomici...

0.00141EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.19 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...

0.00135EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/01 11:46 a.m.54 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.00135EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/10/01 11:45 a.m.9 views

CVE-2023-53497 media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called()

In the Linux kernel, the following vulnerability has been resolved: media: vsp1: Replace vb2isstreaming with vb2startstreamingcalled The vsp1 driver uses the vb2isstreaming function in its .bufqueue handler to check if the .startstreaming operation has been called, and decide whether to just add...

6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/01 11:45 a.m.15 views

CVE-2023-53493 accel/qaic: tighten bounds checking in decode_message()

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: tighten bounds checking in decodemessage Copy the bounds checking from encodemessage to decodemessage. This patch addresses the following concerns. Ensure that there is enough space for at least one header so that we...

8.4CVSS0.00144EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/01 11:45 a.m.8 views

CVE-2023-53493 accel/qaic: tighten bounds checking in decode_message()

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: tighten bounds checking in decodemessage Copy the bounds checking from encodemessage to decodemessage. This patch addresses the following concerns. Ensure that there is enough space for at least one header so that we...

8.4CVSS6.4AI score
SaveExploits0References5
OSV
OSV
added 2025/10/01 11:42 a.m.5 views

CVE-2023-53486 fs/ntfs3: Enhance the attribute size check

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Enhance the attribute size check This combines the overflow and boundary check so that all attribute size will be properly examined while enumerating them. 169.181521 BUG: KASAN: slab-out-of-bounds in...

7.8CVSS6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:42 a.m.30 views

CVE-2023-53450

The CVE-2023-53450 entry concerns the Linux kernel ext4 subsystem. A malicious fuzzer that overwrites the ext4 superblock while mounted can set s_first_data_block to a very large value, causing the block-group calculation to underflow and trigger a BUG_ON. The fix changes the BUG_ON to ext4_warni...

5.5CVSS6AI score0.00149EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2025/10/01 7:42 a.m.21 views

CVE-2025-39902 mm/slub: avoid accessing metadata when pointer is invalid in object_err()

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in objecterr objecterr reports details of an object for further debugging, such as the freelist pointer, redzone, etc. However, if the pointer is invalid, attempting to...

7.1CVSS0.00152EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/01 7:42 a.m.20 views

CVE-2025-39902 mm/slub: avoid accessing metadata when pointer is invalid in object_err()

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in objecterr objecterr reports details of an object for further debugging, such as the freelist pointer, redzone, etc. However, if the pointer is invalid, attempting to...

7.1CVSS6.1AI score
SaveExploits0References13
CVE
CVE
added 2025/10/01 7:42 a.m.40 views

CVE-2025-39891

CVE-2025-39891 (Linux kernel) affects the wifi: mwifiex driver. The chan_stats[] memory is allocated with vmalloc() and not zeroed, and the array is only partially initialized in mwifiex_update_chan_statistics(). This can allow an information leak if data hasn’t been filled before a user query vi...

7.1CVSS5.9AI score0.00152EPSS
SaveExploits0References10Affected Software1
Positive Technologies
Positive Technologies
added 2025/10/01 12:00 a.m.7 views

PT-2025-40189

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to IOMMU group allocation. Specifically, if iommu group grate file fails, the IOMMU group is leaked. The issue is addressed by ensuring the IOMM...

6.1AI score0.00146EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/01 12:00 a.m.7 views

PT-2025-40120

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.19.0-rc8-00001-g31ba1e3b8305 Description The Linux kernel contained a flaw within the ext4 filesystem implementation. Specifically, a crash could occur when attempting to create inline data following a direct I...

6.5AI score0.00148EPSS
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2025/09/21 1:03 a.m.13 views

drm/amd/display: Prevent crash when disable stream

...

6.2CVSS7AI score0.00227EPSS
SaveExploits0
Rows per page
Query Builder