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 xblock-lti-consumer
to version 7.2.2 or higher.
xblock-lti-consumer is a XBlock that implements the consumer side of the LTI specification
Affected versions of this package are vulnerable to Missing Authorization in the publish_grade_on_score_update()
function in signals/signals.py
that allows any LTI tool that is integrated with the Open edX platform to post a grade back for any LTI XBlock, using the block location for that XBlock. The code that uploads that score to the LMS grade tables determines which XBlock to upload the grades for by reading the resource_link_id
field of the associated line item, which can be controlled by an unauthorized user.