Describe the Bug Providing a non-numeric length value to the random string generation utility will create a memory issue breaking the capability to generate random strings platform wide. This creates a denial of service situation where logged in sessions can no longer be refreshed as sessions depend on the capability to generate a random session ID. To Reproduce Test if the endpoint is working and accessible, GET https://localhost:8055/utils/random/string Do a bad request GET https://localhost:8055/utils/random/string?length=foo After this all calls to GET https://localhost:8055/utils/random/string will return an empty string instead of a random string In this error situation you'll see authentication refreshes fail for the app and api. Impact This counts as an unauthenticated denial of service attack vector so this impacts all unpatched instances reachable over the…Read More
