Skip to main content

Authentication mechanism absence or evasion - JFROG

Description

The application functions are accessed without the need to be logged into the server.

Impact

  • Access Artifactory repositories.
  • Upload files to any repository without authorization.
  • Delete files from any repository without authentication.

Recommendation

Protect resources that are not authenticated for access.

Threat

Anonymous attacker from intranet.

Expected Remediation Time

⌚ 60 minutes.

Score

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

Base

  • Attack vector: A
  • Attack complexity: L
  • Privileges required: L
  • User interaction: N
  • Scope: U
  • Confidentiality: H
  • Integrity: N
  • Availability: N

Temporal

  • Exploit code madurity: X
  • Remediation level: X
  • Report confidence: X

Result

  • Vector string: CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N/E:X/RL:X/RC:X
  • Score:
    • Base: 5.7
    • Temporal: 5.7
  • Severity:
    • Base: Medium
    • Temporal: Medium

Compliant code

The JFrog service only has read access to unauthorized users

artifactoryConfiguration:
docker-local:
type: docker
password: "*"
permissions: read

Non compliant code

The JFrog service has a default access configuration to edit

artifactoryConfiguration:
docker-local:
type: docker
password: "*"
permissions: edit, upload

Requirements

Fixes

free trial

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.