-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
packetbeat/protos/mongodb.(*decoder).readDocument: slice bounds out of range #5188
Comments
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Feb 16, 2018
Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic. Closes elastic#5188
kvch
pushed a commit
that referenced
this issue
Feb 19, 2018
* Fix out of bounds access to slice in MongoDB parser Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic. Closes #5188 * Update CHANGELOG
thanks ! |
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Apr 5, 2018
* Fix out of bounds access to slice in MongoDB parser Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic. Closes elastic#5188 * Update CHANGELOG
adriansr
added a commit
to adriansr/beats
that referenced
this issue
Apr 6, 2018
* Fix out of bounds access to slice in MongoDB parser Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic. Closes elastic#5188 * Update CHANGELOG
andrewkroh
pushed a commit
that referenced
this issue
Apr 6, 2018
* Fix out of bounds access to slice in MongoDB parser Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic. Closes #5188 * Update CHANGELOG
andrewkroh
pushed a commit
that referenced
this issue
Apr 6, 2018
* Fix out of bounds access to slice in MongoDB parser Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic. Closes #5188 * Update CHANGELOG
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
* Fix out of bounds access to slice in MongoDB parser Ignore MongoDB message and drop the TCP stream if a malformed query / response is received, instead of logging a panic. Closes elastic#5188 * Update CHANGELOG
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PacketBeat version: 5.6.0
MongoDB version: 2.6
OS: Ubuntu 14.04 LTS
Crash log:
Steps to reproduce: I don't know, it was running on my server.
The text was updated successfully, but these errors were encountered: