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 @delmaredigital/payload-puck to version 0.6.23 or higher.
@delmaredigital/payload-puck is a Puck visual page builder plugin for Payload CMS
Affected versions of this package are vulnerable to Missing Authorization via the createPuckPlugin function. An attacker can gain unauthorized access to sensitive data and perform unauthorized modifications by sending requests to the /api/puck/* endpoints, as access controls are bypassed.
Note:
This is only exploitable if collections are explicitly registered with the createPuckPlugin process and the targeted endpoints are exposed.
This vulnerability can be mitigated by placing a reverse-proxy or middleware authentication check in front of /api/puck/* to require an authenticated session before requests reach the plugin's handlers.