Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 Authentication for Critical Function vulnerabilities in an interactive lesson.
Start learningUpgrade prefect to version 3.6.14.dev5 or higher.
prefect is a Prefect is a new workflow management system, designed for modern infrastructure and powered by the open-source Prefect Core workflow engine. Users organize Tasks into Flows, and Prefect takes care of the rest.
Affected versions of this package are vulnerable to Missing Authentication for Critical Function at the /api/events/in endpoint. An attacker can send JSON events into an existing stream, which can at least pollute the stream and at worst trigger automations if they know the details of a given target's subscription. This is possible without authentication, even when PREFECT_SERVER_API_AUTH_STRING is set, because subscriptions.accept_prefect_socket() is never applied before allowing a connection on the vulnerable endpoint.