Skip to content
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

Open
wants to merge 41 commits into
base: dev
Choose a base branch
from

Conversation

jts7382
Copy link

@jts7382 jts7382 commented Oct 30, 2023

Linux Kernel Vulnerability History Project contribution

cves/kernel/CVE-2014-9730.yml Show resolved Hide resolved
cves/kernel/CVE-2014-9730.yml Show resolved Hide resolved
cves/kernel/CVE-2014-9730.yml Outdated Show resolved Hide resolved
cves/kernel/CVE-2014-9730.yml Show resolved Hide resolved
cves/kernel/CVE-2014-9730.yml Show resolved Hide resolved
cves/kernel/CVE-2019-20054.yml Outdated Show resolved Hide resolved
cves/kernel/CVE-2019-20054.yml Outdated Show resolved Hide resolved
cves/kernel/CVE-2019-20054.yml Outdated Show resolved Hide resolved
cves/kernel/CVE-2019-20054.yml Show resolved Hide resolved
cves/kernel/CVE-2019-20054.yml Show resolved Hide resolved
@GiessC
Copy link

GiessC commented Nov 8, 2023

3 upvotes for CVE-2019-20054
1 upvote for CVE-2014-9730

@nickc5802
Copy link

2 upvotes for CVE-2014-9730
1 upvote for CVE-2019-20054

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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.

@jc7305
Copy link

jc7305 commented Nov 9, 2023

2 upvotes for CVE-2019-20054
1 upvote for CVE-2014-9730

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

Successfully merging this pull request may close these issues.

6 participants