Enhancement: cves/2019/CVE-2019-9733.yaml by mp

patch-1
MostInterestingBotInTheWorld 2022-05-04 11:21:32 -04:00
parent e084116614
commit 6f9ae21496
1 changed files with 5 additions and 5 deletions

View File

@ -1,17 +1,15 @@
id: CVE-2019-9733
info:
name: Artifactory Access-Admin Login Bypass
name: JFrog Artifactory 6.7.3 - Admin Login Bypass
author: akshansh
severity: critical
description: An issue was discovered in JFrog Artifactory 6.7.3. By default, the access-admin account is used to reset the password of the admin account in case an administrator gets locked out from the Artifactory
console. This is only allowable from a connection directly from localhost, but providing a X-Forwarded-For HTTP header to the request allows an unauthenticated user to login with the default credentials of the
access-admin account while bypassing the whitelist of allowed IP addresses. The access-admin account can use Artifactory's API to request authentication tokens for all users including the admin account and, in
turn, assume full control of all artifacts and repositories managed by Artifactory.
description: JFrog Artifactory 6.7.3 is vulnerable to an admin login bypass issue because by default the access-admin account is used to reset the password of the admin account. This is only allowable from a connection directly from localhost, but providing an X-Forwarded-For HTTP header to the request allows an unauthenticated user to login with the default credentials of the access-admin account while bypassing the whitelist of allowed IP addresses. The access-admin account can use Artifactory's API to request authentication tokens for all users including the admin account and, in turn, assume full control of all artifacts and repositories managed by Artifactory.
reference:
- http://packetstormsecurity.com/files/152172/JFrog-Artifactory-Administrator-Authentication-Bypass.html
- https://www.ciphertechs.com/jfrog-artifactory-advisory/
- https://www.jfrog.com/confluence/display/RTF/Release+Notes#ReleaseNotes-Artifactory6.8.6
- https://nvd.nist.gov/vuln/detail/CVE-2019-9733
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
@ -43,3 +41,5 @@ requests:
- type: status
status:
- 200
# Enhanced by mp on 2022/05/04