Lucene search
+L

1747 matches found

Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.28 views

CVE-2021-47184 i40e: Fix NULL ptr dereference on VSI filter sync

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix NULL ptr dereference on VSI filter sync Remove the reason of null pointer dereference in sync VSI filters. Added new I40EVSIRELEASING flag to signalize deleting and releasing of VSI resources to sync this thread with sy...

8.8CVSS6.6AI score0.00248EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.25 views

CVE-2021-47185 tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc

In the Linux kernel, the following vulnerability has been resolved: tty: ttybuffer: Fix the softlockup issue in flushtoldisc When running ltp testcaseltp/testcases/kernel/pty/pty04.c with arm64, there is a soft lockup, which look like this one: Workqueue: eventsunbound flushtoldisc Call trace:...

6.7AI score0.00178EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/10 11:07 a.m.33 views

CVE-2024-26815 net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: proper TCATAPRIOTCENTRYINDEX check taprioparsetcentry is not correctly checking TCATAPRIOTCENTRYINDEX attribute: int tc; // Signed value tc = nlagetu32tbTCATAPRIOTCENTRYINDEX; if tc = TCQOPTMAXQUEUE...

7.8CVSS6.8AI score0.00282EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/10 11:07 a.m.28 views

CVE-2024-26815 net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: proper TCATAPRIOTCENTRYINDEX check taprioparsetcentry is not correctly checking TCATAPRIOTCENTRYINDEX attribute: int tc; // Signed value tc = nlagetu32tbTCATAPRIOTCENTRYINDEX; if tc = TCQOPTMAXQUEUE...

7.8CVSS6.7AI score0.00282EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/04/05 1:26 p.m.46 views

CVE-2024-26810

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Lock external INTx masking ops Mask operations through config space changes to DisINTx may race INTx configuration changes via ioctl. Create wrappers that add locking for paths outside of the core interrupt code. In...

4.4CVSS7AI score0.00196EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 3:59 p.m.30 views

CVE-2024-26809

A vulnerability was found in the Linux kernel's Netfilter subsystem. More specifically, the issue is related to the nftsetpipapo function, where releasing elements from cloned structures occurs outside the intended destroy path. This improper handling could lead to resource leaks or stability...

5.5CVSS7.1AI score0.00294EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.44 views

CVE-2024-26807

In the Linux kernel, the following vulnerability has been resolved: Both cadence-quadspi -runtimesuspend and -runtimeresume implementations start with: struct cqspist cqspi = devgetdrvdatadev; struct spicontroller host = devgetdrvdatadev; This obviously cannot be correct, unless "struct cqspist" ...

7.8CVSS7.2AI score0.00234EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.38 views

CVE-2024-26807 spi: cadence-qspi: fix pointer reference in runtime PM hooks

In the Linux kernel, the following vulnerability has been resolved: Both cadence-quadspi -runtimesuspend and -runtimeresume implementations start with: struct cqspist cqspi = devgetdrvdatadev; struct spicontroller host = devgetdrvdatadev; This obviously cannot be correct, unless "struct cqspist" ...

7.8CVSS7.7AI score0.00234EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/04 8:20 a.m.117 views

CVE-2024-26798

CVE-2024-26798 : Linux kernel fbcon font restore regression fix. The commit a5a923038d70 initially restored old font data on vc_resize() failure but only for user fonts; system/internal fonts were left unreverted, causing a subsequent fbcon_do_set_font() to fail restoration and potentially crash ...

5.5CVSS6.2AI score0.00327EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.30 views

CVE-2024-26789 crypto: arm64/neonbs - fix out-of-bounds access on short input

In the Linux kernel, the following vulnerability has been resolved: crypto: arm64/neonbs - fix out-of-bounds access on short input The bit-sliced implementation of AES-CTR operates on blocks of 128 bytes, and will fall back to the plain NEON version for tail blocks or inputs that are shorter than...

7.8CVSS8AI score0.00234EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.19 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...

7.8CVSS6.4AI score0.00231EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/04 8:20 a.m.110 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.21 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
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.18 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
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.22 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
RedhatCVE
RedhatCVE
added 2024/04/04 12:33 a.m.15 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.00216EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/04 12:00 a.m.23 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:00 a.m.24 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...

7CVSS5.9AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/03 11:45 p.m.25 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 10:40 p.m.46 views

CVE-2023-52640

A vulnerability was found in the ntfs3 function in ntfslistea in the Linux kernel, where a missing check on the length of an attribute name could exceed the expected size of the extended attribute structure and cause an out-of-bounds error. This issue could result in memory corruption, data...

7.1CVSS8.3AI score0.00244EPSS
SaveExploits0References4
Rows per page
Query Builder