Lucene search
K

786 matches found

OSV
OSV
added yesterday1 views

SUSE-SU-2026:2238-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 kernel was updated to fix various security issues The following security issues were fixed: - CVE-2023-20585: x86/CPU: Fix FPDSS on Zen1 bsc1243603. - CVE-2025-54518: x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cache bsc1264013. -...

9.8CVSS6.8AI score0.00254EPSS
Exploits10References448
SUSE Linux
SUSE Linux
added 2 days ago6 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 RT kernel was updated to fix various security issues The following security issues were fixed: CVE-2023-20585: x86/CPU: Fix FPDSS on Zen1 bsc1243603. CVE-2025-68310: s390/pci: Use pciueventers in PCI recovery bsc1255160. CVE-2025-71183: btrfs: always detect...

8.8CVSS6.8AI score0.00108EPSS
Exploits0References898
OSV
OSV
added 5 days ago1 views

CLSA-2026-1780132171 Fix of 25 CVEs

CVE-2025-68724 - crypto: asymmetrickeys - prevent overflow in asymmetrickeygenerateid CVE-2025-68724 CVE-2025-71196 - phy: stm32-usphyc: Fix off by one in probe CVE-2025-71196 CVE-2026-23033 - dmaengine: omap-dma: fix dmapool resource leak in error paths CVE-2026-23033 CVE-2026-23049 -...

9.8CVSS5.9AI score0.00076EPSS
Exploits0References1
NVD
NVD
added 2026/05/28 10:16 a.m.6 views

CVE-2026-46219

In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix use-after-free on unbind The state machine work is scheduled by the interrupt handler and therefore needs to be cancelled after disabling interrupts to avoid a potential use-after-free...

0.00032EPSS
Exploits0References8
CVE
CVE
added 2026/05/28 9:40 a.m.9 views

CVE-2026-46202

The CVE-2026-46202 entry describes a Linux kernel vulnerability in HID: appletb-kbd where backlight_device_set_brightness() could be called from atomic contexts (softirq or IRQ path) via mutex_lock, risking a sleep in an invalid context. The fix moves the blocking work to a system workqueue: conv...

6AI score0.00022EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/28 9:36 a.m.21 views

CVE-2026-46166 wifi: mac80211: use safe list iteration in radar detect work

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

8.8CVSS0.00021EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/28 9:36 a.m.2 views

EUVD-2026-32793

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: use safe list iteration in radar detect work The call to ieee80211dfscaccancel can cause the iterated chanctx to be freed and removed from the list. Guard against this to avoid a slab-use-after-free error...

5.8AI score0.00021EPSS
Exploits0References4
CVE
CVE
added 2026/05/28 9:36 a.m.7 views

CVE-2026-46166

The CVE-2026-46166 affects the Linux kernel’s wireless subsystem (mac80211) in the radar detect work. The root cause is unsafe list iteration during radar processing, where ieee80211_dfs_cac_cancel can free the iterated chanctx and remove it from the list, causing a slab-use-after-free. A guarded...

8.8CVSS5.8AI score0.00021EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2026/05/28 3:54 a.m.7 views

SUSE CVE-2026-46011

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtkjpegrelease function frees the context structure ctx without first cancelling any pending or running work in ctx-jpegwork. This creates a race...

7.8CVSS5.7AI score0.00013EPSS
Exploits0References3
NVD
NVD
added 2026/05/27 2:17 p.m.4 views

CVE-2026-46011

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtkjpegrelease function frees the context structure ctx without first cancelling any pending or running work in ctx-jpegwork. This creates a race...

7.8CVSS0.00013EPSS
Exploits0References5
OSV
OSV
added 2026/05/27 2:17 p.m.2 views

UBUNTU-CVE-2026-46011

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtkjpegrelease function frees the context structure ctx without first cancelling any pending or running work in ctx-jpegwork. This creates a race...

7.8CVSS5.7AI score0.00013EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/05/27 12:57 p.m.31 views

CVE-2026-46061 jbd2: fix deadlock in jbd2_journal_cancel_revoke()

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix deadlock in jbd2journalcancelrevoke Commit f76d4c28a46a "fs/jbd2: use sleeping version of findgetblock" changed jbd2journalcancelrevoke to use findgetblocknonatomic which holds the folio lock instead of iprivatelock. Th...

0.00023EPSS
Exploits0References4
CVE
CVE
added 2026/05/27 12:57 p.m.7 views

CVE-2026-46061

The CVE-2026-46061 entry is about the Linux kernel jbd2 deadlock in jbd2_journal_cancel_revoke. The root cause is a change to use __find_get_block_nonatomic() which holds the folio lock instead of i_private_lock, breaking lock ordering (folio -> buffer) and enabling ABBA deadlocks when filesys...

5.7AI score0.00023EPSS
Exploits0References4
Cvelist
Cvelist
added 2026/05/27 12:56 p.m.35 views

CVE-2026-46011 media: mtk-jpeg: fix use-after-free in release path due to uncancelled work

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtkjpegrelease function frees the context structure ctx without first cancelling any pending or running work in ctx-jpegwork. This creates a race...

7.8CVSS0.00013EPSS
Exploits0References5
CVE
CVE
added 2026/05/27 12:56 p.m.8 views

CVE-2026-46011

Summary (CVE-2026-46011, Linux kernel, media: mtk-jpeg): A use-after-free in the mtk-jpeg driver arises when the release path frees the context (ctx) without cancelling pending/running work in ctx->jpeg_work, creating a race with the workqueue accessing freed memory. The race occurs during clo...

7.8CVSS5.7AI score0.00013EPSS
Exploits0References5
EUVD
EUVD
added 2026/05/27 12:56 p.m.4 views

EUVD-2026-32308

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtkjpegrelease function frees the context structure ctx without first cancelling any pending or running work in ctx-jpegwork. This creates a race...

5.7AI score0.00013EPSS
Exploits0References5
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.6 views

PT-2026-43928

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix deadlock in jbd2 journal cancel revoke Commit f76d4c28a46a "fs/jbd2: use sleeping version of find get block" changed jbd2 journal cancel revoke to use find get block nonatomic which holds the folio lock instead of i...

5.9AI score0.00023EPSS
Exploits0References5
CNNVD
CNNVD
added 2026/05/27 12:0 a.m.4 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from a deadlock caused by the jbd2journalcancelrevoke function in jbd2. This issue may lead to an ABBA...

5.8AI score0.00023EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.7 views

PT-2026-43878

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: fix use-after-free in release path due to uncancelled work The mtk jpeg release function frees the context structure ctx without first cancelling any pending or running work in ctx-jpeg work. This creates a race...

5.7AI score0.00013EPSS
Exploits0References6
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

Astra Linux - уязвимость в linux-5.10, linux

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: A use-after-free bug has been fixed in open. If someone cancels the open RPC call, then we must not attempt to free either the open slot or the layoutget operation arguments, as they are likely still in use by the hun...

7.8CVSS6AI score0.00064EPSS
Exploits0References1
Rows per page
Query Builder