Lucene search
+L

13118 matches found

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

CVE-2025-38168 perf: arm-ni: Unregister PMUs on probe failure

In the Linux kernel, the following vulnerability has been resolved: perf: arm-ni: Unregister PMUs on probe failure When a resource allocation fails in one clock domain of an NI device, we need to properly roll back all previously registered perf PMUs in other clock domains of the same device...

7.8CVSS5.9AI score
SaveExploits0References6
OSV
OSV
added 2025/07/03 8:36 a.m.19 views

CVE-2025-38166 bpf: fix ktls panic with sockmap

In the Linux kernel, the following vulnerability has been resolved: bpf: fix ktls panic with sockmap 2172.936997 ------------ cut here ------------ 2172.936999 kernel BUG at lib/ioviter.c:629! ...... 2172.944996 PKRU: 55555554 2172.945155 Call Trace: 2172.945299 2172.945428 ? die+0x36/0x90...

7.8CVSS6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/07/03 8:36 a.m.23 views

CVE-2025-38167 fs/ntfs3: handle hdr_first_de() return value

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: handle hdrfirstde return value The hdrfirstde function returns a pointer to a struct NTFSDE. This pointer may be NULL. To handle the NULL error effectively, it is important to implement an error handler. This will help...

0.00141EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/03 8:36 a.m.6 views

CVE-2025-38167 fs/ntfs3: handle hdr_first_de() return value

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: handle hdrfirstde return value The hdrfirstde function returns a pointer to a struct NTFSDE. This pointer may be NULL. To handle the NULL error effectively, it is important to implement an error handler. This will help...

7.2AI score
SaveExploits0References11
CVE
CVE
added 2025/07/03 8:36 a.m.102 views

CVE-2025-38162

CVE-2025-38162 affects the Linux kernel netfilter nft_set_pipapo implementation. The vulnerability arises from potential overflow during lookup table size calculation in the set handling path. The description specifies that the calculation must guard against overflow across multiple factors: desc...

7.8CVSS7.5AI score0.00149EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/03 8:36 a.m.16 views

CVE-2025-38162 netfilter: nft_set_pipapo: prevent overflow in lookup table allocation

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: prevent overflow in lookup table allocation When calculating the lookup table size, ensure the following multiplication does not overflow: - desc-fieldlen maximum value is U8MAX multiplied by...

7.8CVSS6.6AI score
SaveExploits0References10
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
OSV
OSV
added 2025/07/03 8:36 a.m.10 views

CVE-2025-38159 wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix the 'para' buffer size to avoid reading out of bounds Set the size to 6 instead of 2, since 'para' array is passed to 'rtwfwbtwificontrolrtwdev, para0, &para1', which reads 5 bytes: void rtwfwbtwificontrolstruct...

6.7AI score
SaveExploits0References10
OSV
OSV
added 2025/07/03 8:36 a.m.7 views

CVE-2025-38158 hisi_acc_vfio_pci: fix XQE dma address error

In the Linux kernel, the following vulnerability has been resolved: hisiaccvfiopci: fix XQE dma address error The dma addresses of EQE and AEQE are wrong after migration and results in guest kernel-mode encryption services failure. Comparing the definition of hardware registers, we found that the...

6.3AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.22 views

CVE-2025-38156 wifi: mt76: mt7996: Fix null-ptr-deref in mt7996_mmio_wed_init()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix null-ptr-deref in mt7996mmiowedinit devmioremap returns NULL on error. Currently, mt7996mmiowedinit does not check for this case, which results in a NULL pointer dereference. Prevent null pointer dereferen...

0.00139EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/03 8:35 a.m.5 views

CVE-2025-38156 wifi: mt76: mt7996: Fix null-ptr-deref in mt7996_mmio_wed_init()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix null-ptr-deref in mt7996mmiowedinit devmioremap returns NULL on error. Currently, mt7996mmiowedinit does not check for this case, which results in a NULL pointer dereference. Prevent null pointer dereferen...

6AI score
SaveExploits0References6
OSV
OSV
added 2025/07/03 8:35 a.m.12 views

CVE-2025-38154 bpf, sockmap: Avoid using sk_socket after free when sending

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Avoid using sksocket after free when sending The sk-sksocket is not locked or referenced in backlog thread, and during the call to skbsendsock, there is a race condition with the release of sksocket. All types of...

7.8CVSS6.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/07/03 8:35 a.m.21 views

CVE-2025-38150 af_packet: move notifier's packet_dev_mc out of rcu critical section

In the Linux kernel, the following vulnerability has been resolved: afpacket: move notifier's packetdevmc out of rcu critical section Syzkaller reports the following issue: BUG: sleeping function called from invalid context at kernel/locking/mutex.c:578 mutexlock+0x106/0xe80...

7.8CVSS0.00108EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38149 net: phy: clear phydev->devlink when the link is deleted

In the Linux kernel, the following vulnerability has been resolved: net: phy: clear phydev-devlink when the link is deleted There is a potential crash issue when disabling and re-enabling the network port. When disabling the network port, phydetach calls devicelinkdel to remove the device link, b...

6.4AI score
SaveExploits0References7
OSV
OSV
added 2025/07/03 8:35 a.m.6 views

CVE-2025-38148 net: phy: mscc: Fix memory leak when using one step timestamping

In the Linux kernel, the following vulnerability has been resolved: net: phy: mscc: Fix memory leak when using one step timestamping Fix memory leak when running one-step timestamping. When running one-step sync timestamping, the HW is configured to insert the TX time into the frame, so there is ...

6.3AI score
SaveExploits0References10
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38147 calipso: Don't call calipso functions for AF_INET sk.

In the Linux kernel, the following vulnerability has been resolved: calipso: Don't call calipso functions for AFINET sk. syzkaller reported a null-ptr-deref in txoptget. 0 The offset 0x70 was of struct ipv6txoptions in struct ipv6pinfo, so struct ipv6pinfo was NULL there. However, this never...

6AI score
SaveExploits0References13
CVE
CVE
added 2025/07/03 8:35 a.m.38 views

CVE-2025-38144

CVE-2025-38144 concerns the Linux kernel watchdog code for Lenovo SE30 hardware. The vulnerability stems from a NULL pointer dereference in lenovo_se30_wdt_probe() when devm_ioremap() returns NULL on error, and the code fails to check this condition. A fix was implemented to add a NULL check afte...

5.5CVSS7.1AI score0.0014EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/07/03 8:35 a.m.7 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...

6.3AI score
SaveExploits0References12
OSV
OSV
added 2025/07/03 8:35 a.m.9 views

CVE-2025-38142 hwmon: (asus-ec-sensors) check sensor index in read_string()

In the Linux kernel, the following vulnerability has been resolved: hwmon: asus-ec-sensors check sensor index in readstring Prevent a potential invalid memory access when the requested sensor is not found. findecsensorindex may return a negative value e.g. -ENOENT, but its result was used without...

6.4AI score
SaveExploits0References9
CVE
CVE
added 2025/07/03 8:35 a.m.84 views

CVE-2025-38141

CVE-2025-38141 is a Linux kernel use-after-free vulnerability in the device mapper reporting path. The issue stems from a race around reading md->zone_revalidate_map and the lifetime of zone resources during blk_revalidate_disk_zones() and dm_blk_report_zones() calls, potentially freeing resou...

7.8CVSS7.1AI score0.00162EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder