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

[java] Add CVE-2020-7921 #13917

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions database/java/2020/7921.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
cve: 2020-7921
title: CVE in org.mongodb:mongodb-driver-async
description: >
Improper serialization of internal state in the authorization subsystem in MongoDB Server's authorization subsystem permits a user with valid credentials to bypass IP whitelisting protection mechanisms following administrative action. This issue affects: MongoDB Inc. MongoDB Server 4.2 versions prior to 4.2.3; 4.0 versions prior to 4.0.15; 4.3 versions prior to 4.3.3; 3.6 versions prior to 3.6.18.
cvss_v2: 3.5
references:
- https://jira.mongodb.org/browse/SERVER-45472
affected:
- groupId: org.mongodb
artifactId: mongodb-driver-async
version:
- "<=3.6.4,3.6.0-beta1"
fixedin:
- ">=3.7.0-rc0"
- "<=3.5.0,3.0.0-beta1"