JFrog Artifactory repositories are accessed, with credentials stored in the source code.
Access the repository with credentials obtained in the source code.
Establish the necessary controls to ensure that the information is accessible only to the indicated persons.
Internal attacker with access to source code.
⌚ 30 minutes.
Default score using CVSS 3.1. It may change depending on the context of the src.
Default score using CVSS 4.0. It may change depending on the context of the src.
The sensitive credentials are stored as encrypted secrets
jfrog.accesskey = ${access_key}
artifact.password = ENC(something-base64-encoded-but-encrypted)
The JFrog credential are stored directly in the source code
jfrog.accesskey = "AKIA0000000000000000"
artifact.password = "123"