Non-encrypted confidential information - JFROG
Description
Confidential information is stored in plain text allowing an attacker to view it without any encryption.
Impact
- Obtain confidential JFrog user information.
- Create, edit and delete JFrog user information.
Recommendation
Encrypt all sensitive information that is transported or stored within the application according to the organizations policies.
Threat
External attacker with access to source code.
Expected Remediation Time
⌚ 30 minutes.
Score
Default score using CVSS 3.1. It may change depending on the context of the src.
Base
- Attack vector: N
- Attack complexity: L
- Privileges required: L
- User interaction: N
- Scope: C
- Confidentiality: H
- Integrity: H
- Availability: H
Temporal
- Exploit code madurity: X
- Remediation level: X
- Report confidence: X
Result
- Vector string: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H/E:X/RL:X/RC:X
- Score:
- Base: 9.9
- Temporal: 9.9
- Severity:
- Base: Critical
- Temporal: Critical
Compliant code
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
Non compliant code
Password are stored in plain text in the source code
//JFrog Docker Repository
localRepositories:
docker-local:
type: docker
password: "12234"
Requirements
- 134.Store passwords with salt
- 135.Passwords with random salt
- 185.Encrypt sensitive information
- 229.Request access credentials
- 264.Request authentication
Fixes
Search for vulnerabilities in your apps for free with our automated security testing! Start your 21-day free trial and discover the benefits of our Continuous Hacking Machine Plan. If you prefer a full service that includes the expertise of our ethical hackers, don't hesitate to contact us for our Continuous Hacking Squad Plan.