7 matches found
PHP 4.x < 4.4.5, 5.x < 5.2.1 Multiple Buffer Overflow Vulnerabilities
PHP is prone to multiple buffer overflow vulnerabilities in the sqlitedecodebinary function. SPDX-FileCopyrightText: 2010 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CP...
PHP sqlite_udf_decode_binary 函数存在缓冲区溢出漏洞
No description provided by source...
Ubuntu Update for php5 vulnerabilities USN-455-1
Ubuntu Update for Linux kernel vulnerabilities USN-455-1 OpenVAS Vulnerability Test $Id: gbubuntuUSN4551.nasl 7969 2017-12-01 09:23:16Z santu $ Ubuntu Update for php5 vulnerabilities USN-455-1 Authors: System Generated Check Copyright: Copyright c 2009 Greenbone Networks GmbH,...
openSUSE 10 Security Update : php5 (php5-3745)
The following issues have been fixed in PHP, which were spotted by the MOPB project or fixed in PHP 5.2.3 release : - missing openbasedir and safemode restriction CVE-2007-3007 - chunksplit integer overflow CVE-2007-2872 - DoS condition in libgd's image processing CVE-2007-2756 - possible...
Buffer overflow on in PHP sqlite_udf_decode_binary() function
Buffer overflow on the string with single 0x01 character...
MOPB-41-2007:PHP 5 sqlite_udf_decode_binary() Buffer Overflow Vulnerability
Summary When sqliteudfdecodebinary is called with a string only containing a single 0x01 char this will result in a call to the sqlitedecodebinary function with an empty string as parameter. This leads to an exploitable buffer overflow. Affected versions Affected are PHP 4 4.4.5 and PHP 5 5.2.1...
PHP sqlite_udf_decode_binary()函数缓冲区溢出漏洞
PHP是一款广泛使用的WEB开发脚本语言。 PHP sqliteudfdecodebinary存在缓冲区溢出,远程攻击者可利用此漏洞以应用程序进程权限执行任意指令。 sqliteudfdecodebinary函数不正确处理非法字符串,当传递字符串只包含单个\x01字符会调用sqlitedecodebinary使用空字符串作为参数,但这个API函数不支持,它需要调用的字符串长度至少为1: int sqlitedecodebinaryconst unsigned char in, unsigned char out int i, e; unsigned char c; e = in++; i...