Files
CVEs-PoC/2021/CVE-2021-20328.md
T
2024-05-25 21:48:12 +02:00

22 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2021-20328](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-20328)
![](https://img.shields.io/static/v1?label=Product&message=mongo-java-driver&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=mongodb-driver&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=mongodb-driver-legacy&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=mongodb-driver-sync&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%204.2.0%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Version&message=3.11%3C%3D%203.11.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-295%20Improper%20Certificate%20Validation&color=brighgreen)
### Description
Specific versions of the Java driver that support client-side field level encryption (CSFLE) fail to perform correct host name verification on the KMS servers certificate. This vulnerability in combination with a privileged network position active MITM attack could result in interception of traffic between the Java driver and the KMS service rendering Field Level Encryption ineffective. This issue was discovered during internal testing and affects all versions of the Java driver that support CSFLE. The Java async, Scala, and reactive streams drivers are not impacted. This vulnerability does not impact driver traffic payloads with CSFLE-supported key services originating from applications residing inside the AWS, GCP, and Azure network fabrics due to compensating controls in these environments. This issue does not impact driver workloads that dont use Field Level Encryption.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon