Lucene search
+L

744 matches found

OSV
OSV
added 2025/02/26 3:14 p.m.15 views

USN-7295-1 linux-xilinx-zynqmp vulnerabilities

Ye Zhang and Nicolas Wu discovered that the iouring subsystem in the Linux kernel did not properly handle locking for rings with IOPOLL, leading to a double-free vulnerability. A local attacker could use this to cause a denial of service system crash or possibly execute arbitrary code...

9.1CVSS6.8AI score0.03301EPSS
SaveExploits4References150
OSV
OSV
added 2025/02/26 10:38 a.m.29 views

USN-7303-1 linux-nvidia, linux-nvidia-6.8, linux-nvidia-lowlatency 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: - ARM32 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ACPI drivers; - Drivers cor...

9.1CVSS6.8AI score0.01367EPSS
SaveExploits0References209
OSV
OSV
added 2025/02/26 7:1 a.m.5 views

UBUNTU-CVE-2022-49551

In the Linux kernel, the following vulnerability has been resolved: usb: isp1760: Fix out-of-bounds array access Running the driver through kasan gives an interesting splat: BUG: KASAN: global-out-of-bounds in isp1760register+0x180/0x70c Read of size 20 at addr f1db2e64 by task swapper/0/1...

7.1CVSS6.5AI score0.00252EPSS
SaveExploits0References7
CVE
CVE
added 2025/02/26 2:13 a.m.109 views

CVE-2022-49476

CVE-2022-49476 concerns the Linux kernel issue where mt76/mt7921 kept calling mt7921_irq_handler during devm_free_irq, risking a NULL pointer dereference in mt7921_pci_remove. The provided logs show a kernel crash (NULL pointer dereference) during device removal. The associated fix postpones free...

5.5CVSS5.1AI score0.00245EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/02/26 2:10 a.m.10 views

CVE-2022-49307 tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()

In the Linux kernel, the following vulnerability has been resolved: tty: synclinkgt: Fix null-pointer-dereference in slgtclean When the driver fails at allochdlcdev, and then we remove the driver module, we will get the following splat: 25.065966 general protection fault, probably for non-canonic...

5.5CVSS5.3AI score0.00283EPSS
SaveExploits0References12
OSV
OSV
added 2025/02/26 2:10 a.m.13 views

CVE-2022-49308 extcon: Modify extcon device to be created after driver data is set

In the Linux kernel, the following vulnerability has been resolved: extcon: Modify extcon device to be created after driver data is set Currently, someone can invoke the sysfs such as stateshow intermittently before devsetdrvdata is done. And it can be a cause of kernel Oops because of edev is Nu...

5.5CVSS5.9AI score0.00276EPSS
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/02/25 12:0 a.m.18 views

Ubuntu 18.04 LTS / 20.04 LTS : Linux kernel vulnerabilities (USN-7293-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7293-1 advisory. Attila Szsz discovered that the HFS+ file system implementation in the Linux Kernel contained a heap overflow vulnerability. An attacker coul...

9.1CVSS8.2AI score0.03301EPSS
SaveExploits2References141
Tenable Nessus
Tenable Nessus
added 2025/02/24 12:0 a.m.9 views

Siemens SIMATIC and SCALANCE Devices Race Condition (CVE-2022-39188)

An issue was discovered in include/asm-generic/tlb.h in the Linux kernel before 5.19. Because of a race condition unmapmappingrange versus munmap, a device driver can free a page while it still has stale TLB entries. This only occurs in situations with VMPFNMAP VMAs. This plugin only works with...

4.7CVSS6.6AI score0.00216EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/19 4:34 p.m.10 views

USN-7277-1 linux-aws, linux-azure, linux-gcp, linux-oracle, linux-raspi, linux-realtime 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: - ARM32 architecture; - ARM64 architecture; - PowerPC architecture; - RISC-V architecture; - S390 architecture; -...

9.1CVSS6.7AI score0.03558EPSS
SaveExploits5References754
Ubuntu
Ubuntu
added 2025/02/19 3:58 p.m.39 views

USN-7276-1: Linux kernel vulnerabilities

Attila Szász discovered that the HFS+ file system implementation in the Linux Kernel contained a heap overflow vulnerability. An attacker could use a specially crafted file system image that, when mounted, could cause a denial of service system crash or possibly execute arbitrary code...

9.1CVSS8.2AI score0.03558EPSS
SaveExploits5
RedhatCVE
RedhatCVE
added 2025/02/13 8:37 p.m.11 views

CVE-2024-24860

A race condition was found in the Linux kernel's bluetooth device driver in min,maxkeysizeset function. This can result in a null pointer dereference issue, possibly leading to a kernel panic or denial of service issue...

5.3CVSS6.6AI score0.00805EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/02/12 1:27 p.m.16 views

CVE-2025-21697 drm/v3d: Ensure job pointer is set to NULL after job completion

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Ensure job pointer is set to NULL after job completion After a job completes, the corresponding pointer in the device must be set to NULL. Failing to do so triggers a warning when unloading the driver, as it appears the...

0.00223EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/02/05 3:49 p.m.10 views

CVE-2020-14724

Vulnerability in the Oracle Solaris product of Oracle Systems component: Device Driver Utility. The supported version that is affected is 11. Easily exploitable vulnerability allows low privileged attacker with logon to the infrastructure where Oracle Solaris executes to compromise Oracle Solaris...

7.3CVSS6.5AI score0.0046EPSS
SaveExploits0
NVD
NVD
added 2025/01/21 1:15 p.m.9 views

CVE-2024-57944

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: Add NULL check in ads1298init devmkasprintf can return a NULL pointer on failure. A check on the return value of such a call in ads1298init is missing. Add it...

5.5CVSS0.0017EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/01/13 8:25 a.m.17 views

CVE-2024-57800

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

5.5CVSS6.8AI score0.00203EPSS
SaveExploits0References4
CNVD
CNVD
added 2025/01/13 12:0 a.m.25 views

Huawei HarmonyOS Device Driver Module Buffer Overflow Vulnerability

Huawei HarmonyOS is a new-generation intelligent terminal operating system that provides a unified language for the intelligence, interconnection and collaboration of different devices, and brings simple, smooth, continuous, safe and reliable interaction experience in the whole scene. A buffer...

6.3CVSS7AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.2 views

DEBIAN-CVE-2024-57800

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

5.5CVSS5.6AI score0.00203EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.4 views

UBUNTU-CVE-2024-57800

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

5.5CVSS6.5AI score0.00203EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/11 12:39 p.m.9 views

CVE-2024-57800 ALSA: memalloc: prefer dma_mapping_error() over explicit address checking

In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dmamappingerror over explicit address checking With CONFIGDMAAPIDEBUG enabled, the following warning is observed: DMA-API: sndhdaintel 0000:03:00.1: device driver failed to check map errordevice...

5.5CVSS5.7AI score0.00203EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/11 12:39 p.m.5 views

CVE-2024-57799 phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM In some cases, rkhdptxphyruntimeresume may be invoked before platformsetdrvdata is executed in -probe, leading to a NULL pointer dereference when using the retu...

5.5CVSS6AI score0.0017EPSS
SaveExploits0References5
Rows per page
Query Builder