|
|||||||||||
|
SecurityFocus Linux Newsletter #143
From: John Boletta <jboletta(at)securityfocus.com>
Date: Mon Aug 04 2003 - 16:12:01 EDT ('binary' encoding is not supported, stored as-is) SecurityFocus Linux Newsletter #143 This Issue is Sponsored by: SPI Dynamics NEW ALERT:
I. FRONT AND CENTER
This article discusses best practices for maintaining system integrity during forensic examinations. http://www.securityfocus.com/infocus/1717 2. Firewall Evolution - Deep Packet Inspection By Ido Dubrawsky Deep Packet Inspection can be seen as the integration of Intrusion Detection (IDS) and Intrusion Prevention (IPS) capabilities with traditional stateful firewall technology. http://www.securityfocus.com/infocus/1716
3. Betting on Malware
DARPA's plan to create a futures market for terrorist activities is dead, but the concept is a natural for predicting viruses and worms. http://www.securityfocus.com/columnists/176 II. BUGTRAQ SUMMARY
Gallery is a web-based photo album. It is written in PHP and is available for Linux and Unix variants as well as Microsoft Windows operating systems. Gallery is prone to a cross-site scripting vulnerability. This issue is present in the search engine (search.php) facility provided by the software. Input supplied to the search engine via URI parameters is not sufficiently sanitized of HTML or script code before being echoed back to users, allowing for cross-site scripting attacks. An attacker could exploit this issue by constructing a malicious link to the search engine that contains hostile HTML and script code. Attacker-supplied code could be rendered in the browser of a user who follows such a link. This would occur in the security context of the site hosting the vulnerable software.
2. Valve Software Half-Life Dedicated Server Malformed Parameter Loop Denial Of
Service Vulnerability
Half-Life is a game distributed and maintained by Valve Software. It includes features that allow users to game locally or across a network. The game engine is used in many modifications. Half-Life servers are prone to a denial of service that may be exploited by a malicious client. By supplying malformed parameters in a client packet during a request to join a multiplayer game, it may be possible to cause a loop within the server program. This would result in a crash of the vulnerable server. This vulnerability affects the server bundled with Half-Life and the free Dedicated Server for both Windows and Linux operating systems.
3. FreeRadius Chap Remote Buffer Overflow Vulnerability
BugTraq ID: 8282
FreeRADIUS is a freely available, open source implementation of the RADIUS protocol. It is available for the Unix and Linux operating systems. A problem with FreeRADIUS has been reported when handling CHAP requests. Because of this, an attacker may be able to gain unauthorized access to a system using the vulnerable software. Specific details about the vulnerability are not currently available. It is known that the problem in CHAP may be exploited to execute code with the privileges of the FreeRADIUS server. This could give the attacker access to the system with the privileges of the FreeRADIUS server.
4. XBlast HOME Environment Variable Buffer Overflow Vulnerability
BugTraq ID: 8296
XBlast is a multi-player arcade game available for Windows and various Linux distributions. A locally exploitable buffer overflow vulnerability has been reported in XBlast 2.6.1. XBlast does not perform adequate bounds checking on input supplied via the HOME environment variable. Successful exploitation can lead to arbitrary code execution. XBlast is typically installed setgid games on Linux systems, making it possible to exploit this issue to gain these privileges.
5. Multiple ManDB Utility Local Buffer Overflow Vulnerabilities
BugTraq ID: 8303
mandb is a utility that is used to initialize or manually update the index database caches that are usually maintained by the man utility. mandb has been reported to be affected by multiple buffer overflow vulnerabilities. These issues present themselves in the ult_src(), add_to_dirlist(), test_for_include() functions and in the PATH/MANPATH argument handler of mandb. The issues are due to insufficient bounds checking performed on user-supplied data before it is copied into reserved buffers in memory. A local attacker may supply excessive data in a manner sufficient to trigger these issues and in doing so corrupt arbitrary memory. It has been conjectured that an attacker may ultimately exploit this issue to execute arbitrary instructions, with elevated privileges. Code execution would occur in the context of the mandb utility, typically user 'man'. This BID will be split up into unique BIDs as these issues are analyzed in further detail.
6. University of Minnesota GopherD Do_Command Buffer Overflow Vulnerability
BugTraq ID: 8283
gopherd is the implementation of the Gopher Protocol Daemon by the University of Minnesota. It is available for the Unix and Linux platforms. It has been reported that University of Minnesota gopherd is vulnerable to a remotely exploitable boundary condition error. This may make it possible for an attacker to gain unauthorized access to a host using the vulnerable software. The problem is in the do_command function of the Gopherd.c file. Due to insufficient bounds checking on the user-supplied data, it is possible for an attacker to overwrite sensitive process memory. This could result in the execution of arbitrary instructions with the privileges of the gopher daemon process.
7. KDE Konqueror HTTP REFERER Authentication Credential Leak Vulnerability
BugTraq ID: 8297
Konqueror is a freely available, open source web browser distributed and maintained by the KDE project. It is available for the Unix and Linux operating systems. It has been reported that a problem in KDE Konqueror may result in the leak of authentication credentials through the HTTP REFERER header field. This could result in an attacker gaining unauthorized access to authentication information. When a user visits a site that keeps the authentication credentials in the URL, the browser will pass the authentication credentials to the site at the end of the URL through the referrer log. This could result in unauthorized access to the user account of the referring page site.
8. Valve Software Half-Life Dedicated Server Multiplayer Request Buffer Overflow
Vulnerability
Half-Life is a game distributed and maintained by Valve Software. It includes features that allow users to game locally or across a network. The game engine is used in many modifications. Half-Life servers are prone to a buffer overflow that may be exploited by a malicious client. By supplying overly long parameters supplied in a client packet during a request to join a multiplayer game, it may be possible to corrupt adjacent locations of stack memory with attacker-supplied data. This could allow for code execution in the context of the vulnerable server. It should be noted that the type of data sent may be restricted by the Half-Life protocol, which may make exploitation more difficult, as certain characters will not be permitted in the client request. This vulnerability affects the server bundled with Half-Life and the free Dedicated Server for both Windows and Linux operating systems.
9. Linux Kernel 2.4 XDR Packet Handler For NFSv3 Remote Denial Of Service
Vulnerability
XDR (External Data Representation) is a protocol governing the platform independent description and encoding of data, in this particular case it is used in conjunction with the Linux implementation of NFSv3 (Network File System), used to share system based resources across a network. NFS uses XDR to describe the format of its data. Linux Kernel 2.4 XDR handler routines for NFSv3 have been reported prone to a remote denial of service vulnerability. The issue presents itself in the decode_fh XDR handler routine contained in the nfs3xdr.c kernel source file. The issue is due to a signed/unsigned mismatch, when processing the size field of an XDR packet. A malicious attacker may bypass the following signed sanity check arithmetic (if (size > NFS3_FHSIZE) of the decode_fh XDR handler routine, by crafting an XDR packet that contains a negative two's compliment representation of -1, or 0xFFFFFFFF. This value will be passed to a memcpy() function that uses the unsigned value of 0xFFFFFFFF or (4 GB), as its size parameter, the massive memcpy operation will trigger a kernel panic. It has been reported that the target host may need an accessible exported directory, if this vulnerability is to be successfully exploited. It should be noted that other methods to trigger the vulnerability might also be possible. This vulnerability has been reported to affect the Linux 2.4 kernel tree.
xcong is a multiplayer game that is available for a number of Unix/Linux variants. Multiple locally exploitable buffer overflows have been reported in xconq. This is due to insufficient bounds checking of data supplied via the USER and DISPLAY environment variables. This may permit a local attacker to corrupt adjacent regions of stack memory with specific values, allowing execution of arbitrary code in the context of the program, which is typically installed setgid 'games'. This issue appears similar to BID 1495. Further analysis of these issues may determine that the issues are identical, in which case this BID will be retired and the earlier BID will be updated. III. LINUX FOCUS LIST SUMMARY
CyberFusion enables secure, reliable, scalable, automated and comprehensive end-to-end management for secure file transfer across an extensive range of disparate computing platforms, including all mainframes and client/server environments. CyberFusion also provides extensive auditing, reporting and monitoring of activity. Secure file transfers for data backup, data recovery, disaster recovery, data archiving, data warehouse and other purposes are all easily enabled using the many features which offer much more than basic secure FTP (SFTP) or Secure Shell (SSH). Standard FTP software is not the cheap option it appears when total cost of ownership (TCO) is properly examined and the improved computer security is taken into account.
2. P-Synch Total Password Management Solution
by M-TECH
P-Synch is a total password management solution. It is intended to reduce the cost of ownership of password systems, and simultaneously improve the security of password protected systems. This is done through: -Password Synchronization. -Enforcing an enterprise wide password strength policy. -Allowing authenticated users to reset their own forgotten passwords and enable their locked out accounts. -Streamlining help desk call resolution for password resets. P-Synch is available for both internal use, on the corporate Intranet, as well as for the Internet deployment in B2B and B2C applications.
3. WipeDrive
Completely Eliminate Hard Drive Data V. NEW TOOLS FOR LINUX PLATFORMS
The Traffik Tool Troll is a traffic monitoring and managing skript. Traffic statistics are generated by port, hour, day, month, and year. You can define a special period for your needs. The script is written in Perl and uses iptables and MySQL to get and store the traffic.
2. GKrellM gamma v2.02
Gkrellm gamma is a Gkrellm plugin which allows you to control your monitor's gamma correction with XFree86 (as xgamma).
3. fscaps v2.6.0
fscaps implements filesystem capabilities for the Linux operating system (2.5 and up). With filesystem capabilities, you will be able to grant selective privileges to executables on a needed basis. This means there is no need anymore to run executables as root or as a suid root binary. VI. SPONSOR INFORMATION This Issue is Sponsored by: SPI Dynamics NEW ALERT:
Received on Mon Aug 4 17:11:19 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:27 EDT |
||||||||||
|
|||||||||||