BOH exploits Netscape Java security flaw

By Rik Farrow, ITworld.com |  Development Add a new comment

Yet another Internet exploit sent a ripple of disquiet through the ether last week.
The unease was not due solely to the new vulnerability in Netscape and Java, but also
to its discoverer, Dan Brumleve, who chose to call his demonstration program href="http://www.cert.org/advisories/CA-2000-15.html">Brown Orifice HTTPD. Thanks,
Dan. I'll be calling it BOH from now on, just so I don't have to think too much about
the name.

BOH exploits two flaws in the Java implementation in Netscape Communicator and
Navigator versions 4.04 to 4.74. If you have Java enabled, you could unwittingly
download and execute a version of BOH. The demo version sets up a Web server on the
targeted machine that listens at port 8080 and allows anyone to read all files that the
local Netscape user can read. The demo shows how to bypass Navigator's Java Security
Manager, which is supposed to prevent Java applets from reading local files.

In the BOH demo, you must be able to access port 8080, using any browser, to peruse
the victim's files. Most firewalls stop arbitrary incoming connections, so running the
BOH demo opens up a local network hole, not a way for a remote attacker to access your
files. But the demonstration code can be modified to set up an HTTP, HTTPS, or FTP
connection to a remote server. This could be a real headache.

When the modified version begins running, it makes a TCP connection (to port 21, 80,
or 443) back to the attacker; outgoing connections to HTTP, HTTPS, and FTP servers are
permitted by most firewall configurations. The attacker then runs a server that appears
to be the expected service -- it sends the correct protocol responses -- but is
actually a client for remote control of the modified BOH.

The modified BOH still limits the attacker to reading files, although it may be
possible to access files served by other internal servers as well. That idea was posted
to Bugtraq last
week. It shouldn't work -- the Security Manager should prevent it -- but we've already
seen that the Security Manager can be broken.

You can check to see if Java is enabled in Netscape: from the Edit menu, choose
Preferences and then Advanced. If the button next to Enable Java is dark, Java is
enabled. To disable Java, unselect Enable Java, click Okay, then exit Netscape.
Although the change takes place immediately, an evil Java applet may continue running
until you reboot. Brumleve mentioned an unconfirmed case where BO continued running on
a Windows 2000 system after Netscape was shut down, but this seems unlikely.

I suggest you keep Java disabled unless you have a specific need for it; even then,
enable it for the shortest time possible. If it's too much trouble to get your users to
disable Java on all your client machines, some firewalls offer a feature that strips
out Java applets as they pass through application gateways.

How easy is it to modify BOH? The href="http://www.brumleve.com/BrownOrifice/BOTTPD_download.cgi">source code is
readily available. It consists of 1,248 lines of Java (with no comments). The necessary
classfile, java40.jar, appears on many systems, perhaps any system where Netscape is
installed. If even one person properly modifies the source and publishes it, BOH could
appear in a form that will tunnel through firewalls.

    Add a comment

    Post a comment using one of these accounts
    Or join now
    At least 6 characters

    Note: Comment will appear soon after you have activated your account.
    Obscene/spam comments will be removed and accounts suspended.
    The information you submit is subject to our Privacy Policy and Terms of Service.

    ITworld LIVE

    DevelopmentWhite Papers & Webcasts

    White Paper

    HP NonStop SQL Fundamentals whitepaper

    This whitepaper offers a detailed look into the fundamentals of HP NonStop SQL solutions. See how this system delivers unprecedented levels of application availability with fail-safe data integrity and meets the needs of enterprises with large-scale business critical applications.

    White Paper

    Nebraska Medical Center case study

    See how the Nebraska Medical Center implemented a SQL solution to make information more readily available to streamline operations, improve patient care and facilitate medical research with an enterprise solution running on HP NonStop servers.

    White Paper

    Concepts of NonStop SQL/MX

    For DBAs and developers who are familiar with Oracle solutions and want to learn about NonStop SQL/MX, this whitepaper provides an overview of the similarities and differences between the two products-with a specific focus on implementation.

    White Paper

    6 Things Your CIO Needs to Know About Requirements

    If your organization is not predictably successful on technology projects, there is likely an issue in requirements. CIOs must take action and own requirements maturity improvement. There are 6 main things a CIO must know about requirements.

    Webcast On Demand

    User Experience Monitoring

    In this webinar, you will learn hints & tips for improving end-user response times from Forrester Research analyst, Jean-Pierre Garbani.

    Sponsor: Nimsoft

    See more White Papers | Webcasts

    Ask a question

    Ask a Question