Bug 223539

Summary: Security fix for Django auth system
Product: [Fedora] Fedora Reporter: James Bennett <james>
Component: DjangoAssignee: Michel Alexandre Salim <michel.salim>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-21 22:22:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Bennett 2007-01-19 21:55:10 UTC
A bug in Django's AuthenticationMiddleware was discovered and patched after the 0.95 release; this bug 
can cause apparent "caching" of the value of request.user between requests, possibly resulting in 
inappropriate access when a user is perceived to be "logged in" as someone else.

This was fixed in revision 3754 of Django trunk[1], and that changeset applies cleanly to stock Django 
0.95.

[1] http://code.djangoproject.com/changeset/3754

Comment 1 Michel Alexandre Salim 2007-01-21 22:22:58 UTC
Django 0.95.1 has been built on the build servers and awaits signing