Lucene search
+L

664 matches found

OSV
OSV
added 2026/02/06 3:56 p.m.24 views

OESA-2026-1305 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ptrring: do not block hard interrupts in ptrringresizemultiple Jakub added a lockdepassertnohardirq check in pagepoolputpage to increase test coverage. syzbot...

9.8CVSS7.6AI score0.00588EPSS
SaveExploits0References95
OSV
OSV
added 2026/02/06 3:56 p.m.17 views

OESA-2026-1304 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ptrring: do not block hard interrupts in ptrringresizemultiple Jakub added a lockdepassertnohardirq check in pagepoolputpage to increase test coverage. syzbot...

9.8CVSS7.5AI score0.00588EPSS
SaveExploits1References100
OSV
OSV
added 2026/02/06 3:55 p.m.13 views

OESA-2026-1303 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ptrring: do not block hard interrupts in ptrringresizemultiple Jakub added a lockdepassertnohardirq check in pagepoolputpage to increase test coverage. syzbot...

9.8CVSS7.3AI score0.00588EPSS
SaveExploits1References100
SUSE CVE
SUSE CVE
added 2025/12/17 12:24 a.m.8 views

SUSE CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

7.5CVSS6.3AI score0.00355EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.5 views

EUVD-2025-203664

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

5.8AI score0.00355EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/16 2:15 p.m.6 views

UBUNTU-CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

7.5CVSS5.7AI score0.00355EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/16 2:4 p.m.37 views

CVE-2025-68232 veth: more robust handing of race to avoid txq getting stuck

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

7.5CVSS0.00355EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.14 views

PT-2025-51645

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition within the virtual ethernet veth module can lead to a permanently stalled transmit queue TXQ. This issue stemmed from a flawed implementation in commit dc82a33297fc, whi...

9.8CVSS6.4AI score0.00601EPSS
SaveExploits7References211
Tenable Nessus
Tenable Nessus
added 2025/12/12 12:0 a.m.58 views

Oracle Linux 8 / 9 : Unbreakable Enterprise kernel (ELSA-2025-28048)

The remote Oracle Linux 8 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-28048 advisory. - netfilter: nftables: reject duplicate device on updates Pablo Neira Ayuso Orabug: 38744086 CVE-2025-38678 - PCI: rcar: Demote WARN to...

9.8CVSS7.2AI score0.006EPSS
SaveExploits5References80
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.5 views

CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS5.3AI score0.0014EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.7 views

PT-2025-49482

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.39 Description The Linux kernel contained an issue where an integer overflow in the kmalloc reserve function could lead to crashes. Specifically, if the size parameter passed to kmalloc reserve was greater th...

6.1AI score0.0014EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/10/24 12:57 a.m.7 views

SUSE CVE-2023-53721

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix a NULL pointer dereference in ath12kmacophwscan In ath12kmacophwscan, the return value of kzalloc is directly used in memcpy, which may lead to a NULL pointer dereference on failure of kzalloc. Fix this bug by...

5.8CVSS6.4AI score0.00172EPSS
SaveExploits0References15
SUSE Linux
SUSE Linux
added 2025/10/23 4:1 p.m.11 views

Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-53261: coresight: Fix memory leak in acpibuffer-pointer bsc1249770. CVE-2024-58090: sched/core: Prevent rescheduling when interrupts are disable...

8.7CVSS6.4AI score0.0205EPSS
SaveExploits4References1490
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.18 views

CVE-2023-53721 wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix a NULL pointer dereference in ath12kmacophwscan In ath12kmacophwscan, the return value of kzalloc is directly used in memcpy, which may lead to a NULL pointer dereference on failure of kzalloc. Fix this bug by...

0.00172EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2025/10/17 2:32 p.m.12 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP6 Azure kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-53261: coresight: Fix memory leak in acpibuffer-pointer bsc1249770. CVE-2024-46733: btrfs: fix qgroup reserve leaks in cowfilerange bsc1230708...

9.2CVSS7.8AI score0.05135EPSS
SaveExploits6References1906
Tenable Nessus
Tenable Nessus
added 2025/10/11 12:0 a.m.13 views

EulerOS 2.0 SP11 : kernel (EulerOS-SA-2025-2230)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : dochangetype: refuse to operate on unmounted/not ours mountsCVE-2025-38498 HID: core: ensure the allocated report buffer can contain the reserved...

10CVSS8AI score0.08555EPSS
SaveExploits14References102
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-53660

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptrring The following warning was reported whe...

7.8CVSS5.4AI score0.00153EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 4:15 p.m.7 views

UBUNTU-CVE-2023-53660

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptrring The following warning was reported when running xdpredirectcpu with both skb-mode and stress-mode enabled: ------------ cut here ------------ Incorrect XDP memory type...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/07 3:21 p.m.5 views

CVE-2023-53660 bpf, cpumap: Handle skb as well when clean up ptr_ring

In the Linux kernel, the following vulnerability has been resolved: bpf, cpumap: Handle skb as well when clean up ptrring The following warning was reported when running xdpredirectcpu with both skb-mode and stress-mode enabled: ------------ cut here ------------ Incorrect XDP memory type...

7.8CVSS6.4AI score
SaveExploits0References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-1228

Malware in sbrugna...

9.8CVSS9.3AI score0.01902EPSS
SaveExploits1References9
Rows per page
Query Builder