Skip to content

Kernel dereferences unsafe pointer #36

@ventZl

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.

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