Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions vulns/CVE-2025-68775.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
reachability: Remote
memory_corruption: true
bug_class: UAF
impact: Remote DOS or RCE
privileges_required: false
notes: |2-
Remote duplicate handshake cancellations double-free a socket ref
(UAF/negative refcount) leading to kernel panic or leak; no privileges needed
author: Oracle Corporation
version: v0.1
14 changes: 14 additions & 0 deletions vulns/CVE-2025-71089.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
reachability: Local
memory_corruption: true
bug_class: UAF
impact: LPE
privileges_required: false
notes: |2-
Commit message particularly mentions "Currently, SVA contexts are
unprivileged and cannot access kernel mappings. However, the IOMMU will
still walk kernel- only page tables all the way down to the leaf entries,
where it realizes the mapping is for the kernel and errors out. This means
the IOMMU still caches these intermediate page table entries, making the
described vulnerability a real concern"
author: Oracle Corporation
version: v0.1
10 changes: 10 additions & 0 deletions vulns/CVE-2026-23074.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
reachability: Local
memory_corruption: true
bug_class: UAF
impact: LPE
privileges_required: false
notes: |2-
use-after-free vulnerabilities in net/sched are generally exploitable for
LPE by local users(via unshare -rn)
author: Oracle Corporation
version: v0.1
10 changes: 10 additions & 0 deletions vulns/CVE-2026-23231.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
reachability: Local
memory_corruption: true
bug_class: Use-After-Free
impact: LPE
privileges_required: false
notes: |2-
UAF in netfilter subsystem, only check netlink_net_capable() which could be
bypassed with unshare -rn --> plausible LPE
author: Oracle Corporation
version: v0.1
Loading