-
Notifications
You must be signed in to change notification settings - Fork 134
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
Stackoverflow via raw_deserialize fuzz target found by oss-fuzz #385
Comments
As mentioned in issue #374, to access above mentioned reports a mail id(google account) is needed, and it should be present at oss-fuzz bson project's config file. for time being i'm using my mail id, but it would be great if a mail id from your ended is provided. |
Hi! Thanks for reporting this. It looks like this is a crash rather than exploitable behavior, so while it's certainly something we want to fix, it's likely to be a little while before we get to it. |
Hi, Following issues were fixed in rev range: 6b3ee6a...283ecb3 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52817 And these issues have not marked as fixed. You can get list of open issues by following this link(see #385 (comment) to get access) |
Versions/Environment
What version of Rust are you using?
rustc 1.64.0 (a55dd71d5 2022-09-19)
binary: rustc
commit-hash: a55dd71d5fb0ec5a6a3a9e8c27b2127ba491ce52
commit-date: 2022-09-19
host: x86_64-unknown-linux-gnu
release: 1.64.0
LLVM version: 14.0.6
What operating system are you using?
Ubuntu 20.04.5 LTS
What versions of the driver and its dependencies are you using? (Run
cargo pkgid mongodb
&cargo pkgid bson
)[email protected]
Describe the bug
stack overflows were reported by oss-fuzz in following reports.
Raised by following target:
bson-rust/fuzz/fuzz_targets/raw_deserialize.rs
Line 7 in 8952194
To Reproduce
Report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52817
input: clusterfuzz-testcase-minimized-raw_deserialize-5117201896308736.txt
Stacktrace from oss-fuzz:
Report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52650
input: clusterfuzz-testcase-minimized-raw_deserialize-4857237554462720.txt
Stacktrace from oss-fuzz:
Report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52626
input: clusterfuzz-testcase-minimized-raw_deserialize-4836406434594816.txt
Stacktrace from oss-fuzz:
Report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=52577
input: clusterfuzz-testcase-minimized-raw_deserialize-6190399018631168.txt
Stacktrace from oss-fuzz:
The text was updated successfully, but these errors were encountered: