Lucene search
+L

3043 matches found

OSV
OSV
•added 2025/12/24 11:16 a.m.•19 views

UBUNTU-CVE-2025-68729

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix MSDU buffer types handling in RX error path Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the driver expects link descriptor type packets. These...

5.8AI score0.00184EPSS
SaveExploits0References11
NVD
NVD
•added 2025/12/24 11:15 a.m.•15 views

CVE-2023-54030

In the Linux kernel, the following vulnerability has been resolved: iouring/net: don't overflow multishot recv Don't allow overflowing multishot recv CQEs, it might get out of hand, hurt performance, and in the worst case scenario OOM the task...

0.00173EPSS
SaveExploits0References2
NVD
NVD
•added 2025/12/24 11:15 a.m.•15 views

CVE-2023-54012

In the Linux kernel, the following vulnerability has been resolved: net: fix stack overflow when LRO is disabled for virtual interfaces When the virtual interface's feature is updated, it synchronizes the updated feature for its own lower interface. This propagation logic should be worked as the...

7.8CVSS0.0017EPSS
SaveExploits0References6
NVD
NVD
•added 2025/12/24 11:15 a.m.•14 views

CVE-2023-54016

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak in rxdesc and txdesc Currently when ath12kdpccdescinit is called we allocate memory to rxdescs and txdescs. In ath12kdpcccleanup, during descriptor cleanup rxdescs and txdescs memory is not freed. Th...

0.00185EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
•added 2025/12/24 11:15 a.m.•10 views

CVE-2023-54030

In the Linux kernel, the following vulnerability has been resolved: iouring/net: don't overflow multishot recv Don't allow overflowing multishot recv CQEs, it might get out of hand, hurt performance, and in the worst case scenario OOM the task...

5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
•added 2025/12/24 11:15 a.m.•12 views

UBUNTU-CVE-2023-54030

In the Linux kernel, the following vulnerability has been resolved: iouring/net: don't overflow multishot recv Don't allow overflowing multishot recv CQEs, it might get out of hand, hurt performance, and in the worst case scenario OOM the task...

5.7AI score0.00173EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/24 11:15 a.m.•12 views

UBUNTU-CVE-2023-54012

In the Linux kernel, the following vulnerability has been resolved: net: fix stack overflow when LRO is disabled for virtual interfaces When the virtual interface's feature is updated, it synchronizes the updated feature for its own lower interface. This propagation logic should be worked as the...

7.8CVSS5.8AI score0.0017EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2025/12/24 10:55 a.m.•45 views

CVE-2023-54030 io_uring/net: don't overflow multishot recv

In the Linux kernel, the following vulnerability has been resolved: iouring/net: don't overflow multishot recv Don't allow overflowing multishot recv CQEs, it might get out of hand, hurt performance, and in the worst case scenario OOM the task...

0.00173EPSS
SaveExploits0References2
CVE
CVE
•added 2025/12/24 10:55 a.m.•34 views

CVE-2023-54030

Summary: CVE-2023-54030 affects the Linux kernel’s io_uring/net path. The issue is an overflow of multishot receive CQEs, which can lead to degraded performance and, in the worst case, OOM the task. The vulnerability has been resolved in the Linux kernel by upstream fixes. What changed: The patch...

6.4AI score0.00173EPSS
SaveExploits0References2
OSV
OSV
•added 2025/12/24 10:55 a.m.•9 views

CVE-2023-54030 io_uring/net: don't overflow multishot recv

In the Linux kernel, the following vulnerability has been resolved: iouring/net: don't overflow multishot recv Don't allow overflowing multishot recv CQEs, it might get out of hand, hurt performance, and in the worst case scenario OOM the task...

6.7AI score
SaveExploits0References5
OSV
OSV
•added 2025/12/24 10:55 a.m.•13 views

CVE-2023-54016 wifi: ath12k: Fix memory leak in rx_desc and tx_desc

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix memory leak in rxdesc and txdesc Currently when ath12kdpccdescinit is called we allocate memory to rxdescs and txdescs. In ath12kdpcccleanup, during descriptor cleanup rxdescs and txdescs memory is not freed. Th...

6.4AI score
SaveExploits0References5
CVE
CVE
•added 2025/12/24 10:55 a.m.•37 views

CVE-2023-54016

CVE-2023-54016 involves a memory leak in the Linux kernel’s ath12k wireless driver (rx_desc/tx_desc) where memory allocated in ath12k_dp_cc_desc_init() was not freed in ath12k_dp_cc_cleanup(). The provided sources describe saving the base addresses and freeing rx_descs/tx_descs in cleanup to reso...

6.1AI score0.00185EPSS
SaveExploits0References2
OSV
OSV
•added 2025/12/24 10:55 a.m.•11 views

CVE-2023-54012 net: fix stack overflow when LRO is disabled for virtual interfaces

In the Linux kernel, the following vulnerability has been resolved: net: fix stack overflow when LRO is disabled for virtual interfaces When the virtual interface's feature is updated, it synchronizes the updated feature for its own lower interface. This propagation logic should be worked as the...

7.8CVSS6.6AI score
SaveExploits0References9
OSV
OSV
•added 2025/12/24 10:55 a.m.•12 views

CVE-2022-50709 wifi: ath9k: avoid uninit memory read in ath9k_htc_rx_msg()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: avoid uninit memory read in ath9khtcrxmsg syzbot is reporting uninit value at ath9khtcrxmsg 1, for ioctlUSBRAWIOCTLEPWRITE can call ath9khifusbrxstream with pktlen = 0 but ath9khifusbrxstream uses devallocskbpktlen +...

6.3AI score
SaveExploits0References11
Cvelist
Cvelist
•added 2025/12/24 10:33 a.m.•41 views

CVE-2025-68729 wifi: ath12k: Fix MSDU buffer types handling in RX error path

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix MSDU buffer types handling in RX error path Currently, packets received on the REO exception ring from unassociated peers are of MSDU buffer type, while the driver expects link descriptor type packets. These...

0.00184EPSS
SaveExploits0References3
CVE
CVE
•added 2025/12/24 10:33 a.m.•51 views

CVE-2025-68379

CVE-2025-68379 affects the Linux kernel RDMA/rxe subsystem. A NULL pointer dereference can occur in rxe_srq_chk_attr() when ibv_modify_srq() is invoked twice after a resize failure: the first call may fail in rxe_queue_resize(), causing srq->rq.queue to be set to NULL, and the second call dere...

7.8CVSS6AI score0.00144EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2025/12/24 10:33 a.m.•50 views

CVE-2025-68379 RDMA/rxe: Fix null deref on srq->rq.queue after resize failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix null deref on srq-rq.queue after resize failure A NULL pointer dereference can occur in rxesrqchkattr when ibvmodifysrq is invoked twice in succession under certain error conditions. The first call may fail in...

7.8CVSS0.00144EPSS
SaveExploits0References5
OSV
OSV
•added 2025/12/24 10:33 a.m.•11 views

CVE-2025-68379 RDMA/rxe: Fix null deref on srq->rq.queue after resize failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix null deref on srq-rq.queue after resize failure A NULL pointer dereference can occur in rxesrqchkattr when ibvmodifysrq is invoked twice in succession under certain error conditions. The first call may fail in...

7.8CVSS6.3AI score
SaveExploits0References8
Microsoft CVE
Microsoft CVE
•added 2025/12/24 9:04 a.m.•12 views

can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header

...

5.5CVSS6.7AI score0.00186EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2025/12/24 9:04 a.m.•14 views

can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data

...

5.8CVSS6.7AI score0.00186EPSS
SaveExploits0
Rows per page
Query Builder