Files
cve/2010/CVE-2010-1914.md
2025-09-29 21:09:30 +02:00

808 B

CVE-2010-1914

Description

The Zend Engine in PHP 5.2 through 5.2.13 and 5.3 through 5.3.2 allows context-dependent attackers to obtain sensitive information by interrupting the handler for the (1) ZEND_BW_XOR opcode (shift_left_function), (2) ZEND_SL opcode (bitwise_xor_function), or (3) ZEND_SR opcode (shift_right_function), related to the convert_to_long_base function.

POC

Reference

No PoCs from references.

Github