Description
The Forms Authentication feature in the ASP.NET subsystem in Microsoft .NET Framework 1.1 SP1, 2.0 SP2, 3.5 SP1, 3.5.1, and 4.0 allows remote authenticated users to obtain access to arbitrary user accounts via a crafted username.
Remediation
Immediately apply the MS11-100 patch:
http://technet.microsoft.com/en-us/security/bulletin/ms11-100.
Workaround:
In .NET 4.0 the vulnerability can be mitigated by setting the
ticketCompatibilityMode attribute in the application or global web.config
file like this:
<system.web>
<authentication mode="Forms">
<forms ticketCompatibilityMode="Framework40" />
</authentication>
</system.web>
References
Related Vulnerabilities
Joomla! Core 2.5.x Security Bypass (2.5.0 - 2.5.4)
WordPress Plugin PWA for WP & AMP Security Bypass (1.7.32)
WordPress Plugin WM Simple Captcha Security Bypass (2.0.3)
WordPress Plugin Contact Form 7 Security Bypass (4.1)
WordPress Plugin LifterLMS-WP LMS for eLearning, Online Courses, & Quizzes Security Bypass (4.21.1)