The server where the application is hosted has port 8080 open running the http-proxy service.
- Establish, from the Internet, a connection with the port open.
- Allow malicious clients to mount attacks originating from the IP address of the server running the proxy, without requiring authentication from the attacker.
- Access to the internal network on which the server is located
Securely configure the vulnerable service, so that it can only be accessed by authorized users.
Anonymous attacker from the Internet.
⌚ 45 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.
All sensitive services are configured with restricted access
server:
port: 8443
ssl:
key-store: classpath:keystore.jks
key-store-password: password.secret
permissions:
admin: allow
user: deny
There is a vulnerable service, configured for public access
server:
port: 8080
ssl:
key-store: keystore.ks
key-store-password: "password"