Confidential information is stored in plain text allowing an attacker to view it without any encryption.
- Obtain confidential JFrog user information.
- Create, edit and delete JFrog user information.
Encrypt all sensitive information that is transported or stored within the application according to the organizations policies.
External 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.
Sensitive services are correctly configured to use secure encryption algorithms for the credentials
//JFrog Docker Repository
localRepositories:
docker-local:
type: docker
security:
passwordSettings:
encryptionPolicy: REQUIRED | SUPPORTED | UNSUPPORTED
expirationPolicy:
enabled: false
passwordMaxAge: 60
notifyByEmail: true
Password are stored in plain text in the source code
//JFrog Docker Repository
localRepositories:
docker-local:
type: docker
password: "12234"