Lucene search
+L

13965 matches found

NVD
NVD
added 2025/03/06 5:15 p.m.19 views

CVE-2024-58084

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: Fix missing read barrier in qcomscmgettzmempool Commit 2e4955167ec5 "firmware: qcom: scm: Fix scm and waitq completion variable initialization" introduced a write barrier in probe function to store global 'sc...

5.5CVSS0.00175EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 5:15 p.m.22 views

CVE-2024-58085

In the Linux kernel, the following vulnerability has been resolved: tomoyo: don't emit warning in tomoyowritecontrol syzbot is reporting too large allocation warning at tomoyowritecontrol, for one can write a very very long line without new line character. To fix this warning, I use GFPNOWARN...

5.5CVSS0.00209EPSS
SaveExploits0References11
OSV
OSV
added 2025/03/06 5:15 p.m.8 views

UBUNTU-CVE-2024-58078

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References19
CVE
CVE
added 2025/03/06 4:22 p.m.153 views

CVE-2025-21832

CVE-2025-21832 - Linux kernel : In blkdev_read_iter(), revert handling for -EIOCBQUEUED caused by not validating blkdev_direct_IO() return before iov_iter_revert(), risking a WARN_ON due to a negative/unsigned mismatch. The patch removes reversion for -EIOCBQUEUED, aligning with other spots and p...

7.8CVSS7.2AI score0.00186EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/03/06 4:22 p.m.30 views

CVE-2024-58085

In the Linux kernel, the following vulnerability has been resolved: tomoyo: don't emit warning in tomoyowritecontrol syzbot is reporting too large allocation warning at tomoyowritecontrol, for one can write a very very long line without new line character. To fix this warning, I use GFPNOWARN...

5.5CVSS5.7AI score0.00209EPSS
SaveExploits0
NVD
NVD
added 2025/03/06 4:15 p.m.26 views

CVE-2025-21825

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpftimer through kworker for PREEMPTRT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of oldelement is protected by the bucket lock. The reason why the bucket lock...

7.8CVSS0.00175EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 4:15 p.m.30 views

CVE-2024-58066

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs ISERR check The devmkzalloc function doesn't return error pointers, it returns NULL on error. Update the check to match...

5.5CVSS0.0015EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.18 views

CVE-2024-58053

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix handling of received connection abort Fix the handling of a connection abort that we've received. Though the abort is at the connection level, it needs propagating to the calls on that connection. Whilst the propagatio...

7.5CVSS0.00454EPSS
SaveExploits0References4
OSV
OSV
added 2025/03/06 4:15 p.m.15 views

UBUNTU-CVE-2024-58069

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS6.7AI score0.00229EPSS
SaveExploits0References50
Cvelist
Cvelist
added 2025/03/06 4:13 p.m.22 views

CVE-2024-58082 media: nuvoton: Fix an error check in npcm_video_ece_init()

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcmvideoeceinit When function offinddevicebynode fails, it returns NULL instead of an error code. So the corresponding error check logic should be modified to check whether the return value ...

0.00176EPSS
SaveExploits0References3
OSV
OSV
added 2025/03/06 4:13 p.m.9 views

CVE-2024-58082 media: nuvoton: Fix an error check in npcm_video_ece_init()

In the Linux kernel, the following vulnerability has been resolved: media: nuvoton: Fix an error check in npcmvideoeceinit When function offinddevicebynode fails, it returns NULL instead of an error code. So the corresponding error check logic should be modified to check whether the return value ...

6.1AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/03/06 4:13 p.m.26 views

CVE-2024-58080

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: dispcc-sm6350: Add missing parentmap for a clock If a clkrcg2 has a parent, it should also have parentmap defined, otherwise we'll get a NULL pointer dereference when calling clksetrate like the following: 3.388105 Cal...

5.5CVSS5.7AI score0.00179EPSS
SaveExploits0
OSV
OSV
added 2025/03/06 4:13 p.m.16 views

CVE-2024-58079 media: uvcvideo: Fix crash during unbind if gpio unit is in use

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix crash during unbind if gpio unit is in use We used the wrong device for the device managed functions. We used the usb device, when we should be using the interface device. If we unbind the driver from the usb...

7.8CVSS6.1AI score
SaveExploits0References10
CVE
CVE
added 2025/03/06 4:13 p.m.147 views

CVE-2024-58079

CVE-2024-58079 is a Linux kernel vulnerability involving the media/uvcvideo subsystem. The issue arises from using the wrong device for device-managed cleanup when unbinding a driver with a GPIO unit in use; cleanup functions can be skipped, leaving an IRQ enabled and potentially accessing freed ...

7.8CVSS7.1AI score0.00206EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2025/03/06 4:13 p.m.27 views

CVE-2024-58078 misc: misc_minor_alloc to use ida for all dynamic/misc dynamic minors

In the Linux kernel, the following vulnerability has been resolved: misc: miscminoralloc to use ida for all dynamic/misc dynamic minors miscminoralloc was allocating id using ida for minor only in case of MISCDYNAMICMINOR but miscminorfree was always freeing ids using idafree causing a mismatch a...

0.0018EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/03/06 4:08 p.m.14 views

CVE-2025-21829

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the warning "rxecleanup+0x12c/0x170 rdmarxe" The Call Trace is as below: " ? showregs.cold+0x1a/0x1f ? rxecleanup+0x12c/0x170 rdmarxe ? warn+0x84/0xd0 ? rxecleanup+0x12c/0x170 rdmarxe ? reportbug+0x105/0x180 ?...

9.8CVSS5.4AI score0.00397EPSS
SaveExploits0
OSV
OSV
added 2025/03/06 4:04 p.m.12 views

CVE-2025-21828 wifi: mac80211: don't flush non-uploaded STAs

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't flush non-uploaded STAs If STA state is pre-moved to AUTHORIZED such as in IBSS scenarios and insertion fails, the station is freed. In this case, the driver never knew about the station, so trying to flush ...

8.8CVSS6.1AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/03/06 3:54 p.m.44 views

CVE-2024-58069 rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read

In the Linux kernel, the following vulnerability has been resolved: rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read The nvmem interface supports variable buffer sizes, while the regmap interface operates with fixed-size storage. If an nvmem client uses a buffer size less than 4 byte...

7.8CVSS0.00229EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/03/06 3:54 p.m.23 views

CVE-2024-58067 clk: mmp: pxa1908-mpmu: Fix a NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

0.00149EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/03/06 3:53 p.m.28 views

CVE-2024-58056

In the Linux kernel, the following vulnerability has been resolved: remoteproc: core: Fix idafree call while not allocated In the rprocalloc function, on error, putdevice&rproc-dev is called, leading to the call of the rproctyperelease function. An error can occurs before idaalloc is called. In...

5.5CVSS5.7AI score0.00179EPSS
SaveExploits0
Rows per page
Query Builder