I. INTRODUCTION
II. BUGTRAQ SUMMARY
1. NetTerm FTP Server Multiple Vulnerabilities
2. Microsoft IE5 XML HTTP Redirect Vulnerability
3. Sun Java IDE Webserver IP Restriction Failure Vulnerability
4. Vermillion FTPd CWD DoS Vulnerability
5. Mdaemon WebConfig Overflow DoS Vulnerability
6. Cabletron SSR ARP Flood DoS Vulnerability
7. Netscape Navigator Long ASP Argument Vulnerability
8. Deerfield WorldClient Long URL DoS Vulnerability
9. SCO Xsco Buffer Overflow Vulnerability
10. SCO xlock(1) (long username) Buffer Overflow Vulnerability
11. SCO su(1) Buffer Overflow Vulnerability
III. PATCH UPDATES
1. Vulnerability Patched: Linux syslogd Denial of Service
2. Vulnerability Patched: Solaris rpc.ttdbserver Denial of Service
3. Vulnerability Patched: Cabletron SSR ARP Flood DoS
4. Vulnerability Patched: SCO su(1) Buffer Overflow
5. Vulnerability Patched: Pine Environment Variable Expansion in
URLS
IV. INCIDENTS SUMMARY
1. Re: Port 137 and snmp scans (Thread)
2. SunOS rpcbind scans (Thread)
3. Re: cracker probing 1542 (Thread)
4. Re: rpc logging (Thread)
5. SANS and CERT ICMP advisories (Thread)
6. Fw: unsolicited connection(s) (Thread)
7. F5's 3DNS signature + Cisco Distrib Dir (Thread)
8. Insane amount of probes from 216.212.in-addr.arpa (tin.it) (Thread)
9. BIND Scanning (Thread)
10. sweep (Thread)
11. pop3/imap crawler.. (Thread)
12. UK Law & Cases Re Malicious action/attacks (Thread)
13. cgi attack
14. Re: problems from ip69.net247221.cr.sk.ca[24.72.21.69] (Thread)
15. Port 98 scans & new 3128/8080 scans
V. VULN-DEV RESEARCH LIST SUMMARY
1. Re: icq accounts (Thread)
2. Re: WordPad/riched20.dll buffer overflow (Thread)
3. SSH exploit (Thread)
4. lanma256.bmp/lanmannt.bmp security risk? (Thread)
5. Re: development of wordpad exploit (Thread)
VI. SECURITY JOBS
Seeking Staff:
1. SecurityFocus.com is looking for staff writers for a Windows NT column!
2. NYC - Internet Security Position
3. Security Research Engineer
VII. SECURITY SURVEY RESULTS
VIII. SECURITY FOCUS TOP 6 TOOLS
1. SecurityFocus.com Pager (Win95/98/NT)
2. Lookout (Windows 2000, Windows 95/98 and Windows NT)
3. cgicheck99 0.4 (Any system supporting rebol)
4. HookProtect (Windows 95/98 and Windows NT)
5. Sun Enterprise Network Security Service Early Access 1 (Java)
6. Pandora for Linux v4 beta 2 (Linux)
IX. SPONSOR INFORMATION - CORE SDI
X. SUBSCRIBE/UNSUBSCRIBE INFORMATION
I. INTRODUCTION
-----------------
Welcome to the Security Focus 'week in review' newsletter issue 17
sponsored by CORE SDI.
II. BUGTRAQ SUMMARY 1999-11-21 to 1999-11-27
---------------------------------------------
1. NetTerm FTP Server Multiple Vulnerabilities
BugTraq ID: 819
Remote: Yes
Date Published: 1999-11-22
Relevant URL:
http://www.securityfocus.com/bid/819 Summary:
InterSoft's internet suite includes an FTP server which has been found to
have numerous vulnerabilities. Among them:
The default configuration allows read/write access to the root of the C:
drive for anonymous users. This write access includes overwrite and
delete. If the server is setup with 'out of the box' options, anonymous
remote users have full access to the operating system files and
executables.
There is no administrator account, which means that any user with console
access can alter the server's settings.
The encryption method used on the passwords for user accounts is reported
to be weak and easily broken.
There are also multiple buffer overflows. Supplying over 1024-character
arguments to the following commands will crash the server: dir, ls, mkdir,
delete, and rmdir. Also, althouth the PASS buffer is truncated at 16
characters for users with accounts, this limit is not in place for the
anonymous user (to allow for proper entry of email addresses as passwords)
and a 1024-byte string 'password' will crash the server if user name
'anonymous' is supplied. It may be possible to exploit these overflows to
run arbitrary code.
2. Microsoft IE5 XML HTTP Redirect Vulnerability
BugTraq ID: 815
Remote: Yes
Date Published: 1999-11-22
Relevant URL:
http://www.securityfocus.com/bid/815 Summary:
A vulnerability in the method IE5 uses to process XML data may allow a
malicious web site owner to read files on a visiting user's computer. A
web page may be created that contains an XML object type that contains
instructions to read known files on a visitor's local host (and or
domain). The IE5 client will allow the XML redirect to access files within
its own domain.
3. Sun Java IDE Webserver IP Restriction Failure Vulnerability
BugTraq ID: 816
Remote: Yes
Date Published: 1999-11-23
Relevant URL:
http://www.securityfocus.com/bid/816 Summary:
These Java development applications include an http server for testing
purposes. The server can be configured to only respond to requests from
certain IP addresses, however the mechanism fails and any requests
received are serviced. The server will allow read access to any file on
the filesystem that it haas access to, all the way up to the root
directory. In the Netbeans product, this is the default 'out of the box'
configuration. In the Forte product. IP addresses must be added manually
to a list of permitted clients. Once a single IP address is added, any
requests regardless of source are responded to.
4. Vermillion FTPd CWD DoS Vulnerability
BugTraq ID: 818
Remote: Yes
Date Published: 1999-11-22
Relevant URL:
http://www.securityfocus.com/bid/818 Summary:
If the Vermillion FTP Daemon (VFTPD) receives three consecutive CWD
commands with arguments of 504 characters or longer, it will crash.
5. Mdaemon WebConfig Overflow DoS Vulnerability
BugTraq ID: 820
Remote: Unknown
Date Published: 1999-11-24
Relevant URL:
http://www.securityfocus.com/bid/820 Summary:
The Mdaemon mail server for Windows includes a small web server for
web-based remote administration. This webserver is vulnerable due to an
unchecked buffer that handles incoming GET requests. An abnormally large
URL sent to the WebConfig service at port 2002 will crash the service.
6. Cabletron SSR ARP Flood DoS Vulnerability
BugTraq ID: 821
Remote: Yes
Date Published: 1999-11-24
Relevant URL:
http://www.securityfocus.com/bid/821 Summary:
The Cabletron SmartSwitch Router 8000 with firmware revision 2.x has been
shown to susceptible to a denial of service attack. The SSR can only
handle approximately 200 ARP requests per second. If an attacker can get
ICMP traffic to the router, they can flood it with ARP requests,
effectively shutting the router down for the duration of the attack.
7. Netscape Navigator Long ASP Argument Vulnerability
BugTraq ID: 822
Remote: Yes
Date Published: 1999-11-26
Relevant URL:
http://www.securityfocus.com/bid/822 Summary:
Netscape Communicator 4.7 has been shown to crash when an argument of 800
characters is supplied to a command in an asp page. Some of the data
passed as the argument makes it into the EIP and EBP registers, so
execution of arbitrary code is a possibility. The overflow could be
embedded in a link on a webpage or in an email message for remote attacks.
8. Deerfield WorldClient Long URL DoS Vulnerability
BugTraq ID: 823
Remote: Yes
Date Published: 1999-11-26
Relevant URL:
http://www.securityfocus.com/bid/823 Summary:
Deerfield's WorldClient is an email webserver that allows it's users to
retrieve email via HTTP. It is susceptible to denial of service attacks
due to an unchecked buffer in the request handler. Supplying a long url
will crash the server.
9. SCO Xsco Buffer Overflow Vulnerability
BugTraq ID: 824
Remote: No
Date Published: 1999-11-25
Relevant URL:
http://www.securityfocus.com/bid/824 Summary:
Under certain versions of Unixware, the SUID program Xsco is vulnerable to
a buffer overflow attack. The problem lies in that Xsco does not sanity
check user supplied data.
10. SCO xlock(1) (long username) Buffer Overflow Vulnerability
BugTraq ID: 825
Remote: No
Date Published: 1999-11-25
Relevant URL:
http://www.securityfocus.com/bid/825 Summary:
Certain versions of Unixware ship with a version of xlock which is
vulnerable to a buffer overflow attack. The xlock(1) program locks the
local X display until a username and password are entered. In this
instance a user can provide an overly long username and overflow a buffer
in xlock(1). Given that xlock(1) runs SUID root this will result in a root
compromise.
11. SCO su(1) Buffer Overflow Vulnerability
BugTraq ID: 826
Remote: No
Date Published: 1999-11-25
Relevant URL:
http://www.securityfocus.com/bid/826 Summary:
Certain versions of Unixware ship with a version of su(1) which is
vulnerable to a buffer overflow attack. This attack is possible because
su(1) fails to sanity check user supplied data, in this instance a
username supplied on the command line. Because su(1) is SUID root this
attack may result in root privileges.
III. PATCH UPDATES 1999-11-21 to 1999-11-27
-------------------------------------------
1. Vendor: Red Hat
Product: RedHat Linux
Patch Location:
Red Hat Linux 4.x:
VI. SECURITY JOBS SUMMARY 1999-11-21 to 1999-11-27
---------------------------------------------------
1. SecurityFocus.com is looking for staff writers for a Windows NT column!
Reply to: Alfred Huger Position Requirements:
http://www.securityfocus.com/templates/archive.pike?list=77&date=1999-11- 22&msg=Pine.GSO.4.10.9911231458200.4263-100000@www.securityfocus.com
This program allows the user to monitor additions to the Security Focus
website without constantly maintaining an open browser. Sitting quietly in
the background, it polls the website at a user-specified interval and
alerts the user via a blinking icon in the system tray, a popup message or
both (also user-configurable).
Lookout provides raw access to data sent over a TCP connection, allowing
the inspection of protocols and the testing of buffers. Lookout connects
to a foreign host's port and allows you to communicates with the host.
Alternatively,Lookout can listen on a port and wait for another host to
connect. Lookout can send variable length strings to test buffers easily.
Platforms: BSDI, BeOS, DOS, FreeBSD, HP-UX, IRIX, Linux, MacOS, NetBSD,
OS/2, OpenBSD, OpenVMS, PalmOS, Solaris, SunOS, UNIX, Windows 2000,
Windows 3.x, Windows 95/98, Windows CE and Windows NT Number of downloads:
1079
This is one of the worlds most cross platform cgi scanners, running on 37
operating systems! Even Palmos soon! Will check for 119 of common cgi and
other remote issues. Plus it will report you the Bugtraq ID of some
vulnerabilities. Get the rebol interpreter at http://www.rebol.com.
HookProtect version 2.05 is an another powerful product of PCinvestigator
series. It is specialized on detecting the programs that infringe the
privacy and confidentiality on personal computers. There are many various
types of such programs: keyloggers, interceptors, spies, Trojans and so
on. Their main function is monitoring of some kind of user's activity on a
computer (for example, typing the text, running the applications, opening
the windows, Internet activity, etc.).
5. Pandora for Linux v4 beta 2
by Nomad Mobile Research Centre
URL: http://www.nmrc.org/pandora Platforms: Linux
Number of downloads: 693
BETA - Online point and click auditing of Novell Netware from Windows NT.
Currently spoofing works but lots of crashes on SP3 (we're working on it).
Attach to server with password hashes extracted from Offline program.
Search for target servers. Attach to a server and grab user accounts
without logging in. Dictionary attack against user account. Multiple
Denial of Service attacks. Improved spoofing and hijacking by using
realtime sniffing. Works against Netware 4 and 5.
Sun Enterprise Network Security Service (SENSS) is a flexible, Java-based
security solution: a tool that enables organizations to audit and secure
their systems and networks in a modern, heterogeneous, corporate intranet.
The SENSS software is not yet complete; this is the Early Access 1
release, made available for the benefit of parties with a professional
interest in network security, for their experimentation and comment.
The source code is licensed under the Sun Community Source-Code License,
consistent with the Sun Community Source License principles.
IX. SPONSOR INFORMATION -
------------------------------------------
CORE SDI is an international computer security research and development
company. It's clients include 3 of the Big 5 chartered accountant firms
for whom CORE SDI develops customized security auditing tools as well as
several notable computer security product vendors, such as Network
Associates. CORE SDI also has extensive experiance dealing with financial
and government contracts through out Latin and North America.
X. SUBSCRIBE/UNSUBSCRIBE INFORMATION
-------------------------------------
1. How do I subscribe?
Send an e-mail message to LISTSERV@SECURITYFOCUS.COM with a message body
of:
SUBSCRIBE SF-NEWS Lastname, Firstname
You will receive a confirmation request message to which you will have
to anwser.
2. How do I unsubscribe?
Send an e-mail message to LISTSERV@SECURITYFOCUS.COM from the subscribed
address with a message body of:
UNSUBSCRIBE SF-NEWS
If your email address has changed email aleph1@securityfocus.com and I
will manualy remove you.
3. How do I disable mail delivery temporarily?
If you will are simply going in vacation you can turn off mail delivery
without unsubscribing by sending LISTSERV the command:
SET SF-NEWS NOMAIL
To turn back on e-mail delivery use the command:
SET SF-NEWS MAIL
4. Is the list available in a digest format?
Yes. The digest generated once a day.
5. How do I subscribe to the digest?
To subscribe to the digest join the list normally (see section 0.2.1)
and then send a message to LISTSERV@SECURITYFOCUS.COM with with a message
body of:
SET SF-NEWS DIGEST
6. How do I unsubscribe from the digest?
To turn the digest off send a message to LISTSERV with a message body
of:
SET SF-NEWS NODIGEST
If you want to unsubscribe from the list completely follow the
instructions of section 0.2.2 next.
7. I seem to not be able to unsubscribe. What is going on?
You are probably subscribed from a different address than that from
which you are sending commands to LISTSERV from. Either send email from
the appropiate address or email the moderator to be unsubscribed manually.