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 Arbitrary Code Injection vulnerabilities in an interactive lesson.
Start learningUpgrade @aws-amplify/codegen-ui-react to version 2.20.6 or higher.
@aws-amplify/codegen-ui-react is an Amplify UI React code generation implementation
Affected versions of this package are vulnerable to Arbitrary Code Injection through the ReactThemeStudioTemplateRenderer in packages/codegen-ui-react/lib/react-theme-studio-template-renderer.ts. An attacker can inject arbitrary JavaScript into generated .tsx output by supplying crafted theme schema keys that are passed to factory.createIdentifier() and emitted verbatim as source. This affects theme rendering for Studio-generated components, so a malicious or tampered theme definition can break generated code and execute attacker-controlled code during component rendering or build-time processing in developer, CI, browser, or SSR contexts.