Lucene search
+L

6305 matches found

Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.17 views

CVE-2024-26786 iommufd: Fix iopt_access_list_id overwrite bug

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix ioptaccesslistid overwrite bug Syzkaller reported the following WARNON: WARNING: CPU: 1 PID: 4738 at drivers/iommu/iommufd/iopagetable.c:1360 Call Trace: iommufdaccesschangeioas+0x2fe/0x4e0...

6.4AI score0.00222EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.25 views

CVE-2024-26787

In the Linux kernel, the following vulnerability has been resolved: mmc: mmci: stm32: fix DMA API overlapping mappings warning Turning on CONFIGDMAAPIDEBUGSG results in the following warning: DMA-API: mmci-pl18x 48220000.mmc: cacheline tracking EEXIST, overlapping mappings aren't supported WARNIN...

5.5CVSS7.3AI score0.00226EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.20 views

CVE-2024-26784 pmdomain: arm: Fix NULL dereference on scmi_perf_domain removal

In the Linux kernel, the following vulnerability has been resolved: pmdomain: arm: Fix NULL dereference on scmiperfdomain removal On unloading of the scmiperfdomain module got the below splat, when in the DT provided to the system under test the 'power-domain-cells' property was missing. Indeed,...

6.8AI score0.00195EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.36 views

CVE-2024-26783 mm/vmscan: fix a bug calling wakeup_kswapd() with a wrong zone index

In the Linux kernel, the following vulnerability has been resolved: mm/vmscan: fix a bug calling wakeupkswapd with a wrong zone index With numa balancing on, when a numa system is running where a numa node doesn't have its local memory so it has no managed zones, the following oops has been...

6AI score0.00242EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/04 8:20 a.m.96 views

CVE-2024-26784

Mode C: Normal CVE-2024-26784 details confirmed. Affected software: Linux kernel (ARM) scmi_perf_domain driver. Issue: NULL dereference during module removal when the device-tree entry '#power-domain-cells' is missing, causing probe to bail early but remove() to run with uninitialized state. Root...

5.5CVSS6.7AI score0.00195EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.20 views

CVE-2024-26780 af_unix: Fix task hung while purging oob_skb in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix task hung while purging oobskb in GC. syzbot reported a task hung; at the same time, GC was looping infinitely in listforeachentrysafe for OOB skb. 0 syzbot demonstrated that the listforeachentrysafe was not actually...

6.7AI score0.00222EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.16 views

CVE-2024-26781 mptcp: fix possible deadlock in subflow diag

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix possible deadlock in subflow diag Syzbot and Eric reported a lockdep splat in the subflow diag: WARNING: possible circular locking dependency detected 6.8.0-rc4-syzkaller-00212-g40b9385dd8e6 0 Not tainted...

6.7AI score0.00173EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/04/04 1:53 a.m.33 views

CVE-2024-26743

In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix qedrcreateuserqp error flow Avoid the following warning by making sure to free the allocated resources in case that qedrinituserqueue fail. ----------- cut here ----------- WARNING: CPU: 0 PID: 143192 at...

5.5CVSS6.9AI score0.00242EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 1:52 a.m.26 views

CVE-2024-26739

A use-after-free flaw was found in net/sched/actmirred.c in the Linux kernel. This may result in a crash...

5.5CVSS7.5AI score0.00276EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 1:52 a.m.23 views

CVE-2024-26736

A vulnerability was found in the afsupdatevolumestatus function in the Linux kernel. This issue could lead to a buffer overflow due to an improperly sized char array that is not large enough to match the corresponding value being placed in it, leading to memory corruption or crashes...

4.7CVSS6.9AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 1:26 a.m.17 views

CVE-2024-26771

A vulnerability was found in the devmkasprintf function in the Enhanced Direct Memory Access TI EDMA driver in the Linux kernel, which returns a pointer to dynamically allocated memory. This pointer could return NULL if the function fails, which could result in crashes or undefined behavior...

4.4CVSS8AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 12:33 a.m.13 views

CVE-2024-26762

In the Linux kernel, the following vulnerability has been resolved: cxl/pci: Skip to handle RAS errors if CXL.mem device is detached The PCI AER model is an awkward fit for CXL error handling. While the expectation is that a PCI device can escalate to link reset to recover from an AER event, the...

4.4CVSS6.8AI score0.00205EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 12:6 a.m.23 views

CVE-2024-26713

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add When a PCI device is dynamically added, the kernel oopses with a NULL pointer dereference: BUG: Kernel NULL pointer dereference on read at 0x00000030 Faulting...

4.4CVSS6.9AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.20 views

CVE-2024-26784

In the Linux kernel, the following vulnerability has been resolved: pmdomain: arm: Fix NULL dereference on scmiperfdomain removal On unloading of the scmiperfdomain module got the below splat, when in the DT provided to the system under test the 'power-domain-cells' property was missing. Indeed,...

5.5CVSS5.8AI score0.00195EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.22 views

CVE-2024-26799

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix uninitialized pointer dmactl In the case where lpassgetdmactlhandle is called and the driver id daiid is invalid the pointer dmactl is not being assigned a value, and dmactl contains a garbage value since it has n...

6.2CVSS5.9AI score0.00234EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/03 11:45 p.m.21 views

CVE-2024-26721

In the Linux kernel, the following vulnerability has been resolved: drm/i915/dsc: Fix the macro that calculates DSCC/DSCA PPS reg address Commit bd077259d0a9 "drm/i915/vdsc: Add function to read any PPS register" defines a new macro to calculate the DSC PPS register addresses with PPS number as a...

2.3CVSS6.4AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/03 11:8 p.m.29 views

CVE-2024-26700

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix MST Null Ptr for RV The change try to fix below error specific to RV platform: BUG: kernel NULL pointer dereference, address: 0000000000000008 PGD 0 P4D 0 Oops: 0000 1 PREEMPT SMP NOPTI CPU: 4 PID: 917 Comm:...

4.3CVSS6.9AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/03 11:8 p.m.47 views

CVE-2024-26698

A vulnerability was found in the hvnetvsc driver in the Linux kernel, where a race condition is present between the netvscprobe and netvscremove functions. This race condition could lead to system hangs during network device removal...

4.1CVSS7.4AI score0.00183EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/03 11:7 p.m.22 views

CVE-2024-26691

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu-mutex is taken inside kvm-lock. The rule is violated by the pkvmcreatehypvm which acquires the kvm-lock while already holding the vcpu-mutex...

4.7CVSS7AI score0.00183EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/03 11:7 p.m.31 views

CVE-2024-26690

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: protect updates of 64-bit statistics counters As explained by a comment in , write side of struct u64statssync must ensure mutual exclusion, or one seqcount update could be lost on 32-bit platforms, thus blocking...

4.4CVSS7AI score0.00709EPSS
SaveExploits0References4
Rows per page
Query Builder