Approved changes feed: RSS · Atom
cpe:2.3:a:mongodb:mongodb:*:*:*:*:*:*:*:*
part: a version: * update: *
| Vendor | Mongodb (1aa156a6-63a9-5032-baaf-10197d408a1e) |
|---|---|
| Product | Mongodb (fa9f1f9b-0cc9-5830-a189-b908276ac432) |
| Edition | * |
| Language | * |
| Software edition | * |
| Target software | * |
| Target hardware | * |
| Other | * |
| Notes | Imported from purl2cpe mapping |
PURL mappings
| PURL | Source | Last updated |
|---|---|---|
pkg:deb/debian/mongodb |
purl2cpe | 2026-06-01 10:11:17.751809 |
pkg:deb/ubuntu/mongodb |
purl2cpe | 2026-06-01 10:11:17.751811 |
pkg:github/mongodb/mongo |
purl2cpe | 2026-06-01 10:11:17.751812 |
Vulnerability references
| Identifier | cpeApplicability | Submitted | db.gcve.eu details | Rationale |
|---|---|---|---|---|
CVE:CVE-2026-8336 |
vulnerable | 2026-06-03 15:27:57.851627 |
Post-authentication use-after-free error in $_internalJsEmit and mapreduce commands
HIGH (7.5)
After invoking $_internalJsEmit, which is not intended to be directly accessible, or mapreduce command’s map function in a certain way, an authenticated user can subsequently crash mongod when the server-side JavaScript engine (through $where, $function, mapreduce reduce stage, etc.) is used also in a specific way, resulting in a post-authentication denial-of-service.
This issue impacts MongoDB Server v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
Published: 2026-05-13T00:16:16.568Z
Updated: 2026-05-15T16:16:00.092Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-8202 |
vulnerable | 2026-06-03 15:27:57.754632 |
Post-authentication CPU utilization DoS via $trim/$ltrim/$rtrim operators
MEDIUM (4.3)
Using a densely populated chars mask and a large input string in the MongoDB aggregation operators $trim, $ltrim, and $rtrim, an authenticated user with aggregation permissions can pin CPU utilization at 100% for an extended period of time.
This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
Published: 2026-05-13T00:19:41.441Z
Updated: 2026-05-13T01:38:09.751Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-8201 |
vulnerable | 2026-06-03 15:27:57.754068 |
Use-After-Free in MongoDB FLE Query Analysis When Processing Positional Projections on Encrypted Fields
MEDIUM (6.4)
A use-after-free vulnerability exists in MongoDB's Field-Level Encryption (FLE) query analysis component, affecting client-side uses of mongocryptd and crypt_shared. Triggering this vulnerability requires control over the structure of a client's FLE-related query.
This issue impacts MongoDB Server’s mongocryptd component v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
Published: 2026-05-13T00:12:35.299Z
Updated: 2026-05-13T14:34:27.091Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-8200 |
vulnerable | 2026-06-03 15:27:57.753674 |
Schema validation log messages may not redact user data
LOW (2.7)
When schema validation is enabled on a collection and an update or insert would violate the collection's schema, the local server log message generated may not have all user data redacted.
This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
Published: 2026-05-13T00:08:29.761Z
Updated: 2026-05-13T14:31:27.118Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-8199 |
vulnerable | 2026-06-03 15:27:57.753145 |
Post-auth memory exhaustion via bitwise match expressions
MEDIUM (6.5)
An authenticated user can cause excess memory usage via bitwise match expression AST processing of $bitsAllSet, $bitsAnySet, $bitsAllClear, and $bitsAnyClear. This contributes to memory pressure and may lead to availability loss by OOM.
This issue impacts MongoDB Server v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
Published: 2026-05-13T00:05:22.748Z
Updated: 2026-05-13T14:34:02.813Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-8053 |
vulnerable | 2026-06-03 15:27:57.581433 |
FlatBSON Duplicate Field Index Drift
HIGH (8.8)
An issue in MongoDB Server's time-series collection implementation allows an authenticated user with database write privileges to trigger an out-of-bounds memory write in the mongod process. The issue results from an inconsistency in the internal field-name-to-index mapping within the time-series bucket catalog. Under certain conditions this can result in arbitrary code execution.
This issue impacts MongoDB Server v5.0 versions prior to 5.0.33, v6.0 versions prior to 6.0.28, v7.0 versions prior to 7.0.34, v8.0 versions prior to 8.0.23, v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2.
Published: 2026-05-12T23:59:43.448Z
Updated: 2026-05-14T03:56:09.398Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2026-1849 |
vulnerable | 2026-06-03 15:14:45.440697 |
Mongod can run out of stack memory when expressions create deeply nested documents
MEDIUM (6.5)
MongoDB Server may experience an out-of-memory failure while evaluating expressions that produce deeply nested documents. The issue arises in recursive functions because the server does not periodically check the depth of the expression.
Published: 2026-02-10T18:52:52.737Z
Updated: 2026-02-10T19:17:02.296Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-6707 |
vulnerable | 2026-06-03 15:12:28.656019 |
Race condition in privilege cache invalidation cycle
MEDIUM (4.2)
Under certain conditions, an authenticated user request may execute with stale privileges following an intentional change by an authorized administrator. This issue affects MongoDB Server v5.0 version prior to 5.0.31, MongoDB Server v6.0 version prior to 6.0.24, MongoDB Server v7.0 version prior to 7.0.21 and MongoDB Server v8.0 version prior to 8.0.5.
Published: 2025-06-26T14:04:46.283Z
Updated: 2026-02-26T17:50:22.191Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-3085 |
vulnerable | 2026-06-03 15:01:03.625087 |
MongoDB Server running on Linux may allow unexpected connections where intermediate certificates are revoked
HIGH (8.1)
A MongoDB server under specific conditions running on Linux with TLS and CRL revocation status checking enabled, fails to check the revocation status of the intermediate certificates in the peer's certificate chain. In cases of MONGODB-X509, which is not enabled by default, this may lead to improper authentication. This issue may also affect intra-cluster authentication. This issue affects MongoDB Server v5.0 versions prior to 5.0.31, MongoDB Server v6.0 versions prior to 6.0.20, MongoDB Server v7.0 versions prior to 7.0.16 and MongoDB Server v8.0 versions prior to 8.0.4.
Required Configuration : MongoDB Server must be running on Linux Operating Systems and CRL revocation status checking must be enabled
Published: 2025-04-01T12:05:05.401Z
Updated: 2025-04-01T13:03:02.701Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-3084 |
vulnerable | 2026-06-03 15:01:03.615066 |
MongoDB Server may crash due to improper validation of explain command
MEDIUM (6.5)
When run on commands with certain arguments set, explain may fail to validate these arguments before using them. This can lead to crashes in router servers. This affects MongoDB Server v5.0 prior to 5.0.31, MongoDB Server v6.0 prior to 6.0.20, MongoDB Server v7.0 prior to 7.0.16 and MongoDB Server v8.0 prior to 8.0.4
Published: 2025-04-01T11:14:19.784Z
Updated: 2025-04-01T13:10:04.793Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-3083 |
vulnerable | 2026-06-03 15:01:03.600128 |
Malformed MongoDB wire protocol messages may cause mongos to crash
HIGH (7.5)
Specifically crafted MongoDB wire protocol messages can cause mongos to crash during command validation. This can occur without using an authenticated connection. This issue affects MongoDB v5.0 versions prior to 5.0.31, MongoDB v6.0 versions prior to 6.0.20 and MongoDB v7.0 versions prior to 7.0.16
Published: 2025-04-01T11:12:31.268Z
Updated: 2025-04-01T13:18:48.632Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-3082 |
vulnerable | 2026-06-03 15:01:03.586507 |
User may override a view's collation and gain unauthorized access to underlying data
LOW (3.1)
A user authorized to access a view may be able to alter the intended collation, allowing them to access to a different or unintended view of underlying data. This issue affects MongoDB Server v5.0 version prior to 5.0.31, MongoDB Server v6.0 version prior to 6.0.20, MongoDB Server v7.0 version prior to 7.0.14 and MongoDB Server v7.3 versions prior to 7.3.4.
Published: 2025-04-01T11:08:06.589Z
Updated: 2025-04-01T15:14:39.348Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-14847 |
vulnerable | 2026-06-03 14:58:56.035928 |
Zlib compressed protocol header length confusion may allow memory read
HIGH (7.5)
Mismatched length fields in Zlib compressed protocol headers may allow a read of uninitialized heap memory by an unauthenticated client. This issue affects all MongoDB Server v7.0 prior to 7.0.28 versions, MongoDB Server v8.0 versions prior to 8.0.17, MongoDB Server v8.2 versions prior to 8.2.3, MongoDB Server v6.0 versions prior to 6.0.27, MongoDB Server v5.0 versions prior to 5.0.32, MongoDB Server v4.4 versions prior to 4.4.30, MongoDB Server v4.2 versions greater than or equal to 4.2.0, MongoDB Server v4.0 versions greater than or equal to 4.0.0, and MongoDB Server v3.6 versions greater than or equal to 3.6.0.
Published: 2025-12-19T11:00:22.465Z
Updated: 2026-02-26T16:07:25.054Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2025-10061 |
vulnerable | 2026-06-03 14:58:33.485072 |
Malformed $group Query May Cause MongoDB Server to Crash
MEDIUM (6.5)
An authorized user can cause a crash in the MongoDB Server through a specially crafted $group query. This vulnerability is related to the incorrect handling of certain accumulator functions when additional parameters are specified within the $group operation. This vulnerability could lead to denial of service if triggered repeatedly. This issue affects MongoDB Server v6.0 versions prior to 6.0.25, MongoDB Server v7.0 versions prior to 7.0.22, MongoDB Server v8.0 versions prior to 8.0.12 and MongoDB Server v8.1 versions prior to 8.1.2
Published: 2025-09-05T20:48:25.215Z
Updated: 2025-09-05T21:08:44.186Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-8207 |
vulnerable | 2026-06-03 14:58:17.412805 |
MongoDB Server binaries may load potentially insecure shared libraries from specific relative paths
MEDIUM (6.4)
In certain highly specific configurations of the host system and MongoDB server binary installation on Linux Operating Systems, it may be possible for a unintended actor with host-level access to cause the MongoDB Server binary to load unintended actor-controlled shared libraries when the server binary is started, potentially resulting in the unintended actor gaining full control over the MongoDB server process. This issue affects MongoDB Server v5.0 versions prior to 5.0.14 and MongoDB Server v6.0 versions prior to 6.0.3.
Required Configuration: Only environments with Linux as the underlying operating system is affected by this issue
Published: 2024-08-27T11:28:06.891Z
Updated: 2025-05-16T23:02:59.895Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-7553 |
vulnerable | 2026-06-03 14:58:06.334355 |
Accessing Untrusted Directory May Allow Local Privilege Escalation
HIGH (7.3)
Incorrect validation of files loaded from a local untrusted directory may allow local privilege escalation if the underlying operating systems is Windows. This may result in the application executing arbitrary behaviour determined by the contents of untrusted files. This issue affects MongoDB Server v5.0 versions prior to 5.0.27, MongoDB Server v6.0 versions prior to 6.0.16, MongoDB Server v7.0 versions prior to 7.0.12, MongoDB Server v7.3 versions prior 7.3.3, MongoDB C Driver versions prior to 1.26.2 and MongoDB PHP Driver versions prior to 1.18.1.
Required Configuration:
Only environments with Windows as the underlying operating system is affected by this issue
Published: 2024-08-07T09:57:49.818Z
Updated: 2024-08-07T15:27:46.258Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-6375 |
vulnerable | 2026-06-03 14:58:02.763567 |
Missing authorization check may lead to shard key refinement
MEDIUM (5.4)
A command for refining a collection shard key is missing an authorization check. This may cause the command to run directly on a shard, leading to either degradation of query performance, or to revealing chunk boundaries through timing side channels. This affects MongoDB Server v5.0 versions, prior to 5.0.22, MongoDB Server v6.0 versions, prior to 6.0.11 and MongoDB Server v7.0 versions prior to 7.0.3.
Published: 2024-07-01T14:40:32.566Z
Updated: 2024-08-01T21:33:05.457Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-3374 |
vulnerable | 2026-06-03 14:56:24.186401 |
MongoDB Server (mongod) may crash when generating ftdc
MEDIUM (5.3)
An unauthenticated user can trigger a fatal assertion in the server while generating ftdc diagnostic metrics due to attempting to build a BSON object that exceeds certain memory sizes. This issue affects MongoDB Server v5.0 versions prior to and including 5.0.16 and MongoDB Server v6.0 versions prior to and including 6.0.5.
Published: 2024-05-14T13:26:42.389Z
Updated: 2024-08-01T20:12:06.214Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-3372 |
vulnerable | 2026-06-03 14:56:24.181636 |
MongoDB Server may have unexpected application behaviour due to invalid BSON
HIGH (7.5)
Improper validation of certain metadata input may result in the server not correctly serialising BSON. This can be performed pre-authentication and may cause unexpected application behavior including unavailability of serverStatus responses. This issue affects MongoDB Server v7.0 versions prior to 7.0.6, MongoDB Server v6.0 versions prior to 6.0.14 and MongoDB Server v.5.0 versions prior to 5.0.25.
Published: 2024-05-14T13:24:05.097Z
Updated: 2024-08-01T20:12:06.488Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-1351 |
vulnerable | 2026-06-03 14:54:26.745829 |
MongoDB Server may allow successful untrusted connection
HIGH (8.8)
Under certain configurations of --tlsCAFile and tls.CAFile, MongoDB Server may skip peer certificate validation which may result in untrusted connections to succeed. This may effectively reduce the security guarantees provided by TLS and open connections that should have been closed due to failing certificate validation. This issue affects MongoDB Server v7.0 versions prior to and including 7.0.5, MongoDB Server v6.0 versions prior to and including 6.0.13, MongoDB Server v5.0 versions prior to and including 5.0.24 and MongoDB Server v4.4 versions prior to and including 4.4.28.
Required Configuration : A server process will allow incoming connections to skip peer certificate validation if the server process was started with TLS enabled (net.tls.mode set to allowTLS, preferTLS, or requireTLS) and without a net.tls.CAFile configured.
Published: 2024-03-07T16:10:19.597Z
Updated: 2025-02-13T17:27:37.200Z Reference links
|
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2024-10921 |
vulnerable | 2026-06-03 14:54:12.959854 |
Improper neutralization of null bytes may lead to buffer over-reads in MongoDB Server
MEDIUM (6.8)
An authorized user may trigger crashes or receive the contents of buffer over-reads of Server memory by issuing specially crafted requests that construct malformed BSON in the MongoDB Server. This issue affects MongoDB Server v5.0 versions prior to 5.0.30 , MongoDB Server v6.0 versions prior to 6.0.19, MongoDB Server v7.0 versions prior to 7.0.15 and MongoDB Server v8.0 versions prior to and including 8.0.2.
Published: 2024-11-14T16:04:04.062Z
Updated: 2024-11-15T09:45:56.720Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2023-1409 |
vulnerable | 2026-06-03 14:48:55.434627 |
Certificate validation issue in MongoDB Server running on Windows or macOS
MEDIUM (5.3)
If the MongoDB Server running on Windows or macOS is configured to use TLS with a specific set of configuration options that are already known to work securely in other platforms (e.g. Linux), it is possible that client certificate validation may not be in effect, potentially allowing client to establish a TLS connection with the server that supplies any certificate.
This issue affect all MongoDB Server v6.3 versions, MongoDB Server v5.0 versions v5.0.0 to v5.0.14 and all MongoDB Server v4.4 versions.
Published: 2023-08-23T15:21:43.150Z
Updated: 2025-02-13T16:39:22.593Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2022-24272 |
vulnerable | 2026-06-03 14:46:29.484859 |
MongoDB Server (mongod) may crash in response to unexpected requests
MEDIUM (6.5)
An authenticated user may trigger an invariant assertion during command dispatch due to incorrect validation on the $external database. This may result in mongod denial of service or server crash. This issue affects: MongoDB Inc. MongoDB Server v5.0 versions, prior to and including v5.0.6.
Published: 2022-04-21T10:45:11.960Z
Updated: 2024-09-16T16:27:52.675Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-32040 |
vulnerable | 2026-06-03 14:44:34.277683 |
Large aggregation pipelines with a specific stage can crash mongod under default configuration
MEDIUM (6.5)
It may be possible to have an extremely long aggregation pipeline in conjunction with a specific stage/operator and cause a stack overflow due to the size of the stack frames used by that stage. If an attacker could cause such an aggregation to occur, they could maliciously crash MongoDB in a DoS attack. This vulnerability affects MongoDB Server v4.4 versions prior to and including 4.4.28, MongoDB Server v5.0 versions prior to 5.0.4 and MongoDB Server v4.2 versions prior to 4.2.16.
Workaround: >= v4.2.16 users and all v4.4 users can add the --setParameter internalPipelineLengthLimit=50 instead of the default 1000 to mongod at startup to prevent a crash.
Published: 2022-04-12T14:15:16.692Z
Updated: 2024-09-16T20:03:21.667Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-32037 |
vulnerable | 2026-06-03 14:44:34.271982 |
User may trigger invariant when allowed to send commands directly to shards
MEDIUM (6.5)
An authorized user may trigger an invariant which may result in denial of service or server exit if a relevant aggregation request is sent to a shard. Usually, the requests are sent via mongos and special privileges are required in order to know the address of the shards and to log in to the shards of an auth enabled environment. This issue affects MongoDB Server v5.0 versions prior to and including 5.0.2.
Published: 2021-11-24T10:40:10.557Z
Updated: 2024-09-16T22:26:43.627Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-32036 |
vulnerable | 2026-06-03 14:44:34.271454 |
Denial of Service and Data Integrity vulnerability in features command
MEDIUM (5.4)
An authenticated user without any specific authorizations may be able to repeatedly invoke the features command where at a high volume may lead to resource depletion or generate high lock contention. This may result in denial of service and in rare cases could result in id field collisions. This issue affects MongoDB Server v5.0 versions prior to and including 5.0.3; MongoDB Server v4.4 versions prior to and including 4.4.9; MongoDB Server v4.2 versions prior to and including 4.2.16 and MongoDB Server v4.0 versions prior to and including 4.0.28
Published: 2022-02-04T22:33:08.292Z
Updated: 2024-11-19T19:12:46.061Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-20333 |
vulnerable | 2026-06-03 14:43:41.617575 |
Server log entry spoofing via newline injection
MEDIUM (5.3)
Sending specially crafted commands to a MongoDB Server may result in artificial log entries being generated or for log entries to be split. This issue affects MongoDB Server v3.6 versions prior to 3.6.20; MongoDB Server v4.0 versions prior to 4.0.21 and MongoDB Server v4.2 versions prior to 4.2.10.
Published: 2021-07-23T11:25:11.191Z
Updated: 2024-09-17T03:08:05.394Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-20330 |
vulnerable | 2026-06-03 14:43:41.608305 |
Specific replication command with malformed oplog entries can crash secondaries
MEDIUM (6.5)
An attacker with basic CRUD permissions on a replicated collection can run the applyOps command with specially malformed oplog entries, resulting in a potential denial of service on secondaries. This issue affects MongoDB Server v4.0 versions prior to 4.0.27; MongoDB Server v4.2 versions prior to 4.2.16; MongoDB Server v4.4 versions prior to 4.4.9.
Published: 2021-12-15T12:30:10.405Z
Updated: 2024-09-16T17:23:58.888Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2021-20326 |
vulnerable | 2026-06-03 14:43:41.594678 |
Specially crafted query may result in a denial of service of mongod
MEDIUM (6.5)
A user authorized to performing a specific type of find query may trigger a denial of service. This issue affects MongoDB Server v4.4 versions prior to 4.4.4.
Published: 2021-04-30T09:10:13.589Z
Updated: 2024-11-19T14:57:30.781Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7929 |
vulnerable | 2026-06-03 14:43:07.752037 |
Specially crafted regex query can cause DoS
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted query contain a type of regex. This issue affects MongoDB Server v3.6 versions prior to 3.6.21 and MongoDB Server v4.0 versions prior to 4.0.20.
Published: 2021-03-01T16:05:17.498Z
Updated: 2024-09-16T19:46:52.238Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7928 |
vulnerable | 2026-06-03 14:43:07.751569 |
Improper neutralization of null byte leads to read overrun
MEDIUM (6.5)
A user authorized to perform database queries may trigger a read overrun and access arbitrary memory by issuing specially crafted queries. This issue affects MongoDB Server v4.4 versions prior to 4.4.1; MongoDB Server v4.2 versions prior to 4.2.9; MongoDB Server v4.0 versions prior to 4.0.20 and MongoDB Server v3.6 versions prior to 3.6.20.
Published: 2020-11-23T16:35:12.958Z
Updated: 2024-09-17T00:20:37.058Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7926 |
vulnerable | 2026-06-03 14:43:07.748188 |
Specific query can cause a DoS against MongoDB Server
MEDIUM (6.5)
A user authorized to perform database queries may cause denial of service by issuing a specially crafted query which violates an invariant in the server selection subsystem. This issue affects MongoDB Server v4.4 versions prior to 4.4.1. Versions before 4.4 are not affected.
Published: 2020-11-23T15:05:15.299Z
Updated: 2024-09-16T20:36:34.645Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7925 |
vulnerable | 2026-06-03 14:43:07.741536 |
Denial of Service when processing malformed Role names
HIGH (7.5)
Incorrect validation of user input in the role name parser may lead to use of uninitialized memory allowing an unauthenticated attacker to use a specially crafted request to cause a denial of service. This issue affects MongoDB Server v4.4 versions prior to 4.4.0-rc12; MongoDB Server v4.2 versions prior to 4.2.9.
Published: 2020-11-23T14:50:12.258Z
Updated: 2024-09-17T00:20:32.900Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7923 |
vulnerable | 2026-06-03 14:43:07.736354 |
Specific GeoQuery can cause DoS against MongoDB Server
MEDIUM (6.5)
A user authorized to perform database queries may cause denial of service by issuing specially crafted queries, which violate an invariant in the query subsystem's support for geoNear. This issue affects MongoDB Server v4.4 versions prior to 4.4.0-rc7; MongoDB Server v4.2 versions prior to 4.2.8 and MongoDB Server v4.0 versions prior to 4.0.19.
Published: 2020-08-21T14:25:12.201Z
Updated: 2024-09-17T02:27:47.252Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2020-7921 |
vulnerable | 2026-06-03 14:43:07.730702 |
Administrative action may disable enforcement of per-user IP whitelisting
MEDIUM (4.6)
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 Server v4.2 versions prior to 4.2.3; MongoDB Server v4.0 versions prior to 4.0.15; MongoDB Server v4.3 versions prior to 4.3.3and MongoDB Server v3.6 versions prior to 3.6.18.
Published: 2020-05-06T14:55:12.000Z
Updated: 2024-11-18T17:30:33.314Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2393 |
vulnerable | 2026-06-03 14:40:20.236670 |
Crash while joining collections with $lookup
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries, which use $lookup and collations. This issue affects MongoDB Server v4.2 versions prior to 4.2.1; MongoDB Server v4.0 versions prior to 4.0.13 and MongoDB Server v3.6 versions prior to 3.6.15.
Published: 2020-11-23T15:30:24.790Z
Updated: 2024-09-16T22:40:38.672Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2392 |
vulnerable | 2026-06-03 14:40:20.236295 |
$mod can result in undefined behavior
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries, which use the $mod operator to overflow negative values. This issue affects: MongoDB Inc. MongoDB Server v4.4 versions prior to 4.4.1; v4.2 versions prior to 4.2.9; v4.0 versions prior to 4.0.20; v3.6 versions prior to 3.6.20.
Published: 2020-11-23T15:25:14.217Z
Updated: 2024-09-16T17:58:46.495Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2390 |
vulnerable | 2026-06-03 14:40:20.233035 |
Code execution on Windows via OpenSSL engine injection
HIGH (8.2)
An unprivileged user or program on Microsoft Windows which can create OpenSSL configuration files in a fixed location may cause utility programs shipped with MongoDB server to run attacker defined code as the user running the utility. This issue MongoDB Server v4.0 versions prior to 4.0.11; MongoDB Server v3.6 versions prior to 3.6.14 and MongoDB Server v3.4 prior to 3.4.22.
Published: 2019-08-30T14:41:19.000Z
Updated: 2024-08-04T18:49:47.495Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2389 |
vulnerable | 2026-06-03 14:40:20.232627 |
Process termination via PID file manipulation
MEDIUM (5.3)
Incorrect scoping of kill operations in MongoDB Server's packaged SysV init scripts allow users with write access to the PID file to insert arbitrary PIDs to be killed when the root user stops the MongoDB process via SysV init. This issue affects MongoDB Server v4.0 versions prior to 4.0.11; MongoDB Server v3.6 versions prior to 3.6.14; MongoDB Server v3.4 versions prior to 3.4.22.
Published: 2019-08-30T14:41:23.000Z
Updated: 2024-08-04T18:49:47.655Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-2386 |
vulnerable | 2026-06-03 14:40:20.223693 |
Authorization session conflation
HIGH (7.1)
After user deletion in MongoDB Server the improper invalidation of authorization sessions allows an authenticated user's session to persist and become conflated with new accounts, if those accounts reuse the names of deleted ones. This issue affects MongoDB Server v4.0 versions prior to 4.0.9; MongoDB Server v3.6 versions prior to 3.6.13 and MongoDB Server v3.4 versions prior to 3.4.22.
Workaround:
After deleting one or more users, restart any nodes which may have had active user authorization sessions.
Refrain from creating user accounts with the same name as previously deleted accounts.
Published: 2019-08-06T18:32:07.000Z
Updated: 2024-08-04T18:49:46.349Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20925 |
vulnerable | 2026-06-03 14:40:17.829456 |
Denial of service via malformed network packet
HIGH (7.5)
An unauthenticated client can trigger denial of service by issuing specially crafted wire protocol messages, which cause the message decompressor to incorrectly allocate memory. This issue affects MongoDB Server v4.2 versions prior to 4.2.1; MongoDB Server v4.0 versions prior to 4.0.13; MongoDB Server v3.6 versions prior to 3.6.15 and MongoDB Server v3.4 versions prior to 3.4.24.
Published: 2020-11-24T11:00:16.027Z
Updated: 2024-09-16T23:45:46.251Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20924 |
vulnerable | 2026-06-03 14:40:17.829050 |
Invariant in IndexBoundsBuilder
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries which trigger an invariant in the IndexBoundsBuilder. This issue affects MongoDB Server v4.2 versions prior to 4.2.2.
Published: 2020-11-23T15:30:16.137Z
Updated: 2024-09-16T20:21:35.290Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2019-20923 |
vulnerable | 2026-06-03 14:40:17.828599 |
Crash while handling internal Javascript exception types
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries, which throw unhandled Javascript exceptions containing types intended to be scoped to the Javascript engine's internals. This issue affects MongoDB Server v4.0 versions prior to 4.0.7.
Published: 2020-11-23T15:30:20.507Z
Updated: 2024-09-16T17:03:47.113Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-25004 |
vulnerable | 2026-06-03 14:38:40.622409 |
Invariant failure when explaining a find with a UUID
MEDIUM (4.9)
A user authorized to performing a specific type of query may trigger a denial of service by issuing a generic explain command on a find query. This issue affects MongoDB Server v4.0 versions prior to 4.0.6 and MongoDB Server v3.6 versions prior to 3.6.11.
Published: 2021-03-01T16:15:14.484Z
Updated: 2024-11-19T15:42:57.505Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20805 |
vulnerable | 2026-06-03 14:38:39.728279 |
Invariant with $elemMatch
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries, which perform an $elemMatch . This issue affects MongoDB Server v4.0 versions prior to 4.0.5 and MongoDB Server v3.6 versions prior to 3.6.10.
Published: 2020-11-23T15:20:13.690Z
Updated: 2024-09-17T03:08:29.011Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20804 |
vulnerable | 2026-06-03 14:38:39.727934 |
Invariant failure in applyOps
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted applyOps invocations. This issue affects MongoDB Server v4.0 versions prior to 4.0.10 and MongoDB Server v3.6 versions prior to 3.6.13.
Published: 2020-11-23T15:15:14.421Z
Updated: 2024-09-17T02:10:48.220Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20803 |
vulnerable | 2026-06-03 14:38:39.727564 |
Infinite loop in aggregation expression
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries, which loop indefinitely in mathematics processing while retaining locks. This issue affects MongoDB Server v4.0 versions prior to 4.0.5; MongoDB Server v3.6 versions prior to 3.6.10 and MongoDB Server v3.4 versions prior to 3.4.19.
Published: 2020-11-23T17:30:14.042Z
Updated: 2024-09-16T21:02:58.886Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2018-20802 |
vulnerable | 2026-06-03 14:38:39.727083 |
Post-auth queries on compound index may crash mongod
MEDIUM (6.5)
A user authorized to perform database queries may trigger denial of service by issuing specially crafted queries with compound indexes affecting QueryPlanner. This issue affects MongoDB Server v3.6 versions prior to 3.6.9 and MongoDB Server v4.0 versions prior to 4.0.3.
Published: 2020-11-23T15:15:18.509Z
Updated: 2024-09-17T02:26:45.416Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2017-15535 |
vulnerable | 2026-06-03 14:36:46.395682 |
Details available
MongoDB 3.4.x before 3.4.10, and 3.5.x-development, has a disabled-by-default configuration setting, networkMessageCompressors (aka wire protocol compression), which exposes a vulnerability when enabled that could be exploited by a malicious attacker to deny service or modify memory.
Published: 2017-11-01T01:00:00.000Z
Updated: 2024-08-05T19:57:26.295Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2016-6494 |
vulnerable | 2026-06-03 14:36:00.497433 |
Details available
The client in MongoDB uses world-readable permissions on .dbshell history files, which might allow local users to obtain sensitive information by reading these files.
Published: 2016-10-03T18:00:00.000Z
Updated: 2024-08-06T01:29:20.087Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2015-1609 |
vulnerable | 2026-06-03 14:34:39.769577 |
Details available
MongoDB before 2.4.13 and 2.6.x before 2.6.8 allows remote attackers to cause a denial of service via a crafted UTF-8 string in a BSON request.
Published: 2015-03-30T14:00:00.000Z
Updated: 2024-08-06T04:47:17.478Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2014-8180 |
vulnerable | 2026-06-03 14:34:23.442440 |
Details available
MongoDB on Red Hat Satellite 6 allows local users to bypass authentication by logging in with an empty password and delete information which can cause a Denial of Service.
Published: 2017-06-06T18:00:00.000Z
Updated: 2024-08-06T13:10:51.248Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2013-2132 |
vulnerable | 2026-06-03 14:32:53.862537 |
Details available
bson/_cbsonmodule.c in the mongo-python-driver (aka. pymongo) before 2.5.2, as used in MongoDB, allows context-dependent attackers to cause a denial of service (NULL pointer dereference and crash) via vectors related to decoding of an "invalid DBRef."
Published: 2013-08-15T17:00:00.000Z
Updated: 2024-08-06T15:27:40.620Z |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2013-1892 |
vulnerable | 2026-06-03 14:32:52.440546 |
Details available
MongoDB before 2.0.9 and 2.2.x before 2.2.4 does not properly validate requests to the nativeHelper function in SpiderMonkey, which allows remote authenticated users to cause a denial of service (invalid memory access and server crash) or execute arbitrary code via a crafted memory address in the first argument.
Published: 2013-10-01T20:00:00.000Z
Updated: 2024-08-06T15:20:37.304Z Reference links |
Imported from gcve-enriched-dumps CVE data |
CVE:CVE-2012-6619 |
vulnerable | 2026-06-03 14:32:34.871948 |
Details available
The default configuration for MongoDB before 2.3.2 does not validate objects, which allows remote authenticated users to cause a denial of service (crash) or read system memory via a crafted BSON object in the column name in an insert command, which triggers a buffer over-read.
Published: 2014-03-06T15:00:00.000Z
Updated: 2024-08-06T21:36:01.807Z |
Imported from gcve-enriched-dumps CVE data |
Contribute
You can submit an edit proposal for this CPE entry or suggest a related product/vendor addition using the action button above.