Skip to content

Task:Add mitigation for possible bad buffer copy as a result of Global Confusion attempt #149

@riwoh

Description

@riwoh

Goal

The TA is currently blindly copying the param[0] buffer before checking for the param type mismatch. While the code will appropriately abort out before processing the message, its possible for a junk address to be transmitted with the value type and have junk or have a memory out of bound error before the param type is checked.

As the minimum, due to the current design of our TA code, we should verify that param[0] is indeed of type memref.

Notes (Optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions