You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LiteDB is a small, fast and lightweight .NET NoSQL embedded database. Versions prior to 5.0.13 are subject to Deserialization of Untrusted Data. LiteDB uses a special field in JSON documents to cast different types from BsonDocument to POCO classes. When instances of an object are not the same of class, BsonMapper use a special field _type string info with full class name with assembly to be loaded and fit into your model. If your end-user can send to your app a plain JSON string, deserialization can load an unsafe object to fit into your model. This issue is patched in version 5.0.13 with some basic fixes to avoid this, but is not 100% guaranteed when using Object type. The next major version will contain an allow-list to select what kind of Assembly can be loaded. Workarounds are detailed in the vendor advisory.
mend-bolt-for-githubbot
changed the title
CVE-2022-23535 (High) detected in LiteDB-3.1.0.0.dll
CVE-2022-23535 (Critical) detected in LiteDB-3.1.0.0.dll
Apr 16, 2024
✔️ This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.
mend-bolt-for-githubbot
changed the title
CVE-2022-23535 (Critical) detected in LiteDB-3.1.0.0.dll
CVE-2022-23535 (Critical) detected in LiteDB-3.1.0.0.dll - autoclosed
Dec 5, 2024
mend-bolt-for-githubbot
changed the title
CVE-2022-23535 (Critical) detected in LiteDB-3.1.0.0.dll - autoclosed
CVE-2022-23535 (High) detected in LiteDB-3.1.0.0.dll
Dec 6, 2024
CVE-2022-23535 - High Severity Vulnerability
Vulnerable Library - LiteDB-3.1.0.0.dll
LiteDB
Library home page: https://api.nuget.org/packages/litedb.3.1.0.nupkg
Path to vulnerable library: /References/DNN/09.11.00/LiteDB.dll
Dependency Hierarchy:
Found in HEAD commit: 63b33f91192ce8e921ee01b7ebd0e913c7e9469a
Found in base branch: Develop
Vulnerability Details
LiteDB is a small, fast and lightweight .NET NoSQL embedded database. Versions prior to 5.0.13 are subject to Deserialization of Untrusted Data. LiteDB uses a special field in JSON documents to cast different types from
BsonDocument
to POCO classes. When instances of an object are not the same of class,BsonMapper
use a special field_type
string info with full class name with assembly to be loaded and fit into your model. If your end-user can send to your app a plain JSON string, deserialization can load an unsafe object to fit into your model. This issue is patched in version 5.0.13 with some basic fixes to avoid this, but is not 100% guaranteed when usingObject
type. The next major version will contain an allow-list to select what kind of Assembly can be loaded. Workarounds are detailed in the vendor advisory.Publish Date: 2023-02-24
URL: CVE-2022-23535
CVSS 3 Score Details (7.3)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2022-23535
Release Date: 2023-02-24
Fix Resolution: LiteDB - 5.0.13
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: