Skip to content

Kernel dereferences unsafe pointer #36

Description

@ventZl

os_rpc_call() dereferences pointer to the service obtained from the userspace without checking it for sanity. This may cause hard fault inside syscall leading to complete system lockup.

As a bare minimum, kernel needs to check if the service pointer resides inside RAM region.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingsecurityIssue has security consequences

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions