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

fixup: smart: sys_mount: UAF vulnerability #9523

Merged
merged 1 commit into from
Oct 21, 2024

Commits on Oct 11, 2024

  1. fixup: smart: sys_mount: UAF vulnerability

    This patch addresses a use-after-free (UAF) vulnerability in the
    sys_mount. The issue occurred due to improper handling of memory
    deallocation, which could lead to crashes or undefined behavior on user
    request of mounting.
    
    Changes made:
    - Moved the `rt_free(copy_source)` function call to occur after the necessary
      operations are completed, preventing premature deallocation of memory.
    
    Signed-off-by: Shell <[email protected]>
    polarvid committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4120b77 View commit details
    Browse the repository at this point in the history