Lucene search
+L

4241 matches found

OSV
OSV
added 2025/01/15 1:15 p.m.17 views

UBUNTU-CVE-2024-57902

In the Linux kernel, the following vulnerability has been resolved: afpacket: fix vlangettci vs MSGPEEK Blamed commit forgot MSGPEEK case, allowing a crash 1 as found by syzbot. Rework vlangettci to not touch skb at all, so that it can be used from many cpus on the same skb. Add a const qualifier...

7.3CVSS6.2AI score0.00273EPSS
SaveExploits0References48
Positive Technologies
Positive Technologies
added 2025/01/13 12:00 a.m.11 views

PT-2025-4357 · Linux +5 · Linux Kernel +5

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.73/6.12.10 Description: The issue is related to a null pointer dereference in the page pool dev alloc pages function of the Linux kernel's drivers/net/ethernet/freescale/fec main.c module. This can occur whe...

9.8CVSS5.6AI score0.03558EPSS
SaveExploits11References1832
OSV
OSV
added 2025/01/11 1:15 p.m.2 views

DEBIAN-CVE-2024-56372

In the Linux kernel, the following vulnerability has been resolved: net: tun: fix tunnapiallocfrags syzbot reported the following crash 1 Issue came with the blamed commit. Instead of going through all the iov components, we keep using the first one and end up with a malformed skb. 1 kernel BUG a...

5.5CVSS5.7AI score0.00245EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/01/11 12:00 a.m.8 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 originates in the tunnapiallocfrags function of the net: tun module that could cause the kernel to crash...

5.5CVSS6.5AI score0.00245EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/01/11 12:00 a.m.7 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 the BPF module when using a combination of tail calls and freplace, which can lead to an infinite loop and...

5.5CVSS6.4AI score0.00202EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/10 12:21 a.m.5 views

SUSE CVE-2024-56637

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Hold module reference while requesting a module User space may unload ipset.ko while it is itself requesting a set type backend module, leading to a kernel crash. The race condition may be provoked by inserting ...

4.7CVSS7.5AI score0.00177EPSS
SaveExploits0References14
CNVD
CNVD
added 2025/01/10 12:00 a.m.21 views

Unspecified vulnerability in Linux kernel (CNVD-2025-01665)

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 a special USB interrupt interface for MediaTek in the btusb driver for Bluetooth modules that needs to be...

5.5CVSS6.5AI score0.00229EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/01/10 12:00 a.m.52 views

PT-2025-8806

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential crash in the Linux kernel has been identified. The issue occurs when setting up a bsg queue fails, causing the bsg queue to be assigned a non-NULL value. As a result, the...

5.5CVSS7AI score0.00222EPSS
SaveExploits0
NVD
NVD
added 2025/01/06 5:15 p.m.20 views

CVE-2024-56758

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocateonefolio When we call btrfsreadfolio to bring a folio uptodate, we unlock the folio. The result of that is that a different thread can modify the mapping like remove it with...

5.5CVSS0.00248EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/06 5:15 p.m.3 views

DEBIAN-CVE-2024-56758

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocateonefolio When we call btrfsreadfolio to bring a folio uptodate, we unlock the folio. The result of that is that a different thread can modify the mapping like remove it with...

5.5CVSS5.6AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/06 4:20 p.m.12 views

CVE-2024-56758 btrfs: check folio mapping after unlock in relocate_one_folio()

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocateonefolio When we call btrfsreadfolio to bring a folio uptodate, we unlock the folio. The result of that is that a different thread can modify the mapping like remove it with...

6AI score
SaveExploits0References8
CVE
CVE
added 2025/01/06 4:20 p.m.209 views

CVE-2024-56758

CVE-2024-56758 affects the Linux kernel (btrfs) and describes a race where, after folio unlock during relocation, another thread can modify the folio mapping before folio_lock() and lead to an invalid page, potentially causing a NULL pointer dereference during concurrent transaction aborts. The i...

5.5CVSS6.5AI score0.00248EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2025/01/06 12:00 a.m.11 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 a special USB interrupt interface for MediaTek in the btusb driver for Bluetooth modules that needs to be...

5.5CVSS6.4AI score0.00229EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/01/06 12:00 a.m.10 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 originates in the bpf module, where a page fault error is triggered when calling bpfgetsmpprocessorid on an x86-64 kern...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/04 12:20 a.m.4 views

SUSE CVE-2024-56671

In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irqchip.name from probe function to the initialization of "irqchip" struct in order to fix vGPIO driver crash during bootup. Crash was caused by unauthorized modification o...

5.5CVSS7.6AI score0.00189EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.6 views

PT-2025-52663

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the pcl818 ai cancel function within the pcl818 driver. A null pointer dereference can occur if a device is detached early via pcl818 detach,...

4.3CVSS6.3AI score0.00188EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.8 views

PT-2025-30825

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw where an attempt to ping a device that failed to load firmware can cause a null-pointer dereference. This occurs because the device does not successfully...

6CVSS6.7AI score0.00174EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.5 views

PT-2025-36297

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.15.0 12 Description A flaw exists in the Linux kernel related to the handling of High-Speed Resilient HSR frames. Receiving an HSR frame without sufficient space to accommodate the HSR tag within the skb socket...

5.5CVSS6.1AI score0.00364EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.6 views

PT-2026-20444

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.14.0-503.11.1.el9 5 Description The Linux kernel contains a flaw within the qla2xxx SCSI driver related to memory management. Specifically, the code does not validate a pointer sp before attempting to free...

7.5CVSS7.1AI score0.00239EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.7 views

PT-2025-36299

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A null pointer dereference issue exists in the AMD display driver's DC module cleanup function dc destruct. When display control context construction fails, a pointer remains NULL. Durin...

5.5CVSS6.1AI score0.00143EPSS
SaveExploits0
Rows per page
Query Builder