Lucene search
+L

7975 matches found

Cvelist
Cvelist
added 2024/05/17 2:47 p.m.32 views

CVE-2024-35847 irqchip/gic-v3-its: Prevent double free on error

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3-its: Prevent double free on error The error handling path in itsvpeirqdomainalloc causes a double free when itsvpeinit fails after successfully allocating at least one interrupt. This happens because...

6.5AI score0.00248EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/17 2:40 p.m.17 views

CVE-2024-35844 f2fs: compress: fix reserve_cblocks counting error when out of space

In the Linux kernel, the following vulnerability has been resolved: f2fs: compress: fix reservecblocks counting error when out of space When a file only needs one directnode, performing the following operations will cause the file to be unrepairable: unisoc ./f2fsio compress test.apk unisoc df -h...

5.5CVSS6AI score0.00243EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/17 2:27 p.m.17 views

CVE-2023-52693 ACPI: video: check for error while searching for backlight device parent

In the Linux kernel, the following vulnerability has been resolved: ACPI: video: check for error while searching for backlight device parent If acpigetparent called in acpivideodevregisterbacklight fails, for example, because acpiutacquiremutex fails inside acpigetparent, this can lead to incorre...

5.5CVSS5.9AI score0.00247EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.22 views

CVE-2023-52677 riscv: Check if the code to patch lies in the exit section

In the Linux kernel, the following vulnerability has been resolved: riscv: Check if the code to patch lies in the exit section Otherwise we fall through to vmalloctopage which panics since the address does not lie in the vmalloc region...

6.9AI score0.00225EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/17 2:15 p.m.22 views

CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS7.3AI score0.00224EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 2:2 p.m.37 views

CVE-2024-35837 net: mvpp2: clear BM pool before initialization

In the Linux kernel, the following vulnerability has been resolved: net: mvpp2: clear BM pool before initialization Register value persist after booting the kernel using kexec which results in kernel panic. Thus clear the BM pool registers before initialisation to fix the issue...

6.3AI score0.0022EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/17 2:2 p.m.37 views

CVE-2023-52673 drm/amd/display: Fix a debugfs null pointer error

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a debugfs null pointer error WHY & HOW Check whether getsubvpen callback exists before calling it...

6.5AI score0.00202EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/17 1:41 p.m.17 views

CVE-2023-52662 drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmwgmridmangetnode When idaallocmax fails, resources allocated before should be freed, including res allocated by kmalloc and ttmresourceinit...

6.7AI score0.00228EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/17 1:40 p.m.29 views

CVE-2023-52661 drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clkput in the error handling paths of tegradcrgbprobe If clkgetsys..., "plld2out0" fails, the clkgetsys call must be undone. Add the missing clkput and a new 'putplldout0' label in the error handling...

5.5CVSS6.1AI score0.00223EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/17 1:23 p.m.26 views

CVE-2024-35819 soc: fsl: qbman: Use raw spinlock for cgr_lock

In the Linux kernel, the following vulnerability has been resolved: soc: fsl: qbman: Use raw spinlock for cgrlock smpcallfunction always runs its callback in hard IRQ context, even on PREEMPTRT, where spinlocks can sleep. So we need to use a raw spinlock for cgrlock to ensure we aren't waiting on...

6.7AI score0.00232EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/17 12:24 p.m.18 views

CVE-2024-35790

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: create sysfs nodes as driver's default device attribute group The DisplayPort driver's sysfs nodes may be present to the userspace before typecaltmodesetdrvdata completes in dpaltmodeprobe. This...

5.5CVSS7.5AI score0.00225EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 12:24 p.m.96 views

CVE-2024-35784

The CVE-2024-35784 entry concerns the Linux kernel: btrfs deadlock during fiemap/extent locking. Root cause: the extent lock was held for the entire fiemap traversal, risking pagefaults and deadlocks when fiemap data is copied to user space (mkwrite during mmap). Impact: potential deadlock in fil...

5.5CVSS6.5AI score0.00173EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/05/17 12:24 p.m.50 views

CVE-2024-35784 btrfs: fix deadlock with fiemap and extent locking

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

6.3AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/17 12:24 p.m.21 views

CVE-2024-35784 btrfs: fix deadlock with fiemap and extent locking

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock with fiemap and extent locking While working on the patchset to remove extent locking I got a lockdep splat with fiemap and pagefaulting with my new extent lock replacement lock. This deadlock exists with our...

5.5CVSS6AI score0.00173EPSS
SaveExploits0References6
NVD
NVD
added 2024/05/17 12:15 p.m.18 views

CVE-2024-27404

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix data races on remoteid Similar to the previous patch, address the data race on remoteid, adding the suitable ONCE annotations...

4.7CVSS6.5AI score0.00168EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/05/17 12:15 p.m.24 views

CVE-2024-27411

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: keep DMA buffers required for suspend/resume Nouveau deallocates a few buffers post GPU init which are required for GPU suspend/resume to function correctly. This is likely not as big an issue on systems where the...

5.5CVSS6.3AI score0.00191EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 12:8 p.m.34 views

CVE-2024-27433

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clkmt8135apmixedprobe 'clkdata' is allocated with mtkdevmallocclkdata. So calling mtkfreeclkdata explicitly in the remove function would lead to a double-free. Remov...

7.8CVSS7AI score0.00228EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 11:50 a.m.32 views

CVE-2024-27414 rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: fix error logic of IFLABRIDGEFLAGS writing back In the commit d73ef2d69c0d "rtnetlink: let rtnlbridgesetlink checks IFLABRIDGEMODE length", an adjustment was made to the old loop logic in the function rtnlbridgesetlink...

6.4AI score0.00223EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/17 11:50 a.m.7692 views

CVE-2024-27410

CVE-2024-27410 (Linux kernel) relates to a race in wifi nl80211 where mesh ID changes during an iftype change could overwrite wdev data. The issue is resolved by disallowing mesh ID changes while changing the interface type (i.e., disallow iftype changes when mesh ID is being set). Astra Linux no...

5.5CVSS6.7AI score0.00247EPSS
SaveExploits0References10Affected Software1
Positive Technologies
Positive Technologies
added 2024/05/17 12:0 a.m.10 views

PT-2024-26758

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue arises when an skb is added to a neigh-arp queue while waiting for an arp reply, and the original skb's skb-dev can be different from neigh's neigh-dev. This can occur in...

5.5CVSS5.5AI score0.00223EPSS
SaveExploits0
Rows per page
Query Builder