CVE-2010-3870
PHP < 5.2.14 - Cross-Site Scripting and SQL Injection Protection Bypass via utf8_decode
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-3870. PoCs published by [email protected].
AI-analyzed exploit summary This code demonstrates a vulnerability in PHP versions prior to 5.3.4 where insufficient input sanitization can lead to bypassing input-validation mechanisms. It uses a specific UTF-8 sequence to illustrate the issue but does not include an actual exploit payload.
Description
The utf8_decode function in PHP before 5.3.4 does not properly handle non-shortest form UTF-8 encoding and ill-formed subsequences in UTF-8 data, which makes it easier for remote attackers to bypass cross-site scripting (XSS) and SQL injection protection mechanisms via a crafted string.
Exploits (1)
This code demonstrates a vulnerability in PHP versions prior to 5.3.4 where insufficient input sanitization can lead to bypassing input-validation mechanisms. It uses a specific UTF-8 sequence to illustrate the issue but does not include an actual exploit payload.