2022-02-14 08:54:37 +00:00
id : CVE-2019-3912
info :
2022-10-19 21:11:27 +00:00
name : LabKey Server Community Edition <18.3.0 - Open Redirect
2022-02-14 08:54:37 +00:00
author : 0x_Akoko
severity : medium
2022-10-19 21:11:27 +00:00
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://www.cvedetails.com/cve/CVE-2019-3912
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-3912
2022-02-14 08:54:37 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-02-14 08:54:37 +00:00
cve-id : CVE-2019-3912
cwe-id : CWE-601
2022-02-16 19:49:49 +00:00
metadata :
2022-04-22 10:38:41 +00:00
shodan-query: 'Server : Labkey'
2022-08-27 04:41:18 +00:00
tags : tenable,cve,cve2019,redirect,labkey
2022-02-14 08:54:37 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/labkey/__r1/login-login.view?returnUrl=http://interact.sh'
2022-02-14 08:54:37 +00:00
matchers :
- type : regex
part : header
2022-02-14 20:53:56 +00:00
regex :
2022-06-06 10:40:15 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/13