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 bounds check issue in PDF parser #988

Conversation

micahsnyder
Copy link
Contributor

The bytes_remaining variable may be set negative by mistake, when really we just want to decrement it.
This issue may result in a 1-byte over read but does not cause any crash.

We determined that this issue is not a vulnerability.

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58475

The bytes_remaining variable may be set negative by mistake, when really
we just want to decrement it.
This issue may result in a 1-byte over read but does not cause any
crash.

We determined that this issue is not a vulnerability.

Fixes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=58475
@micahsnyder micahsnyder merged commit ba49cbf into Cisco-Talos:main Aug 10, 2023
22 of 23 checks passed
@micahsnyder micahsnyder deleted the CLAM-2339-pdf_nextobject-bytes-remaining branch August 10, 2023 04:10
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.

2 participants