-
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-2016-9754 and CVE-2022-0516 #225
Open
evstod
wants to merge
20
commits into
VulnerabilityHistoryProject:dev
Choose a base branch
from
evstod:round1
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
e268ed5
Update Curation Level to 2
evstod ed022af
CVE-2022-0516 yml filled
evstod 2c1bfa7
Remove unintned upvotes
evstod 53cbbf9
CVE-2016-9754 yml filled
evstod f44635f
Fix tabbing in CVE-2022-0516 interesting_commits
evstod b4b960e
fix booleans to succeed checks
evstod 28a4b0c
fix unit_tested, sandbox, i18n, and ipc notes
evstod 6316e0f
Fix vccs quotes
evstod 773e65c
fix specification answer
evstod 34ee0ca
fix autodiscoverable answer
evstod 29c9f41
CVE-2016-9754 specifications typo fix
evstod 1175637
Redefine "buffer overflow" as "integer overflow
evstod 5087cc0
Fix missing char in VCC commit id CVE-2022-0516
evstod e0c2ff1
fix broken fix commit id
evstod afd6a55
CVE-2016-9754 change ipc answer to false.
evstod ed241d3
Revert "CVE-2016-9754 change ipc answer to false."
evstod 6583634
Change upvotes to 2
evstod 997a01f
Add upvotes
evstod 82cd6a9
Update upvotes
evstod 86d3715
upvotes & type fixes
evstod File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix autodiscoverable answer
- Loading branch information
commit 34ee0ca496eec365a3d679547e86e03cd5e7821f
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 is not a buffer overflow, but rather an integer overflow - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=59643d1535eb220668692a5359de22545af579f6
This, under certain situations, can still be found by certain automated testers such as syzkaller
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're right. The integer in question controls the buffer size for the ring buffer, which caused me to misidentify the issue. Fixed the note.