Non-encrypted confidential information - JFROG

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 maturity: 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

Score 4.0

Default score using CVSS 4.0. It may change depending on the context of the src.

Base 4.0

  • Attack vector: N
  • Attack complexity: L
  • Attack Requirements: N
  • Privileges required: L
  • User interaction: N
  • Confidentiality (VC): H
  • Integrity (VI): H
  • Availability (VA): H
  • Confidentiality (SC): L
  • Integrity (SI): L
  • Availability (SA): L

Threat 4.0

  • Exploit maturity: X

Result 4.0

  • Vector string: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L/E:X
  • Score:
    • CVSS-BT: 8.7
  • Severity:
    • CVSS-BT: High

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

Fixes

Free trial message
Free trial
Search for vulnerabilities in your apps for free with Fluid Attacks' automated security testing! Start your 21-day free trial and discover the benefits of the Continuous Hacking Essential plan. If you prefer the Advanced plan, which includes the expertise of Fluid Attacks' hacking team, fill out this contact form.