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 Improper Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.activemq:activemq-broker to version 5.19.9, 6.2.8 or higher.
org.apache.activemq:activemq-broker is a high performance Apache 2.0 licensed Message Broker and JMS 1.1 implementation.
Affected versions of this package are vulnerable to Improper Authorization in AuthorizationBroker through the temporary-destination write ACL check in AuthorizationBroker.java. An authenticated low-privilege user can publish messages to destinations they are not allowed to write by sending to a temporary composite destination whose physical name is a comma-separated list of real queues. Because the broker treats the composite temporary destination as a temporary destination for ACL evaluation, the per-destination write check is bypassed and messages reach the listed queues without the required write permissions.