Lucene search
+L

13164 matches found

NVD
NVD
added 2025/07/03 9:15 a.m.15 views

CVE-2025-38103

In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhidparse Update struct hiddescriptor to better reflect the mandatory and optional parts of the HID Descriptor as per USB HID 1.11 specification. Note: the kernel currently...

7.1CVSS0.00187EPSS
SaveExploits0References10
NVD
NVD
added 2025/07/03 9:15 a.m.10 views

CVE-2025-38096

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: don't warn when if there is a FW error iwltransreclaim is warning if it is called when the FW is not alive. But if it is called when there is a pending restart, i.e. after a FW error, there is no need to warn,...

5.5CVSS0.00165EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/03 8:36 a.m.8 views

CVE-2025-38173 crypto: marvell/cesa - Handle zero-length skcipher requests

In the Linux kernel, the following vulnerability has been resolved: crypto: marvell/cesa - Handle zero-length skcipher requests Do not access random memory for zero-length skcipher requests. Just return 0...

7.8CVSS6.5AI score
SaveExploits0References13
OSV
OSV
added 2025/07/03 8:36 a.m.8 views

CVE-2025-38172 erofs: avoid using multiple devices with different type

In the Linux kernel, the following vulnerability has been resolved: erofs: avoid using multiple devices with different type For multiple devices, both primary and extra devices should be the same type. erofsinitdevice has already guaranteed that if the primary is a file-backed device, extra devic...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:36 a.m.96 views

CVE-2025-38170

CVE-2025-38170 concerns the Linux kernel (arm64) FPSIMD/SVE/SME state handling. A race during SME trap handling can cause a preemption race where a task ends up with TIF_SME set and TIF_FOREIGN_FPSTATE cleared while the live hardware state is stale. The provided code path shows a trap handler and...

5.5CVSS7AI score0.00147EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/07/03 8:36 a.m.45 views

CVE-2025-38171

CVE-2025-38171 concerns a Linux kernel issue in the power: supply: max77705 path. The vulnerability arises because create_singlethread_workqueue() can return NULL instead of an error pointer, with missing or inadequate cleanup on error paths during probe. The remediation implemented fixes the wor...

5.5CVSS7.2AI score0.00124EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/07/03 8:36 a.m.9 views

CVE-2025-38169 arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP

In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: Avoid clobbering kernel FPSIMD state with SMSTOP On system with SME, a thread's kernel FPSIMD state may be erroneously clobbered during a context switch immediately after that state is restored. Systems without SME...

7.8CVSS6AI score
SaveExploits0References6
CVE
CVE
added 2025/07/03 8:36 a.m.78 views

CVE-2025-38168

Technical details about CVE-2025-38168 are not publicly available in the provided connected documents. The initial description notes an arm-ni Perf PMU unregister issue causing possible kernel panics on probe failure; monitor for updates from vendors/advisories.

7.8CVSS7AI score0.00153EPSS
SaveExploits0References3Affected Software1
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.20 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.26 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.00147EPSS
SaveExploits0References6
OSV
OSV
added 2025/07/03 8:36 a.m.7 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.109 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.00156EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/07/03 8:36 a.m.17 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.11 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.9 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.24 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.00145EPSS
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.13 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
Rows per page
Query Builder