Lucene search
+L

8125 matches found

ATTACKERKB
ATTACKERKB
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74380

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix iommumapsgtable return value check Commit "iommu: return full error code from iommumapsgatomic" changed iommumapsgtable to return an ssizet and negative values in error cases, rather than a sizet and a zero. pinj...

5.4AI score0.00129EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59527

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix iommumapsgtable return value check Commit "iommu: return full error code from iommumapsgatomic" changed iommumapsgtable to return an ssizet and negative values in error cases, rather than a sizet and a zero. pinj...

5.5AI score0.00129EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.29 views

CVE-2026-74368 wifi: ath12k: fix memory leak in ath12k_wifi7_dp_rx_h_verify_tkip_mic()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kwifi7dprxhverifytkipmic In ath12kwifi7dprxhverifytkipmic, the call to ath12kdprxchecknwifihdrlenvalid may return false when the NWIFI header length is invalid, causing the function to abort...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59509

In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of genericwritesync Fix ext2diowriteiter to propagate the error returned by genericwritesync instead of silently discarding it, which could cause write2 to return success to userspace on OSYNC/ODSYN...

5.4AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59502

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

5.5AI score0.00132EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:58 a.m.9 views

EUVD-2026-59470

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible token leak in mt7996txprepareskb If linkconf or linksta lookup fails in mt7996txprepareskb routine, mt7996 driver leaks an already allocated tx token. Fix the issue releasing the token in case of...

5.3AI score0.00242EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:58 a.m.9 views

EUVD-2026-59468

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

5.4AI score0.00508EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.29 views

CVE-2026-72496

CVE-2026-72496 affects the Linux kernel RDMA/bnxt_re path. The root cause is in bnxt_qplib_alloc_dpi returning success when ioremap fails; the fix adds proper rollback on ioremap failure and returns -ENOMEM. The published metrics indicate a CRITICAL base score (CVSS 3.1: AV:L/AC:L/PR:N/UI:N/S:C/C...

9.2CVSS5.3AI score0.00124EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.16 views

CVE-2026-72485

CVE-2026-72485 describes a Linux kernel vulnerability in the coresight platform where nr_outconns/nr_inconns were incremented before allocations, causing a premature counter bump and potential panics during cleanup when allocations failed. The issue affects the coresight_add_out_conn() and coresi...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.30 views

CVE-2026-72479 iio: accel: mma8452: handle I2C read error(s) in mma8452_read()

In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read errors in mma8452read Currently, If i2csmbusreadi2cblockdata fails but mma8452setruntimepmstate succeeds, mma8452read returns 0. As a result, the caller mma8452readraw assumes the read was...

0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:57 a.m.28 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.00138EPSS
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.00138EPSS
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.00206EPSS
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.00206EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:57 a.m.7 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
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.33 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.00206EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.28 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.6 views

EUVD-2026-59277

In the Linux kernel, the following vulnerability has been resolved: afs: Fix error code in afsextractvladdrs The error codes on these paths are only set on the first iteration through the loop. Set the correct error code on every iteration...

5.5AI score0.00716EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72378

The CVE-2026-72378 entry concerns the Linux kernel, specifically the afs_extract_vl_addrs() path. The underlying issue is that error codes were only set on the first iteration of a loop; the patch fixes this by ensuring the correct error code is assigned on every iteration. This affects the AFS c...

7.5CVSS5.5AI score0.00716EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:56 a.m.5 views

EUVD-2026-59275

In the Linux kernel, the following vulnerability has been resolved: afs: Fix misplaced inc of net-cellsoutstanding Fix net-cellsoutstanding being incremented before the check for failure of idralloccyclic, leaving the count incremented on error...

5.3AI score0.00209EPSS
SaveExploits0References4
Rows per page
Query Builder