Lucene search
+L

6310 matches found

NVD
NVD
added 2024/05/30 4:15 p.m.14 views

CVE-2024-36882

In the Linux kernel, the following vulnerability has been resolved: mm: use memallocnofssave in pagecacheraorder See commit f2c817bed58d "mm: use memallocnofssave in readahead path", ensure that pagecacheraorder do not attempt to reclaim file-backed pages too, or it leads to a deadlock, found iss...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/30 4:15 p.m.24 views

CVE-2023-52882

In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: h6: Reparent CPUX during PLL CPUX rate change While PLL CPUX clock rate change when CPU is running from it works in vast majority of cases, now and then it causes instability. This leads to system crashes and other...

5.5CVSS7.4AI score0.00271EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.18 views

CVE-2024-36882

In the Linux kernel, the following vulnerability has been resolved: mm: use memallocnofssave in pagecacheraorder See commit f2c817bed58d "mm: use memallocnofssave in readahead path", ensure that pagecacheraorder do not attempt to reclaim file-backed pages too, or it leads to a deadlock, found iss...

5.5CVSS6.3AI score0.0018EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.18 views

CVE-2024-36930

In the Linux kernel, the following vulnerability has been resolved: spi: fix null pointer dereference within spisync If spisync is called with the non-empty queue and the same spimessage is then reused, the complete callback for the message remains set while the context is cleared, leading to a...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.18 views

CVE-2024-36954

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipcbufappend skblinearize doesn't free the skb when it fails, so move 'buf = NULL' after skblinearize, so that the skb can be freed on the err path...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.16 views

CVE-2024-36891

In the Linux kernel, the following vulnerability has been resolved: mapletree: fix masemptyarearev null pointer dereference Currently the code calls masstart followed by masdataend if the maple state is MASTART, but masstart may return with the maple state node == NULL. This will lead to a null...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.17 views

CVE-2024-36893

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: Check for port partner validity before consuming it typecregisterpartner does not guarantee partner registration to always succeed. In the event of failure, port-partner is set to the error value or NULL. Given...

5.5CVSS6.2AI score0.00227EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.21 views

CVE-2024-36909

In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: vmbus: Don't free ring buffers that couldn't be re-encrypted In CoCo VMs it is possible for the untrusted host to cause setmemoryencrypted or setmemorydecrypted to fail such that an error is returned and the resultin...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.18 views

CVE-2024-36948

In the Linux kernel, the following vulnerability has been resolved: drm/xe/xemigrate: Cast to output precision before multiplying operands Addressing potential overflow in result of multiplication of two lower precision u32 operands before widening it to higher precision u64. -v2 Fix commit messa...

5.5CVSS6.2AI score0.0018EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.23 views

CVE-2024-36949

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: sync all devices to wait all processes being evicted If there are more than one device doing reset in parallel, the first device will call kfdsuspendallprocesses to evict all processes on all devices, this call takes...

4.7CVSS6.2AI score0.00223EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.22 views

CVE-2024-36030

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix the double free in rvunpcfreemem Clang static checkerscan-build warning: drivers/net/ethernet/marvell/octeontx2/af/rvunpc.c:line 2184, column 2 Attempt to free released memory. npcmcamrsrcsdeinit has released...

7.1CVSS6.3AI score0.00227EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/30 3:35 p.m.12 views

CVE-2024-36959 pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix refcount leak in pinctrldttomap If we fail to allocate propname buffer, we need to drop the reference count we just took. Because the pinctrldtfreemaps includes the droping operation, here we call it...

6.7AI score0.00249EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/05/30 3:35 p.m.20 views

CVE-2024-36959

In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: fix refcount leak in pinctrldttomap If we fail to allocate propname buffer, we need to drop the reference count we just took. Because the pinctrldtfreemaps includes the droping operation, here we call it...

5.5CVSS5.5AI score0.00249EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:35 p.m.46 views

CVE-2024-36957

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: avoid off-by-one read from userspace We try to access count + 1 byte from userspace with memdupuserbuffer, count + 1. However, the userspace only provides buffer of count bytes and only these count bytes are verifie...

5.5CVSS5.6AI score0.00238EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:35 p.m.39 views

CVE-2024-36955

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: fix usage of devicegetnamedchildnode The documentation for devicegetnamedchildnode mentions this important point: " The caller is responsible for calling fwnodehandleput on the returned fwnode pointer. ...

7.7CVSS5.7AI score0.00243EPSS
SaveExploits0
OSV
OSV
added 2024/05/30 3:35 p.m.19 views

CVE-2024-36956 thermal/debugfs: Free all thermal zone debug memory on zone removal

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Free all thermal zone debug memory on zone removal Because thermaldebugtzremove does not free all memory allocated for thermal zone diagnostics, some of that memory becomes unreachable after freeing the thermal...

5.5CVSS6.1AI score0.00194EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/30 3:35 p.m.18 views

CVE-2024-36953

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgicv2parseattr vgicv2parseattr is responsible for finding the vCPU that matches the user-provided CPUID, which of course may not be valid. If the ID is invalid, kvmgetvcpubyid...

5.5CVSS5.2AI score0.00231EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/30 3:35 p.m.16 views

CVE-2024-36954

In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipcbufappend skblinearize doesn't free the skb when it fails, so move 'buf = NULL' after skblinearize, so that the skb can be freed on the err path...

5.5CVSS5.7AI score0.00249EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/30 3:35 p.m.20 views

CVE-2024-36951 drm/amdkfd: range check cp bad op exception interrupts

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: range check cp bad op exception interrupts Due to a CP interrupt bug, bad packet garbage exception codes are raised. Do a range check so that the debugger and runtime do not receive garbage codes. Update the user api ...

7AI score0.00222EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/30 3:35 p.m.48 views

CVE-2024-36951 drm/amdkfd: range check cp bad op exception interrupts

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: range check cp bad op exception interrupts Due to a CP interrupt bug, bad packet garbage exception codes are raised. Do a range check so that the debugger and runtime do not receive garbage codes. Update the user api ...

6.6AI score0.00222EPSS
SaveExploits0References3
Rows per page
Query Builder