Início
Início
Tendências
Tendências
Vulnerabilidades
Vulnerabilidades
Notícias
Notícias
Pesquisadores
Pesquisadores
Por que dbugs?
Por que dbugs?
Configurações

Myk Willis

#41585de 56,330
7CVSS total
Vulnerabilidades · 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.