nuclei-templates/http/cves/2019/CVE-2019-3912.yaml

36 lines
1.3 KiB
YAML
Raw Normal View History

2022-02-14 08:54:37 +00:00
id: CVE-2019-3912
info:
name: LabKey Server Community Edition <18.3.0 - Open Redirect
2022-02-14 08:54:37 +00:00
author: 0x_Akoko
severity: medium
description: LabKey Server Community Edition before 18.3.0-61806.763 contains an open redirect vulnerability via the /__r1/ returnURL parameter, which allows an attacker to redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-02-14 08:54:37 +00:00
reference:
- https://www.tenable.com/security/research/tra-2019-03
- https://nvd.nist.gov/vuln/detail/CVE-2019-3912
2022-02-14 08:54:37 +00:00
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
2022-02-14 08:54:37 +00:00
cve-id: CVE-2019-3912
cwe-id: CWE-601
2023-07-15 16:29:17 +00:00
epss-score: 0.0016
cpe: cpe:2.3:a:labkey:labkey_server:*:*:*:*:community:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.51912
2022-02-16 19:49:49 +00:00
metadata:
max-request: 1
shodan-query: 'Server: Labkey'
2023-07-15 16:29:17 +00:00
vendor: labkey
product: labkey_server
tags: tenable,cve,cve2019,redirect,labkey
2022-02-14 08:54:37 +00:00
http:
2022-02-14 08:54:37 +00:00
- method: GET
path:
- '{{BaseURL}}/labkey/__r1/login-login.view?returnUrl=http://interact.sh'
2022-02-14 08:54:37 +00:00
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1