Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Myk Willis

#41711of 56,330
7Total CVSS
Vulnerabilities · 1
PT-2016-1255
7.0
2016-02-08
Django · Django · CVE-2016-2048
**Name of the Vulnerable Software and Affected Versions** Django versions 1.9.x through 1.9.1 **Description** The issue allows remote authenticated users to bypass intended access restrictions and create ModelAdmin objects via the "Save as New" option when editing objects and leveraging the "change" permission. This is due to incorrect settings of the `save as` parameter in the ModelAdmin class. **Recommendations** For Django versions 1.9.x through 1.9.1, update to version 1.9.2 or later to resolve the issue. As a temporary workaround, consider setting `ModelAdmin.save as` to False until a patch is available.