← Back

Mongo Express

mongo-express

Vendor: Mongo Express Project • 5 CVEs

CVEs (5)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Mongo Express Project
1Mongo Express
May 13, 2025
Mar 1, 2024
N/A· v4
6.1 MEDIUM· v3
N/A· v2
In mongo-express 1.0.2, /admin allows CSRF, as demonstrated by deletion of a Collection.
1Mongo Express Project
1Mongo Express
Nov 21, 2024
Jun 21, 2021
N/A· v4
6.1 MEDIUM· v3
4.3 MEDIUM· v2
mongo-express is a web-based MongoDB admin interface, written with Node.js and express. 1: As mentioned in this issue: https://github.com/mongo-express/mongo-express/issues/577, when the content of a cell grows larger th...Show more
mongo-express is a web-based MongoDB admin interface, written with Node.js and express. 1: As mentioned in this issue: https://github.com/mongo-express/mongo-express/issues/577, when the content of a cell grows larger than supported size, clicking on a row will show full document unescaped, however this needs admin interaction on cell. 2: Data cells identified as media will be rendered as media, without being sanitized. Example of different renders: image, audio, video, etc. As an example of type 1 attack, an unauthorized user who only can send a large amount of data in a field of a document may use a payload with embedded javascript. This could send an export of a collection to the attacker without even an admin knowing. Other types of attacks such as dropping a database\collection are possible.Show less
1Mongo Express Project
1Mongo Express
Nov 21, 2024
Apr 13, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
All versions of package mongo-express are vulnerable to Denial of Service (DoS) when exporting an empty collection as CSV, due to an unhandled exception, leading to a crash.
1Mongo Express Project
1Mongo Express
Nov 21, 2024
Mar 30, 2021
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
mongo-express before 1.0.0 offers support for certain advanced syntax but implements this in an unsafe way. NOTE: this may overlap CVE-2019-10769.
1Mongo Express Project
1Mongo Express
Oct 27, 2025
Dec 24, 2019
N/A· v4
9.9 CRITICAL· v3
9.0 HIGH· v2
mongo-express before 0.54.0 is vulnerable to Remote Code Execution via endpoints that uses the `toBSON` method. A misuse of the `vm` dependency to perform `exec` commands in a non-safe environment.