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

Fix buffer overflow in M_LoadDefaults #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix buffer overflow in M_LoadDefaults #35

wants to merge 1 commit into from

Conversation

AXDOOMER
Copy link

If fscanf doesn't limit the number of characters to be read, it can lead to a buffer overflow which allows for arbitrary code execution.

CVE-2020-15007: https://nvd.nist.gov/vuln/detail/CVE-2020-15007

@allanvobraun
Copy link

This will be merged?

@elhobbs
Copy link
Owner

elhobbs commented Sep 25, 2020 via email

@AXDOOMER
Copy link
Author

Why would you not want to fix a bug that can lead to a crash?

@elhobbs
Copy link
Owner

elhobbs commented Sep 28, 2020 via email

@AXDOOMER
Copy link
Author

Seems like a pretty bad reasoning since you could press the merge button and you'd instantly have one less bug in your codebase.

@elhobbs
Copy link
Owner

elhobbs commented Sep 30, 2020 via email

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.

3 participants