CWE-593: Authentication Bypass: OpenSSL CTX Object Modified after SSL Objects are Created
VariantDraft
The product modifies the SSL context after connection creation has begun.
View on MITREBack to CWE Lookup
Extended Description
If the program modifies the SSL_CTX object after creating SSL objects from it, there is the possibility that older SSL objects created from the original context could all be affected by that change.
Technical Details
- Structure
- Simple