Lucene search
+L

114 matches found

OSV
OSV
added 2025/07/03 8:36 a.m.5 views

CVE-2025-38160 clk: bcm: rpi: Add NULL check in raspberrypi_clk_register()

In the Linux kernel, the following vulnerability has been resolved: clk: bcm: rpi: Add NULL check in raspberrypiclkregister devmkasprintf returns NULL when memory allocation fails. Currently, raspberrypiclkregister does not check for this case, which results in a NULL pointer dereference. Add NUL...

7.2AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.14 views

CVE-2025-38143 backlight: pm8941: Add NULL check in wled_configure()

In the Linux kernel, the following vulnerability has been resolved: backlight: pm8941: Add NULL check in wledconfigure devmkasprintf returns NULL when memory allocation fails. Currently, wledconfigure does not check for this case, which results in a NULL pointer dereference. Add NULL check after...

0.0017EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38138 dmaengine: ti: Add NULL check in udma_probe()

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Add NULL check in udmaprobe devmkasprintf returns NULL when memory allocation fails. Currently, udmaprobe does not check for this case, which results in a NULL pointer dereference. Add NULL check after devmkasprint...

6.3AI score
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2025/06/20 8:48 p.m.7 views

CVE-2025-38007

In the Linux kernel, the following vulnerability has been resolved: HID: uclogic: Add NULL check in uclogicinputconfigured devmkasprintf returns NULL when memory allocation fails. Currently, uclogicinputconfigured does not check for this case, which results in a NULL pointer dereference. Add NULL...

7CVSS7.1AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/22 4:34 p.m.12 views

CVE-2020-27274

Some parsing functions in the affected product do not check the return value of malloc and the thread handling the message is forced to close, which may lead to a denial-of-service condition on the OPC UA Tunneller versions prior to 6.3.0.8233...

7.5CVSS6.8AI score0.0115EPSS
SaveExploits0
OSV
OSV
added 2025/05/09 6:41 a.m.14 views

CVE-2025-37841 pm: cpupower: bench: Prevent NULL dereference on malloc failure

In the Linux kernel, the following vulnerability has been resolved: pm: cpupower: bench: Prevent NULL dereference on malloc failure If malloc returns NULL due to low memory, 'config' pointer can be NULL. Add a check to prevent NULL dereference...

6AI score
SaveExploits0References14
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:0 a.m.3 views

Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()

...

5.5CVSS7.4AI score0.00195EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/05/03 2:50 a.m.5 views

SUSE CVE-2023-53124

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix NULL pointer access in mpt3sastransportportadd Port is allocated by sasportallocnum and rphy is allocated by either sasenddevicealloc or sasexpanderalloc, all of which may return NULL. So we need to check the...

5.5CVSS6.3AI score0.00176EPSS
SaveExploits0References10
SUSE Linux
SUSE Linux
added 2025/04/16 7:51 a.m.13 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2021-46925: Fixed kernel panic caused by race of smcsock bsc1220466. CVE-2021-47645: media: staging: media: zoran: calculate the right buffer number for...

8.5CVSS8.3AI score0.92621EPSS
SaveExploits14References942
Microsoft CVE
Microsoft CVE
added 2025/04/09 7:0 a.m.9 views

nfp: bpf: Add check for nfp_app_ctrl_msg_alloc()

...

5.5CVSS6.9AI score0.00232EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/04/01 3:41 p.m.0 views

CVE-2025-21936 Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Add check for mgmtallocskb in mgmtdeviceconnected Add check for the return value of mgmtallocskb in mgmtdeviceconnected to prevent null pointer dereference...

7.6AI score0.00195EPSS
SaveExploits0References5
OSV
OSV
added 2025/03/03 8:13 p.m.17 views

CLSA-2025-1741032827 libvirt: Fix of CVE-2024-2494

CVE-2024-2494: check for negative array lengths before allocation in remotedaemondispatch...

6.2CVSS6.6AI score0.00364EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:10 a.m.7 views

SUSE CVE-2022-49184

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: switchdev: fix possible NULL pointer dereference As the possible failure of the allocation, devmkzalloc may return NULL pointer. Therefore, it should be better to check the 'db' in order to prevent the dereference of...

5.5CVSS6.5AI score0.00256EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.8 views

CVE-2022-49084

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

7.5CVSS5.5AI score0.00648EPSS
SaveExploits0
Amazon
Amazon
added 2025/02/05 12:0 a.m.4 views

Important: kernel-livepatch-6.1.124-134.200

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: Fix use after free in lineinfochangednotify CVE-2024-36899 In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add rough attr allocsize check CVE-2024-50246 Affected...

7.8CVSS7AI score0.00224EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.6 views

PT-2026-26044

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the ntfs3 file system that can result in a Denial-of-Service DoS condition. A specially crafted NTFS image can trigger an infinite loop when processing an ATTR LIST...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0
NVD
NVD
added 2024/12/28 10:15 a.m.14 views

CVE-2024-56705

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

5.5CVSS0.00267EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/28 10:15 a.m.6 views

UBUNTU-CVE-2024-56705

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

5.5CVSS6.2AI score0.00267EPSS
SaveExploits0References33
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:0 a.m.6 views

drm: omapdrm: Add missing check for alloc_ordered_workqueue

...

5.5CVSS6.8AI score0.0025EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/11/08 6:7 a.m.2 views

CVE-2024-50209 RDMA/bnxt_re: Add a check for memory allocation

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Add a check for memory allocation allocpbl can return error when memory allocation fails. Driver is not checking the status on one of the instances...

7.6AI score0.00215EPSS
SaveExploits0References6
Rows per page
Query Builder