-
Notifications
You must be signed in to change notification settings - Fork 152
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
CVE-2019-20054 and CVE-2014-9730 #154
base: dev
Are you sure you want to change the base?
Conversation
3 upvotes for CVE-2019-20054 |
2 upvotes for CVE-2014-9730 |
Co-authored-by: Nick Campbell <[email protected]>
crash. UDF is just a type of file system called Universal Disk Format. Using | ||
the correct image an attacker could force the kernel to read passed the buffer | ||
when traversing the symlink causing a crash. This vulnerability is actually a | ||
related vulnerabiltity to this original issue. This vulnerability is speicifically |
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.
You misspelled specifically on this line.
name: | ||
note: | ||
name: "fs" | ||
note: "fix is specifically in the fs directory and has to do with handling |
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.
You should capitalize Fix to make it consistent with the rest of your document.
note: | ||
answer: false | ||
note: | | ||
vulnerability has to do with symlinks and file systems images, no i18n |
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.
Same capitalization mistake here. Capitalize Vulnerability.
discussed_as_security: false | ||
any_discussion: true | ||
note: | | ||
Prasad J Pandit seems to have include three fix commits in a message to |
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.
Replace include with included.
stacktrace_with_fix: false | ||
note: | | ||
There does not seem to be a stack trace anywhere. Since this required a | ||
corrupted file system image, its possible the root of the problem could |
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.
Replace its with it's.
CWE_note: "Manually confirmed" | ||
mistakes: | ||
answer: | | ||
This seems to be a lapse in planning the error handling. The reset |
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.
What does reset of the code mean?
This seems to be a lapse in planning the error handling. The reset | ||
of the code assumes the parent pointer to not be null, since a properly | ||
setup sub directory will have a parent directory pointer. This is fair to | ||
assume sine the setup of the parent node is done at the beginning. However |
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.
Misspelled since on this line.
2 upvotes for CVE-2019-20054 |
Linux Kernel Vulnerability History Project contribution