Under very specific circumstances (see Required configuration section below), a privileged user is able to cause arbitrary code to be executed which may cause further disruption to services. This is specific to applications written in C#. This affects all MongoDB .NET/C# Driver versions prior to and including v2.18.0
Following configuration must be true for the vulnerability to be applicable: * Application must written in C# taking arbitrary data from users and serializing data using _t without any validation AND
* Application must be running on a Windows host using the full .NET Framework, not .NET Core AND
* Application must have domain model class with a property/field explicitly of type System.Object or a collection of type System.Object (against MongoDB best practice) AND
* Malicious attacker must have unrestricted insert access to target database to add a _t discriminator."Following configuration must be true for the vulnerability to be applicable
References
Link | Resource |
---|---|
https://github.com/mongodb/mongo-csharp-driver/releases/tag/v2.19.0 | Release Notes |
https://jira.mongodb.org/browse/CSHARP-4475 | Patch Vendor Advisory |
History
No history.
MITRE Information
Status: PUBLISHED
Assigner: mongodb
Published: 2023-02-21T18:35:11.643Z
Updated: 2023-06-21T12:05:55.251Z
Reserved: 2023-01-23T15:11:45.562Z
Link: CVE-2022-48282
JSON object: View
NVD Information
Status : Modified
Published: 2023-02-21T19:15:10.827
Modified: 2023-06-21T13:15:09.800
Link: CVE-2022-48282
JSON object: View
Redhat Information
No data.
CWE