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

RUSTSEC-2022-0068: out-of-bounds read possible when setting list-of-pointers #12

Open
github-actions bot opened this issue May 5, 2024 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented May 5, 2024

Details
Package capnp
Version 0.15.0
URL https://github.com/capnproto/capnproto/tree/master/security-advisories/2022-11-30-0-pointer-list-bounds.md
Patched Versions >=0.15.2 OR ^0.14.11 OR ^0.13.7
Aliases CVE-2022-46149, GHSA-qqff-4vw4-f6hx

If a message consumer expects data
of type "list of pointers",
and if the consumer performs certain specific actions on such data,
then a message producer can cause the consumer to read out-of-bounds memory.
This could trigger a process crash in the consumer,
or in some cases could allow exfiltration of private in-memory data.

The C++ Cap'n Proto library is also affected by this bug.
See the advisory
on the main Cap'n Proto repo for a succinct description of
the exact circumstances in which the problem can arise.

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

No branches or pull requests

0 participants