Skip to content

Conversation

amitu314
Copy link

Kernel CVES Analysis Sept25 2025

Copy link
Contributor

@dmell dmell left a comment

Choose a reason for hiding this comment

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

Please make sure you read the template and the existing assessments so that they are all similarly formatted. In particular:

  • check the expected values for the fields
  • remove the semicolons at the end of the lines
  • ensure YAML is properly formatted (you can run yamllint to verify that)

@@ -0,0 +1,7 @@
reachability: Local
memory_corruption: Likely Null pointer can lead to Memory corruption ;
Copy link
Contributor

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.

@@ -0,0 +1,7 @@
reachability: Local
memory_corruption: Likely Null pointer can lead to Memory corruption ;
bug_class: CWE-476: NULL Pointer Dereference;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please leave out the CWE.

memory_corruption: Likely Null pointer can lead to Memory corruption ;
bug_class: CWE-476: NULL Pointer Dereference;
Impact: Crash,memory leak;
notes: Null Value is passed without checks leading to possible crash. CONFIG_CIFS needs to be enabled for exploitation ;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
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

reachability: Local
memory_corruption: Likely Null pointer can lead to Memory corruption ;
bug_class: CWE-476: NULL Pointer Dereference;
Impact: Crash,memory leak;
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Impact: Crash,memory leak;
Impact: Crash,memory leak

Copy link
Contributor

Choose a reason for hiding this comment

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

Please apply the comments for the file above to this one too.

Copy link
Contributor

Choose a reason for hiding this comment

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

Please apply the comments for the file above to this one too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants