Lucene search
+L

6310 matches found

UbuntuCve
UbuntuCve
added 2024/07/05 7:15 a.m.16 views

CVE-2024-39483

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if the vCPU is already handling an NMI. KVM's ABI fo...

5.5CVSS6.4AI score0.00213EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/07/05 7:15 a.m.17 views

CVE-2024-39485

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Properly re-initialise notifier entry in unregister The notifierentry of a notifier is not re-initialised after unregistering the notifier. This leads to dangling pointers being left there so use listdelinit to...

5.5CVSS6.3AI score0.00213EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.17 views

CVE-2024-39485

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Properly re-initialise notifier entry in unregister The notifierentry of a notifier is not re-initialised after unregistering the notifier. This leads to dangling pointers being left there so use listdelinit to...

5.5CVSS6.1AI score0.00213EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.33 views

CVE-2024-39484 mmc: davinci: Don't strip remove function when driver is builtin

In the Linux kernel, the following vulnerability has been resolved: mmc: davinci: Don't strip remove function when driver is builtin Using exit for the remove function results in the remove callback being discarded with CONFIGMMCDAVINCI=y. When such a device gets unbound e.g. using sysfs or...

0.00228EPSS
SaveExploits0References6
CVE
CVE
added 2024/07/05 6:55 a.m.140 views

CVE-2024-39483

CVE-2024-39483 affects Linux kernel KVM: SVM where a warning is raised for vNMI + NMI window when NMIs are masked, such as during an STI shadow or GIF=0, potentially causing a spurious WARN. The vulnerability centers on KVM’s NMI window handling: KVM injects one NMI and pends the other; with vNMI...

5.5CVSS7.1AI score0.00213EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.34 views

CVE-2024-39484 mmc: davinci: Don't strip remove function when driver is builtin

In the Linux kernel, the following vulnerability has been resolved: mmc: davinci: Don't strip remove function when driver is builtin Using exit for the remove function results in the remove callback being discarded with CONFIGMMCDAVINCI=y. When such a device gets unbound e.g. using sysfs or...

6.9AI score0.00228EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.16 views

CVE-2024-39483

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked When requesting an NMI window, WARN on vNMI support being enabled if and only if NMIs are actually masked, i.e. if the vCPU is already handling an NMI. KVM's ABI fo...

5.5CVSS6.2AI score0.00213EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.22 views

CVE-2024-39482

In the Linux kernel, the following vulnerability has been resolved: bcache: fix variable length array abuse in btreeiter btreeiter is used in two ways: either allocated on the stack with a fixed size MAXBSETS, or from a mempool with a dynamic size based on the specific cache set. Previously, the...

5.5CVSS5.7AI score0.0023EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.25 views

CVE-2024-39480

In the Linux kernel, the following vulnerability has been resolved: kdb: Fix buffer overflow during tab-complete Currently, when the user attempts symbol completion with the Tab key, kdb will use strncpy to insert the completed symbol into the command buffer. Unfortunately it passes the size of t...

7.8CVSS6AI score0.00256EPSS
SaveExploits0
OSV
OSV
added 2024/07/05 6:55 a.m.22 views

CVE-2024-39479 drm/i915/hwmon: Get rid of devm

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata on which hwmon depends are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are t...

7.8CVSS6.1AI score0.00222EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.39 views

CVE-2024-39479 drm/i915/hwmon: Get rid of devm

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata on which hwmon depends are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are t...

0.00222EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.28 views

CVE-2024-39479 drm/i915/hwmon: Get rid of devm

In the Linux kernel, the following vulnerability has been resolved: drm/i915/hwmon: Get rid of devm When both hwmon and hwmon drvdata on which hwmon depends are device managed resources, the expectation, on device unbind, is that hwmon will be released before drvdata. However, in i915 there are t...

6.7AI score0.00222EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/05 6:55 a.m.21 views

CVE-2024-39477 mm/hugetlb: do not call vma_add_reservation upon ENOMEM

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: do not call vmaaddreservation upon ENOMEM sysbot reported a splat 1 on unmaphugepagerange. This is because vmaneedsreservation can return -ENOMEM if allocatefileregionentries fails to allocate the fileregion struct fo...

5.5CVSS4.9AI score0.0018EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.48 views

CVE-2024-39478 crypto: starfive - Do not free stack buffer

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

0.00186EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.61 views

CVE-2024-39478

In the Linux kernel, the following vulnerability has been resolved: crypto: starfive - Do not free stack buffer RSA text data uses variable length buffer allocated in software stack. Calling kfree on it causes undefined behaviour in subsequent operations...

5.5CVSS5.4AI score0.00186EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.12 views

CVE-2024-39476

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix deadlock that raid5d wait for itself to clear MDSBCHANGEPENDING Xiao reported that lvm2 test lvconvert-raid-takeover.sh can hang with small possibility, the root cause is exactly the same as commit bed9e27baf52...

5.5CVSS6.2AI score0.00178EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.9 views

CVE-2024-39475

In the Linux kernel, the following vulnerability has been resolved: fbdev: savage: Handle err return when savagefbcheckvar failed The commit 04e5eac8f3ab"fbdev: savage: Error out if pixclock equals zero" checks the value of pixclock to avoid divide-by-zero error. However the function savagefbprob...

5.5CVSS5.5AI score0.00229EPSS
SaveExploits0
OSV
OSV
added 2024/07/05 6:55 a.m.26 views

CVE-2024-39473 ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension If a process module does not have base config extension then the same format applies to all of it's inputs and the process-baseconfigext i...

5.5CVSS5.9AI score0.00211EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.12 views

CVE-2024-39473

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-topology: Fix input format query of process modules without base extension If a process module does not have base config extension then the same format applies to all of it's inputs and the process-baseconfigext i...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0
OSV
OSV
added 2024/07/05 6:42 a.m.28 views

CVE-2024-39472 xfs: fix log recovery buffer allocation for the legacy h_size fixup

In the Linux kernel, the following vulnerability has been resolved: xfs: fix log recovery buffer allocation for the legacy hsize fixup Commit a70f9fe52daa "xfs: detect and handle invalid iclog size set by mkfs" added a fixup for incorrect hsize values used for the initial umount record in old...

5.5CVSS6.3AI score0.00229EPSS
SaveExploits0References8
Rows per page
Query Builder