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 applicationsUpgrade Microsoft.OpenApi.Kiota.Builder to version 1.32.0 or higher.
Affected versions of this package are vulnerable to Arbitrary Code Injection through PythonConventionService.RemoveInvalidDescriptionCharacters and KiotaBuilder enum description handling in src/Kiota.Builder/Writers/Python and src/Kiota.Builder/KiotaBuilder.cs. An attacker can execute arbitrary Python code at import time by supplying a malicious OpenAPI spec with x-ms-enum.values[].description containing newline characters that break out of generated comments or docstrings. The generated client files can then contain attacker-controlled top-level statements, so importing the SDK runs injected code in developer or CI environments.
Notes
x-ms-enum.values[].description content in emitted enum documentation; ordinary OpenAPI fields outside that generation path are not implicated.Workarounds
x-ms-enum.values[].description before generation, so newline-bearing descriptions cannot escape comment/docstring context and become executable top-level Python.