Lucene search
+L

65778 matches found

CVE
CVE
added 2026/08/15 5:57 a.m.38 views

CVE-2026-72460

CVE-2026-72460 affects the Linux kernel’s AppArmor path: aa_change_profile() builds a replacement label with fn_label_build_in_scope() before the no_new_privs subset check, and the build helper may return NULL/ERR_PTR, with the result previously passed to aa_label_is_unconfined_subset() without I...

7.1CVSS5.3AI score0.00126EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.35 views

CVE-2026-72459

CVE-2026-72459 concerns the Linux kernel AppArmor path: in aa_label_alloc(), a secid is allocated before creating the label proxy. If the subsequent proxy step fails, the error path currently frees only the label memory, leaking resources initialized by aa_label_init(). The fix is to call aa_labe...

7.8CVSS5.3AI score0.00139EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72459 apparmor: aa_label_alloc use aa_label_free on alloc failure

In the Linux kernel, the following vulnerability has been resolved: apparmor: aalabelalloc use aalabelfree on alloc failure aalabelalloc allocates a secid before allocating or taking the label proxy. If the later proxy step fails, the error path only freed the label memory, leaking any resources...

7.8CVSS0.00139EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.31 views

CVE-2026-72457 apparmor: fail policy unpack on accept2 allocation failure

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpackpdb may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning...

0.00207EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:57 a.m.11 views

EUVD-2026-59356

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpackpdb may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning...

5.4AI score0.00207EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:57 a.m.11 views

CVE-2026-72457 apparmor: fail policy unpack on accept2 allocation failure

In the Linux kernel, the following vulnerability has been resolved: apparmor: fail policy unpack on accept2 allocation failure unpackpdb may need to allocate a missing ACCEPT2 table for older policy data. If that allocation failed, it set an error message but jumped to the success path, returning...

5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/15 5:57 a.m.6 views

EUVD-2026-59353

In the Linux kernel, the following vulnerability has been resolved: i3c: mipi-i3c-hci: Fix race in i3chciaddrtodev i3chciaddrtodev walks bus-devs.i3c, which is protected by bus.lock rwsem. However, it is invoked from the MIPI I3C HCI IRQ handler, which cannot take bus.lock. This allows concurrent...

5.6AI score0.0012EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.34 views

CVE-2026-72445 ALSA: usb-audio: qcom: clear opened when stream enable fails

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: qcom: clear opened when stream enable fails On enable, subs-opened is set before the serviceinterval is validated; an invalid interval jumps to the response label without clearing it, so the substream is wedged a...

0.00207EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:56 a.m.17 views

CVE-2026-72442 netfilter: flowtable: fix and simplify IP6IP6 tunnel handling

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: fix and simplify IP6IP6 tunnel handling Fix nfflowip6tunnelproto to use pskbmaypull instead of skbheaderpointer to ensure the outer IPv6 header is in the skb headroom, which is required for subsequent packet...

9.8CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:56 a.m.27 views

CVE-2026-72416

CVE-2026-72416 affects the Linux kernel netfilter layer (nft_compat) used for ebtables emulation. The issue is that ebtables emulation must reject non-bridge targets, but the nft_compat layer did not enforce this, allowing incompatible verdicts (EBT_* vs NF_*). The commit already enforcing this f...

7.3CVSS5.4AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:56 a.m.19 views

CVE-2026-72416 netfilter: nft_compat: ebtables emulation must reject non-bridge targets

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftcompat: ebtables emulation must reject non-bridge targets xtables targets return netfilter verdicts: NFACCEPT, NFDROP, and so on. ebtables targets return incompatible verdicts: EBTACCEPT, EBTDROP, ... We cannot allo...

7.3CVSS5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.33 views

CVE-2026-72413 sctp: fix err_chunk memory leaks in INIT handling

In the Linux kernel, the following vulnerability has been resolved: sctp: fix errchunk memory leaks in INIT handling When sctpverifyinit encounters unrecognized parameters, it allocates an errchunk to report them. However, this chunk is leaked in several code paths: 1. In sctpsfdo51Binit, if...

0.00189EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.25 views

CVE-2026-72412

The CVE-2026-72412 entry concerns the Linux kernel s390/mm subsystem and the _PAGE_UNUSED (PAGE_UNUSED) PTE bit. Root cause: KVM could set the bit for unmapped guest pages; later paths could leave it set, so present pages might be treated as unused, risking guest corruption. The fix implemented i...

9.3CVSS5.4AI score0.0018EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59312

In the Linux kernel, the following vulnerability has been resolved: sctp: fix errchunk memory leaks in INIT handling When sctpverifyinit encounters unrecognized parameters, it allocates an errchunk to report them. However, this chunk is leaked in several code paths: 1. In sctpsfdo51Binit, if...

5.4AI score0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:56 a.m.9 views

CVE-2026-72412 s390/mm: Fix handling of _PAGE_UNUSED pte bit

In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix handling of PAGEUNUSED pte bit The PAGEUNUSED softbit should not really be lying around. Its sole purpose is to signal to trytounmapone and trytomigrateone that the page can be discarded instead of being moved /...

9.3CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:56 a.m.9 views

EUVD-2026-59311

In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix handling of PAGEUNUSED pte bit The PAGEUNUSED softbit should not really be lying around. Its sole purpose is to signal to trytounmapone and trytomigrateone that the page can be discarded instead of being moved /...

5.4AI score0.0018EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:56 a.m.11 views

CVE-2026-72413 sctp: fix err_chunk memory leaks in INIT handling

In the Linux kernel, the following vulnerability has been resolved: sctp: fix errchunk memory leaks in INIT handling When sctpverifyinit encounters unrecognized parameters, it allocates an errchunk to report them. However, this chunk is leaked in several code paths: 1. In sctpsfdo51Binit, if...

5.6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.29 views

CVE-2026-72411 net: dsa: mxl862xx: fix use-after-free of DSA ports in crc_err_work

In the Linux kernel, the following vulnerability has been resolved: net: dsa: mxl862xx: fix use-after-free of DSA ports in crcerrwork Upon an MDIO CRC error mxl862xxcrcerrworkfn walks the DSA ports and closes the CPU port conduits: dsaswitchforeachcpuportdp, priv-ds devclosedp-conduit;...

7.8CVSS0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.14 views

EUVD-2026-59308

In the Linux kernel, the following vulnerability has been resolved: net: mvneta: re-enable percpu interrupt on resume On Marvell MPIC platforms Armada 370/XP/38x, mvneta uses a percpu IRQ disable/enable scheme for NAPI: the ISR mvnetapercpuisr calls disablepercpuirq to mask the MPIC per-CPU...

5.4AI score0.00686EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:56 a.m.7 views

EUVD-2026-59294

In the Linux kernel, the following vulnerability has been resolved: hwmon: pmbus Fix passing events to regulator core Sashiko reports: Commit 754bd2b4a084 "hwmon: pmbus/core Protect regulator operations with mutex" introduced a worker to batch regulator events over time using atomicor. The delaye...

5.5AI score0.00169EPSS
SaveExploits0References5
Rows per page
Query Builder