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

BSD socket sendmsg() did not verify params in usermode #25702

Closed
jukkar opened this issue May 28, 2020 · 0 comments · Fixed by #25706
Closed

BSD socket sendmsg() did not verify params in usermode #25702

jukkar opened this issue May 28, 2020 · 0 comments · Fixed by #25706
Assignees
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@jukkar
Copy link
Member

jukkar commented May 28, 2020

Describe the bug
The BSD socket sendmsg() call did not check parameters when running in user mode.

@jukkar jukkar added bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug area: Networking labels May 28, 2020
@jukkar jukkar self-assigned this May 28, 2020
jukkar added a commit to jukkar/zephyr that referenced this issue Jun 1, 2020
If run in usermode, the sendmsg() parameters were not verified.

Fixes zephyrproject-rtos#25702

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
carlescufi pushed a commit that referenced this issue Jun 2, 2020
If run in usermode, the sendmsg() parameters were not verified.

Fixes #25702

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant