Lucene search
+L

312 matches found

OSV
OSV
added 2024/07/05 6:55 a.m.23 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 score
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/07/05 6:55 a.m.13 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/06/24 1:52 p.m.22 views

CVE-2024-38667

In the Linux kernel, the following vulnerability has been resolved: riscv: prevent ptregs corruption for secondary idle threads Top of the kernel thread stack should be reserved for ptregs. However this is not the case for the idle threads of the secondary boot harts. Their stacks overlap with...

7.8CVSS5.7AI score0.00228EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/21 7:52 p.m.26 views

CVE-2024-38623

A vulnerability was found in the Linux kernel's NTFS3 filesystem module. This issue has been resolved by switching from a fixed-size array to a variable-length array. This change mitigates the risk of buffer overflows that could potentially be exploited by attackers. Mitigation Mitigation for thi...

5.5CVSS9.1AI score0.00526EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/21 11:15 a.m.39 views

CVE-2024-39277

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: handle NUMANONODE correctly cpumaskofnode can be called for NUMANONODE inside domapbenchmark resulting in the following sanitizer report: UBSAN: array-index-out-of-bounds in...

7.8CVSS5.5AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.32 views

CVE-2024-38390

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: Avoid a nullptr dereference when speedbin setting fails Calling a6xxdestroy before adrenogpuinit leads to a null pointer dereference on: msmgpucleanup : platformsetdrvdatagpu-pdev, NULL; as gpu-pdev is only assigned...

5.5CVSS5AI score0.00222EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.22 views

CVE-2024-36489

In the Linux kernel, the following vulnerability has been resolved: tls: fix missing memory barrier in tlsinit In tlsinit, a write memory barrier is missing, and store-store reordering may cause NULL dereference in tlssetsockopt,getsockopt. CPU0 CPU1 ----- ----- // In tlsinit // In tlsctxcreate c...

5.5CVSS6AI score0.00255EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/21 10:18 a.m.22 views

CVE-2024-36270

In the Linux kernel, the following vulnerability has been resolved: netfilter: tproxy: bail out if IP has been disabled on the device syzbot reports: general protection fault, probably for non-canonical address 0xdffffc0000000003: 0000 1 PREEMPT SMP KASAN PTI KASAN: null-ptr-deref in range...

5.5CVSS6.2AI score0.00258EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/20 1:56 p.m.20 views

CVE-2022-48749

A NULL pointer dereference flaw was found in the Linux kernel. This issue is due to an invalid parameter check in dpusetupdspppcc...

5.5CVSS9.1AI score0.00225EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.21 views

CVE-2022-48742

In the Linux kernel, the following vulnerability has been resolved: rtnetlink: make sure to refresh masterdev/mops in rtnlnewlink While looking at one unrelated syzbot bug, I found the replay logic in rtnlnewlink to potentially trigger use-after-free. It is better to clear masterdev and mops insi...

7.8CVSS0.00239EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 11:56 a.m.23 views

CVE-2021-47610

A vulnerability was found in the Linux kernel's DRM MSM driver, affecting Qualcomm Snapdragon GPUs. This issue involves a null pointer dereference in the msmioctlgemsubmit function, which could lead to system crashes ora denial of service DoS. Mitigation Mitigation for this issue is either not...

5.5CVSS6.8AI score0.00191EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/20 6:47 a.m.23 views

CVE-2024-38619

In the Linux kernel, the following vulnerability has been resolved: usb-storage: alauda: Check whether the media is initialized The member "uzonesize" of struct alaudainfo will remain 0 if alaudainitmedia fails, potentially causing divide errors in alaudareaddata and alaudawritelba. - Add a membe...

5.5CVSS5.6AI score0.00253EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:58 p.m.33 views

CVE-2021-47611

In the Linux kernel, the following vulnerability has been resolved: mac80211: validate extended element ID is present Before attempting to parse an extended element, verify that the extended element ID is present...

8.1CVSS5.4AI score0.00338EPSS
SaveExploits0
CVE
CVE
added 2024/06/19 2:58 p.m.86 views

CVE-2021-47611

CVE-2021-47611 concerns the Linux kernel mac80211 code, where parsing of an extended element could proceed without verifying that the extended element ID is present. The CVE is described in multiple connected sources as resolved by a kernel fix: the code now validates the presence of the extended...

8.1CVSS7AI score0.00338EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.35 views

CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

7.8CVSS5.7AI score0.0015EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/06/19 2:53 p.m.28 views

CVE-2021-47575

Removed by vendor...

5.4AI score
SaveExploits0
OSV
OSV
added 2024/06/19 1:37 p.m.21 views

CVE-2024-38577 rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow

In the Linux kernel, the following vulnerability has been resolved: rcu-tasks: Fix showrcutaskstracegpkthread buffer overflow There is a possibility of buffer overflow in showrcutaskstracegpkthread if counters, passed to sprintf are huge. Counter numbers, needed for this are unrealistically high,...

7CVSS6.5AI score
SaveExploits0References11
NVD
NVD
added 2024/06/08 1:15 p.m.26 views

CVE-2024-36966

In the Linux kernel, the following vulnerability has been resolved: erofs: reliably distinguish block based and fscache mode When erofskillsb is called in block dev based mode, sbdev may not have been initialised yet, and if CONFIGEROFSFSONDEMAND is enabled, it will be mistaken for fscache mode,...

5.5CVSS0.0021EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/06/03 9:2 a.m.22 views

CVE-2024-36024

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Disable idle reallow as part of command/gpint execution Why Workaroud for a race condition where DMCUB is in the process of committing to IPS1 during the handshake causing us to miss the transition into IPS2 and...

4.1CVSS6.6AI score0.00159EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/03 8:15 a.m.30 views

CVE-2024-36962

In the Linux kernel, the following vulnerability has been resolved: net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs Currently the driver uses localbhdisable/localbhenable in its IRQ handler to avoid triggering netrxaction softirq on exit from netifrx. The netrxaction could...

7.5CVSS6.2AI score0.00464EPSS
SaveExploits0References11
Rows per page
Query Builder