-
Notifications
You must be signed in to change notification settings - Fork 10
Kernel CVES Analysis Sept25 2025 | CVE-2025-39838,CVE-2025-39857, and… #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,7 @@ | ||||||||
| reachability: Local | ||||||||
| memory_corruption: Likely Null pointer can lead to Memory corruption ; | ||||||||
| bug_class: CWE-476: NULL Pointer Dereference; | ||||||||
|
||||||||
| Impact: Crash,memory leak; | ||||||||
|
||||||||
| Impact: Crash,memory leak; | |
| Impact: Crash,memory leak |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| notes: Null Value is passed without checks leading to possible crash. CONFIG_CIFS needs to be enabled for exploitation ; | |
| notes: Null Value is passed without checks leading to possible crash. CONFIG_CIFS needs to be | |
| enabled for exploitation |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please apply the comments for the file above to this one too. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| reachability: Local | ||
| memory_corruption: Likely since NUll pointer may cause memory corruption ; | ||
| bug_class:CWE-476: NULL Pointer Dereference ; | ||
| Impact: crash and memory leak ; | ||
| notes: Issue due to null value for ibdev->dma_device. CONFIG_SMC needs to be enabled for exploitation ; | ||
| author: Microsoft | ||
| version: 0.1 |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please apply the comments for the file above to this one too. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| reachability: Local | ||
| memory_corruption: true ; | ||
| bug_class: memory / data corruption ; | ||
| Impact: crash and integrity issue ; | ||
| notes:wcid->sta entry is not cleared after hardware restart. The fix ensure the value wcid->sta is set to 0. CONFIG_MT76_CORE and CONFIG_MT7915E should be enabled for exploitation ; | ||
| author: Microsoft | ||
| version: 0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a boolean field.