Lucene search
+L

398282 matches found

EUVD
EUVD
added 2026/08/26 2:37 p.m.6 views

EUVD-2026-66448

In the Linux kernel, the following vulnerability has been resolved: xfs: don't walk off the end of a null sc-sa.agibp in AGI repair LOLLM noticed a longstanding bug where xrepiunlinkwalkondiskbucket tries to walk ragi-sc-sa.agibp to rebuild the unlinked inode lists. Unfortunately, it's possible f...

5.3AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.31 views

CVE-2026-80533 xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair

In the Linux kernel, the following vulnerability has been resolved: xfs: don't walk off the end of a null sc-sa.agibp in AGI repair LOLLM noticed a longstanding bug where xrepiunlinkwalkondiskbucket tries to walk ragi-sc-sa.agibp to rebuild the unlinked inode lists. Unfortunately, it's possible f...

0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.10 views

CVE-2026-80533

In the Linux kernel, the following vulnerability has been resolved: xfs: don't walk off the end of a null sc-sa.agibp in AGI repair LOLLM noticed a longstanding bug where xrepiunlinkwalkondiskbucket tries to walk ragi-sc-sa.agibp to rebuild the unlinked inode lists. Unfortunately, it's possible f...

5.7AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2026/08/26 2:37 p.m.19 views

CVE-2026-80533

CVE-2026-80533 is a Linux kernel bug in the XFS filesystem's AGI repair path. The function xrep_iunlink_walk_ondisk_bucket walks ragi->sc->sa.agi_bp to rebuild unlinked inode lists, but agi_bp can be null if the buffer verifier fails, causing an out-of-bounds walk. The fix substitutes ragi-...

5.3AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 2:37 p.m.45 views

CVE-2026-80528

CVE-2026-80528 is a Linux kernel bug in the Ceph filesystem driver . The function handle_reply() stores a ceph_mds_request pointer in current->journal_info while populating inode and dentry caches from an MDS reply. If a memory allocation during this window triggers direct reclaim on a differe...

9.8CVSS5.4AI score0.00521EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.10 views

CVE-2026-80528

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid fs reclaim while using current-journalinfo handlereply stores a cephmdsrequest pointer in current-journalinfo while filling the inode and dentry cache from an MDS reply. An allocation in this section can enter direct...

9.8CVSS5.4AI score0.00521EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.33 views

CVE-2026-80528 ceph: avoid fs reclaim while using current->journal_info

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid fs reclaim while using current-journalinfo handlereply stores a cephmdsrequest pointer in current-journalinfo while filling the inode and dentry cache from an MDS reply. An allocation in this section can enter direct...

9.8CVSS0.00521EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80528 ceph: avoid fs reclaim while using current->journal_info

In the Linux kernel, the following vulnerability has been resolved: ceph: avoid fs reclaim while using current-journalinfo handlereply stores a cephmdsrequest pointer in current-journalinfo while filling the inode and dentry cache from an MDS reply. An allocation in this section can enter direct...

9.8CVSS5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.30 views

CVE-2026-80524 optee: ffa: Add NULL check in optee_ffa_lend_protmem

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: Add NULL check in opteeffalendprotmem Sashiko locally reports a possible null dereference under memory pressure due to the lack of validation of the allocated pointer. Fix that by adding the missing check...

0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80524

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: Add NULL check in opteeffalendprotmem Sashiko locally reports a possible null dereference under memory pressure due to the lack of validation of the allocated pointer. Fix that by adding the missing check...

5.3AI score0.00155EPSS
SaveExploits0
OSV
OSV
added 2026/08/26 2:37 p.m.5 views

CVE-2026-80524 optee: ffa: Add NULL check in optee_ffa_lend_protmem

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: Add NULL check in opteeffalendprotmem Sashiko locally reports a possible null dereference under memory pressure due to the lack of validation of the allocated pointer. Fix that by adding the missing check...

5.6AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/26 2:37 p.m.7 views

EUVD-2026-66590

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: Add NULL check in opteeffalendprotmem Sashiko locally reports a possible null dereference under memory pressure due to the lack of validation of the allocated pointer. Fix that by adding the missing check...

5.3AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/26 2:37 p.m.23 views

CVE-2026-80524

This vulnerability affects the Linux kernel in the OP-TEE FFA driver, specifically the optee_ffa_lend_protmem function. A NULL pointer dereference can occur under memory pressure because the allocated pointer is not validated before use. The fix adds the missing NULL check before dereferencing. N...

5.3AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 2:37 p.m.7 views

CVE-2026-80520 ovpn: fix NULL dereference when killing missing key

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpncryptokillkey assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the...

7.5CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/08/26 2:37 p.m.19 views

CVE-2026-80520

A NULL pointer dereference in the Linux kernel's ovpn (OpenVPN) module can lead to a denial of service (CVSS 3.1: 7.5, HIGH). The function ovpn_crypto_kill_key assumes both crypto slots are populated and dereferences each before checking for NULL. Since a peer can have only one installed key, the...

7.5CVSS5.4AI score0.00432EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.35 views

CVE-2026-80520 ovpn: fix NULL dereference when killing missing key

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpncryptokillkey assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the...

7.5CVSS0.00432EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.8 views

CVE-2026-80520

In the Linux kernel, the following vulnerability has been resolved: ovpn: fix NULL dereference when killing missing key ovpncryptokillkey assumes both crypto slots are populated and dereferences each slot before checking it. That is not guaranteed: a peer can have only one installed key, and the...

7.5CVSS5.5AI score0.00432EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/26 2:37 p.m.8 views

CVE-2026-74753

In the Linux kernel, the following vulnerability has been resolved: perf: Reject exited events as group leaders perfeventremoveonexec sets remove-on-exec events to the EXIT state and detaches their group relationships. The event's file descriptor can remain open, however, and perfeventopen...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0
CVE
CVE
added 2026/08/26 2:37 p.m.34 views

CVE-2026-74753

This use-after-free vulnerability in the Linux kernel's perf subsystem occurs because perf_event_open() accepts events in the EXIT state as group leaders, rejecting only REVOKED and DEAD events. After perf_event_remove_on_exec() detaches group relationships, a new sibling can be linked to the det...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/26 2:37 p.m.35 views

CVE-2026-74753 perf: Reject exited events as group leaders

In the Linux kernel, the following vulnerability has been resolved: perf: Reject exited events as group leaders perfeventremoveonexec sets remove-on-exec events to the EXIT state and detaches their group relationships. The event's file descriptor can remain open, however, and perfeventopen...

7.8CVSS0.00128EPSS
SaveExploits0References5
Rows per page
Query Builder