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 applicationsLearn about Missing Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade org.springframework.ai:spring-ai-openai to version 1.0.7, 1.1.6 or higher.
org.springframework.ai:spring-ai-openai is an OpenAI models support
Affected versions of this package are vulnerable to Missing Authorization via the default configuration of the Spring AI chat memory component. An attacker can access data from other users when DEFAULT_CONVERSATION_ID is not explicitly overridden, leading to unintended cross-user data exposure.
Note: The upgrade fix for this vulnerability is a breaking change, due to the default conversationId behavior being removed. The recommendation is therefore to "ensure all ChatClient calls using memory advisors explicitly set the conversation identifier via .advisors(a -> a.param(ChatMemory.CONVERSATION_ID, id)) along with the upgrade.