Python 3.5 Bytearray Pop And Remove...

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

Python versions 2.7 and 3.2 through 3.5 bytearray pop and remove methods suffer from buffer over-reads caused by memmove use under the assumption that PyByteArrayObject ob_size is less than ob_alloc, leading to a single byte over-read. This condition can be triggered by creating a bytearray from a range of length 0x10, then calling pop with a valid index.

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