Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
1.5.9
-
None
-
None
-
Any
Description
The UsernameTokenProcessorshould be thread safe, but it caches the UsernameToken (ut) and its ID (utId). This may allow a hacker to access the system with incorrect password if two threads happen to go through the code in parallel.