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 a heap overrun in the dotnet module. #1108

Merged
merged 1 commit into from
Aug 9, 2019

Commits on Aug 9, 2019

  1. Fix a heap overrun in the dotnet module.

    A heap overrun can occur in call to set_sized_string when called with blob_offset and blob_result.length values that are not validated to be within the boundaries of the buffer containing the PE file. The validation was being done before adding blob_result.length to blob_offset.
    
    Credit to OSS-Fuzz for finding this bug.
    plusvic committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    b574fe1 View commit details
    Browse the repository at this point in the history