The application functions are accessed without the need to be logged into the server.
- Access Artifactory repositories.
- Upload files to any repository without authorization.
- Delete files from any repository without authentication.
Protect resources that are not authenticated for access.
Anonymous attacker from intranet.
⌚ 60 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 JFrog service only has read access to unauthorized users
artifactoryConfiguration:
docker-local:
type: docker
password: "*"
permissions: read
The JFrog service has a default access configuration to edit
artifactoryConfiguration:
docker-local:
type: docker
password: "*"
permissions: edit, upload