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
7 changes: 7 additions & 0 deletions vulns/CVE-2023-52924.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reachability: Local
memory_corruption: False
bug_class: Logical Error
impact: DoS
privileges_required: Low
notes: inconsistency in handling expired elements during nftables set walks, leading to incorrect reference counting.
author: Microsoft
7 changes: 7 additions & 0 deletions vulns/CVE-2023-52925.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reachability: Local
memory_corruption: False
bug_class: Logical Error
impact: DoS
privileges_required: Low
notes: incorrect handling of expired elements in nftables, leading to unexpected failures in insertion operations.
author: Microsoft
7 changes: 7 additions & 0 deletions vulns/CVE-2025-21671.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reachability: Local
memory_corruption: True
bug_class: Use-After-Free
impact: Kernel Panic
privileges_required: Low
Comment on lines +4 to +5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to Red Hat this seems to be a LPE, while SUSE classifies this as just as DoS. Can you share a bit more context behind your assessment?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The freed zram->table can still be accessed later, leading to invalid memory dereferences.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please integrate that into the notes?

notes: `zram_meta_free` may access the freed table, leading to a use-after-free vulnerability causing kernel panic.
author: Microsoft
7 changes: 7 additions & 0 deletions vulns/CVE-2025-21672.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reachability: Local
memory_corruption: False
bug_class: Logical Error
impact: Deadlock
privileges_required: Low
notes: merge preference rule failure, leading to a missing lock(inode lock) release.
author: Micrsoft
7 changes: 7 additions & 0 deletions vulns/CVE-2025-21673.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
reachability: Local
memory_corruption: True
bug_class: Use-After-Free
impact: Kernel Panic
privileges_required: Low
notes: `server->hostname` is freed while a background CIFS daemon thread is still using it, leading to a double-free scenario.
author: Microsoft