The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade org.springframework.ai:spring-ai-model to version 2.0.1 or higher.
org.springframework.ai:spring-ai-model is a Core model interfaces and classes for Spring AI
Affected versions of this package are vulnerable to Incorrect Authorization through the DefaultToolCallingManager in spring-ai-model/src/main/java/org/springframework/ai/model/tool/DefaultToolCallingManager.java. An attacker can execute a tool that was not attached to the current request by having the model name that tool in a tool call. The manager resolves missing tool names through the application-wide ToolCallbackResolver, so it does not fully enforce request-scoped tool lists at dispatch time. In deployments that register sensitive tools as beans, this can let a model-triggered request invoke destructive or higher-privilege operations outside the tools the caller intended to expose.
Notes