The vulnerability can be activated by making a GET HTTP request to the Gradle Enterprise application including the header "X-Gradle-Enterprise-Ajax-Request". When present, requests that should be rejected due to insufficient access permissions are effectively allowed. The response will contain a response status code of 401 (Unauthorized), but will contain the response body of the requested resource, effectively bypassing the access control.
An attacker can use this exploit to view build data and application configuration information that they would not otherwise be able to. It cannot be used to update or change any aspect of the system. It also does not affect build cache or test distribution operation. It cannot be used to view credentials used by Gradle Enterprise to connect to other systems, such as an SMTP or LDAP server.