Lucene search
+L

5311 matches found

CVE
CVE
added 2024/04/17 10:27 a.m.4571 views

CVE-2024-26879

CVE-2024-26879: In the Linux kernel, the issue is within the clock framework (meson/axg_clk_regmaps) where some clocks were missing, causing a NULL pointer dereference and kernel panic when reading /sys/kernel/debug/clk/clk_summary. Root cause: missing clocks in axg_clk_regmaps lead to regmap_rea...

5.5CVSS6.5AI score0.00223EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/04/17 10:27 a.m.9 views

CVE-2024-26879 clk: meson: Add missing clocks to axg_clk_regmaps

In the Linux kernel, the following vulnerability has been resolved: clk: meson: Add missing clocks to axgclkregmaps Some clocks were missing from axgclkregmaps, which caused kernel panic during cat /sys/kernel/debug/clk/clksummary 57.349402 Unable to handle kernel NULL pointer dereference at...

5.8AI score
SaveExploits0References9
CVE
CVE
added 2024/04/17 10:27 a.m.150 views

CVE-2024-26868

CVE-2024-26868 affects the Linux kernel, specifically the NFS v4 FlexFileLayout code path. The issue arises when nfs4_ff_layout_prepare_ds() fails during mirror_ds initialization, after which ff_layout_cancel_io dereferences mirror_ds even if it is invalid. The core problem is an inconsistent che...

7.5CVSS6.4AI score0.00609EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/17 10:17 a.m.21 views

CVE-2024-26853 igc: avoid returning frame twice in XDP_REDIRECT

In the Linux kernel, the following vulnerability has been resolved: igc: avoid returning frame twice in XDPREDIRECT When a frame can not be transmitted in XDPREDIRECT e.g. due to a full queue, it is necessary to free it by calling xdpreturnframerxnapi. However, this is the responsibility of the...

9.8CVSS6.8AI score0.00626EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/17 10:17 a.m.41 views

CVE-2024-26853 igc: avoid returning frame twice in XDP_REDIRECT

In the Linux kernel, the following vulnerability has been resolved: igc: avoid returning frame twice in XDPREDIRECT When a frame can not be transmitted in XDPREDIRECT e.g. due to a full queue, it is necessary to free it by calling xdpreturnframerxnapi. However, this is the responsibility of the...

9.8CVSS6.7AI score0.00626EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/04/15 11:12 p.m.5 views

SUSE CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/10 7:15 p.m.2 views

DEBIAN-CVE-2021-47201

In the Linux kernel, the following vulnerability has been resolved: iavf: free qvectors before queues in iavfdisablevf iavffreequeues clears adapter-numactivequeues, which iavffreeqvectors relies on, so swap the order of these two function calls in iavfdisablevf. This resolves a panic encountered...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.26 views

CVE-2021-47191

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix out-of-bound read in respreadcap16 The following warning was observed running syzkaller: 3813.830724 sgwrite: data in/out 65466/242 bytes for SCSI command 0x9e-- guessing data in; 3813.830724 program...

7.1CVSS7.6AI score0.00236EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/04 5:16 p.m.37 views

CVE-2024-26802

A vulnerability was found in the stmmac ethernet driver of the Linux kernel, where a workqueue variable was not cleared after being destroyed. This issue could lead to kernel panics if the code later attempted to access or destroy the already-freed workqueue. Mitigation Mitigation for this issue ...

5.5CVSS8AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/04 9:15 a.m.4 views

DEBIAN-CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/04 9:15 a.m.20 views

CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS7.4AI score0.00236EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/04 9:15 a.m.10 views

UBUNTU-CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References22
OSV
OSV
added 2024/04/04 9:15 a.m.8 views

UBUNTU-CVE-2024-26788

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-qdma: init irq after reg initialization Initialize the qDMA irqs after the registers are configured so that interrupts that may have been pending from a primary kernel don't get processed by the irq handler before ...

5.5CVSS5.9AI score0.00226EPSS
SaveExploits0References21
CVE
CVE
added 2024/04/04 8:20 a.m.188 views

CVE-2024-26802

CVE-2024-26802: In the Linux kernel stmmac driver, destroy_workqueue() drains the queue and clears the workqueue variable but does not set it to NULL, enabling a possible kernel/module panic if a cleared-but-non-NULL pointer is later used during resume/reset flows. The fix is to set the workqueue...

7.8CVSS6.5AI score0.00236EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.21 views

CVE-2024-26802 stmmac: Clear variable when destroying workqueue

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS6.6AI score0.00236EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.35 views

CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

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

CVE-2024-26802 stmmac: Clear variable when destroying workqueue

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS7.7AI score0.00236EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/04/04 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the incorrect handling of hung interrupts, resulting in a kernel panic...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/04/04 12:00 a.m.29 views

CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References21
RedhatCVE
RedhatCVE
added 2024/04/03 11:45 p.m.33 views

CVE-2024-26726

A vulnerability was found in the Linux kernel's btrfs file system, where the extentmap for a free space inode might be dropped incorrectly during a write error. This issue could compromise file system integrity by causing inconsistencies. Mitigation Mitigation for this issue is either not availab...

5.5CVSS7.3AI score0.00259EPSS
SaveExploits0References4
Rows per page
Query Builder