Python 3.4 / 3.5 xmlparse_setattro()...

- AV AC AU C I A
发布: 2015-10-31
修订: 2025-04-13

Python versions 3.4 and 3.5 suffer from a vulnerability caused by the behavior of the xmlparse_setattro() function. When called, the function uses the provided name argument in several conditional statements which assume that the name argument is a string. However, if a name argument is provided that is not a string, this logic will make several calls to PyUnicode_CompareWithASCIIString that expect a string, yet receive some other type of object, leading to a type confusion vulnerability.

0%
当前有1条漏洞利用/PoC
当前有0条受影响产品信息