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

Security: heap-buffer-overflow in readstat_convert #285

Closed
hedsnz opened this issue Nov 22, 2022 · 0 comments · Fixed by #311
Closed

Security: heap-buffer-overflow in readstat_convert #285

hedsnz opened this issue Nov 22, 2022 · 0 comments · Fixed by #311
Labels

Comments

@hedsnz
Copy link

hedsnz commented Nov 22, 2022

Originally reported here: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33991

Also listed as SONATYPE-2021-1261 and https://osv.dev/vulnerability/OSV-2021-732.

@evanmiller evanmiller added the bug label Dec 17, 2022
gaborcsardi added a commit to gaborcsardi/ReadStat that referenced this issue Feb 9, 2024
It happens if raw_str_used underflows and ends up a very large number,
which is then used as the size of a string.

Closes WizardMac#285.
evanmiller pushed a commit that referenced this issue Feb 17, 2024
It happens if raw_str_used underflows and ends up a very large number,
which is then used as the size of a string.

Closes #285.
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 a pull request may close this issue.

2 participants