CVE-2014-0472 Django任意模塊執行漏洞

From PwnWiki
Revision as of 11:01, 7 April 2021 by Pwnwiki (talk | contribs) (Created page with "==INFO== The django.core.urlresolvers.reverse function in Django before 1.4.11, 1.5.x before 1.5.6, 1.6.x before 1.6.3, and 1.7.x before 1.7 beta 2 allows remote attackers to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

INFO

The django.core.urlresolvers.reverse function in Django before 1.4.11, 1.5.x before 1.5.6, 1.6.x before 1.6.3, and 1.7.x before 1.7 beta 2 allows remote attackers to import and execute arbitrary Python modules by leveraging a view that constructs URLs using user input and a "dotted Python path."