Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2007-1887

Quick assessment

Affected
n/a n/a
Exploitation
High exploitation probability; assess promptly
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP的sqlite_udf_decode_binary()函数实现上存在缓冲区溢出漏洞,远程攻击者可能利用此漏洞提升自己的权限。 int sqlite_decode_binary(const unsigned char in, unsigned char out){ int i, e; unsigned char c; e = (in++); i = 0; while( (c = (in++))!=0 ){ if(

AI Predicted 7.5 Difficulty: Easy EPSS 4.75% · P91
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2007-1887

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
N/A
Source: CVE Program / CVE List V5
Vulnerability Description
Buffer overflow in the sqlite_decode_binary function in the bundled sqlite library in PHP 4 before 4.4.5 and PHP 5 before 5.2.1 allows context-dependent attackers to execute arbitrary code via an empty value of the in parameter, as demonstrated by calling the sqlite_udf_decode_binary function with a 0x01 character.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
PHP sqlite_udf_decode_binary()函数提升权限漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
PHP是广泛使用的通用目的脚本语言,特别适合于Web开发,可嵌入到HTML中。 PHP的sqlite_udf_decode_binary()函数实现上存在缓冲区溢出漏洞,远程攻击者可能利用此漏洞提升自己的权限。 int sqlite_decode_binary(const unsigned char *in, unsigned char *out){ int i, e; unsigned char c; e = *(in++); i = 0; while( (c = *(in++))!=0 ){ if(
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
- n/a n/a -

II. Public POCs for CVE-2007-1887

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2007-1887

登录查看更多情报信息。

Vendor Advisories for CVE-2007-1887 (15)

Other References for CVE-2007-1887 (6)

Same Patch Batch · n/a · 2007-04-06 · 26 CVEs total

CVE-2007-1886 PHP str_replace()函数整数溢出漏洞
CVE-2007-1881 Kaspersky Anti-Virus 本地权限提升漏洞
CVE-2007-1880 Kaspersky Internet Security套件Klif.SYS驱动本地堆溢出漏洞
CVE-2007-1879 Kaspersky AntiVirus SysInfo ActiveX控件任意文件泄露漏洞
CVE-2007-1878 FireBug跨站脚本执行漏洞
CVE-2007-1271 VMware ESX Server缓冲区溢出漏洞
CVE-2007-1270 VMware ESX Server Double free漏洞
CVE-2007-1112 Kaspersky AntiVirus SysInfo ActiveX控件任意文件泄露漏洞
CVE-2007-1001 Mac OS X PHP实现攻击漏洞
CVE-2007-0445 Kaspersky AntiVirus杀毒引擎ARJ文档解析堆溢出漏洞
CVE-2007-1890 PHP msg_receive()内存分配整数溢出漏洞
CVE-2007-1889 PHP msg_receive()函数整数溢出漏洞
CVE-2007-1888 PHP sqlite_udf_decode_binary()函数缓冲区溢出漏洞
CVE-2007-0956 MIT Kerberos 5 Telnet守护程序认证绕过漏洞
CVE-2007-1885 PHP str_replace()函数整数溢出漏洞
CVE-2007-1884 PHP Printf()函数多个整数符号类型错误漏洞
CVE-2007-1883 PHP 敏感信息泄露漏洞
CVE-2007-1882 HP Mercury Quality Center 'qcbin/servlet/tdservlet/TDAPI_GeneralWebTreatment' SQL注入漏洞
CVE-2007-1684 SolidWorks SLDimdownload ActiveX控件任意程序执行漏洞
CVE-2007-1680 雅虎通音频会议ActiveX控件远程栈溢出漏洞

Showing top 20 of 26 CVEs. View all on vendor page → →

IV. Related Vulnerabilities

V. Comments for CVE-2007-1887

No comments yet


Leave a comment