|
|||||||||||
|
SecurityFocus Newsletter #201
From: John Boletta <jboletta(at)securityfocus.com>
Date: Mon Jun 16 2003 - 11:35:53 EDT
This Issue is Sponsored by: Black Hat Attend the Black Hat Briefings & Training, July 28-31 in Las Vegas, the world's premier technical IT security event! 10 tracks, 15 training sessions, 1,800 delegates from 30 nations including all of the top experts, from CSO's to "underground" security specialists. See for yourself what the buzz is about! Early-bird registration ends July 3. This event will sell out. Visit us at: http://www.securityfocus.com/BlackHat-sf-news I. FRONT AND CENTER
This is the first in a series of three articles on penetration testing for Web applications. The first installment provides the penetration tester with an overview of Web applications - how they work, how they interact with users, and most importantly how developers can expose data and systems with poorly written and secured Web application front-ends. http://www.securityfocus.com/infocus/1704
2. Honeypots: Are They Illegal?
As honeypots and their concepts have grown more popular, people have begun to ask what legal issues could apply. The purpose of this paper is to address the most commonly asked issues. http://www.securityfocus.com/infocus/1703
3. Bad Raps for Non-Hacks
A few odd cases show that you don't have be a digital desparado to be accused of a cybercrime... particularly if you embarrass the wrong bureaucrats. http://www.securityfocus.com/columnists/167 II. BUGTRAQ SUMMARY
The Java Virtual Machine is a component of the Java Runtime Environment, distributed by Sun Microsystems. A problem has been reported that may make it possible for an attacker to gain unauthorized privileges. It has been reported that the Java Virtual Machine distributed by Sun does not safely generate temporary files. Because of this, an attacker may be able to launch a symbolic link attack. The problem is in the handling temporary files. When the Java Virtual Machine is invoked, it creates a temporary file in the /tmp directory with the prefix of jpsock.**_*, and varying characters in the place of the asterisks. An attacker could create a range of symbolic links pointing to a specific file, attempting to predict the future name of a temporary file created by the JVM. Upon a successful guess, the file at the end of the symbolic link would be overwritten.
2. Microsoft Windows FIN-ACK Network Device Driver Frame Padding Information Disclosure Vulnerability
BugTraq ID: 7849
Network device drivers for Microsoft Windows Server 2003 has been reported to disclose potentially sensitive information to attackers. Frames that are smaller than the minimum frame size should have the unused portion of the frame buffer padded with null (or other) bytes. Some device drivers do not do this adequately, leaving the data that was stored in the memory comprising the buffer prior to its use intact. Consequently, this data may be transmitted within frames across ethernet segments. As the ethernet frame buffer is allocated in kernel memory space, sensitive data may be leaked. An attacker can exploit this vulnerability by sending a simple TCP packet, with the FIN-ACK flags set, to a vulnerable machine. A response to such a query will involve a packet that has been padded to a sufficient length. It may be that the information that is padded is of a sensitive nature. An attacker may use the information obtained in this manner to launch other attacks against a vulnerable system. The following drivers were reported to be vulnerable to this issue: VIA Rhine II Compatible network card (some motherboards have this integrated) AMD PCNet family network cards (Used by some versions of VMWare). The affected drivers are signed by the vendor and are available on the Windows Server 2003 CD. Both drivers have been reported to disclose sensitive information, such as POP3 passwords, to attackers. This vulnerability is similar to the issue described in BID 6535.
3. Nokia GGSN Kernel Panic Denial of Service Vulnerability
BugTraq ID: 7854
The Nokia GGSN (Gateway GPRS Support Node) is used to bridge Gn and Gi networks. GPRS can allow for web browsing and email connectivity for cellular phones. The GGSN device is reported to be prone to a denial of service condition triggered by malformed IP packets. When the device receives a malformed IP packet with a TCP option of 0xFF set, it will cause a kernel panic resulting in the device shutting down. This will cause a failure in all data connectivity on the GPRS (General Packet Radio Service) network.
4. HPUX PCLToTIFF Command Line Argument Local Buffer Overflow Vulnerability
BugTraq ID: 7853
HP-UX is the UNIX Variant Operating System distributed by Hewlett Packard. HP-UX is designed for operation on systems ranging from desktop servers to large enterprise systems. HP-UX pcltotiff has been reported prone to a buffer overflow vulnerability. The issue is reportedly due to a lack of sufficient bounds checking performed on user-supplied data before it is copied into an internal memory space. Specifically, excessive data passed as the '-t' argument to the vulnerable pcltotiff executable, when copied into internal memory, may overrun the boundary of the assigned buffer and corrupt adjacent memory. Memory adjacent to this buffer has been reported to contain values that are crucial to controlling memory management or program execution flow. It may be possible for a local attacker to seize control of the vulnerable application and have malicious arbitrary code executed in the context of pcltotiff. It should be noted that the affected binary is a setgid 'bin' utility. This vulnerability may be similar to the issue described in BID 2646.
5. Spyke PHP Board Information Disclosure Vulnerability
BugTraq ID: 7856
Spyke PHP Board is a web-based Content Management System (CMS) implemented in PHP. It is available for a variety of platforms including Microsoft Windows and Unix variant operating environments. A vulnerability has been reported for Spyke's PHP Board that may result in an attacker obtaining access to sensitive information. The vulnerability exists due to the way the CMS stores data. Specifically, the system uses plaintext files for the storage of sensitive information.
An attacker can exploit this vulnerability to issue a request for the
User authentication information is stored under the 'user' directory with a .TXT extension. Information obtained in this manner may allow an attacker to launch further destructive attacks against a vulnerable system. This vulnerability was reported for Spyke PHP Board 2.1.
6. H-Sphere HTML Template Inclusion Cross-Site Scripting Vulnerabilities
BugTraq ID: 7855
H-Sphere is a multiserver web hosting application. H-Sphere is available for Microsoft Windows, Linux, and Unix operating systems. H-Sphere is prone to multiple cross-site scripting vulnerabilities via the HTML template feature in the Hosting Control Panel. HTML and script code will not be filtered from pages which are generated when a request for an invalid or unknown template is made. This could be exploited if a web user follows a malicious link to a site hosting the vulnerable software that includes hostile HTML or script code. This code would be executed in the context of the site hosting the software. The link may also need to contain the username of a valid, logged in user. Successful exploitation could permit theft of cookie-based authentication credentials from legitimate users of the Hosting Control Panel, which may in turn permit unauthorized access to resources that are managed by the software. Other attacks may also be possible.
7. FlashFXP PASV Response Buffer Overflow Vulnerability
BugTraq ID: 7857
FlashFXP is a FTP implementation that allows client-server file transfers in addition to site-to-site file transfers. It is available for Microsoft Windows. FlashFXP is prone to a remotely exploitable buffer overflow when handling a server response to the PASV FTP command. The PASV command is issued to tell the server that the client wishes to transfer files in passive mode. FTP servers that support passive mode will respond to such a request with an IP address and port number. If an FTP server responds with an excessively long IP address, an internal buffer on the client system may be overrun with specific values supplied by the server. A malicious FTP server could exploit this issue to execute code on the client system. This would occur in the security context of the user running the vulnerable client.
8. FlashFXP Client Request Hostname Buffer Overflow Vulnerability
BugTraq ID: 7859
FlashFXP is a FTP implementation that allows client-server file transfers in addition to site-to-site file transfers. It is available for Microsoft Windows. FlashFXP is prone to a buffer overflow vulnerability. This is due to insufficient bounds checking of hostnames supplied in client requests. Exploitation would require a client user to submit a malicious request for an FTP site. This could occur if the FTP user were enticed to follow a malicious link to an FTP site. If such a request were made by the vulnerable client, excessive data embedded in the request could overrung adjacent regions of memory on the client system. This could permit execution of malicious instructions in the context of the user running the client.
9. SmartFTP PWD Command Request Buffer Overflow Vulnerability
BugTraq ID: 7858
SmartFTP is a GUI FTP client available for most Microsoft Windows operating systems. SmartFTP is reported to be prone to a boundary condition error. This is due to insufficient bounds checking in the 'PWD' command. If an FTP server replies with an overly long string to a 'PWD' command, an internal buffer may be overrun. This results in corruption of stack-based memory. Arbitrary code execution in the security context of the user running the FTP client is reportedly possible. This issue was reported to affect SmartFTP 1.0.973, however, other versions may also be vulnerable.
SmartFTP is a GUI FTP client available for most Microsoft Windows operating systems. SmartFTP is reported to be prone to a boundary condition error. This is due to insufficient bounds checking in the File List command. If an FTP server replies with an overly long string to a File List command, an internal buffer may be overrun. This results in corruption of heap-based memory. Arbitrary code execution in the security context of the user running the FTP client is reportedly possible. This issue was reported to affect SmartFTP 1.0.973, however, other versions may also be vulnerable.
LeapFTP is an FTP client for Microsoft windows operating systems. LeapFTP client has been reported prone to a remote buffer overflow vulnerability. The issue is likely due to insufficient bounds checking and presents itself when the affected FTP client makes a connection to a malicious server that is running PASV mode. Reportedly during an FTP session LeapFTP requests PASV mode. The PASV command is issued to tell the server that the client wishes to transfer files in passive mode. FTP servers that support passive mode will respond to such a request with an IP address and port number. If the PASV mode IP address data that is sent to the LeapFTP client is of excessive length, the bounds of a stack based internal memory buffer is overrun, corrupting adjacent memory with attacker-supplied data. It has been reported that it is possible to supply sufficient data to corrupt an exception handler that is stored on the stack. Ultimately this condition may be exploited to execute arbitrary code in the context of the user running LeapFTP client.
FTP Voyager is an ftp client program maintained by RhinoSoft and is available for the Microsoft Windows operating system. A buffer overrun vulnerability has been discovered in FTP Voyager. It has been discovered that the client fails to perform sufficient bounds checking before processing server-supplied data returned from a LIST request. Specifically, a string containing approximately 624 bytes of data, returned in a response to a client LIST request, will result in the corruption of stack memory. Exploitation of this vulnerability could ultimately result in the execution of arbitrary instructions with the privileges of the user invoking the affected client. This issue is said to affect FTP Voyager 9.1.0.3 and 10.0.0.0, however earlier versions may also be vulnerable.
A vulnerability has been discovered in Apple AFP Server. The problem presents itself when the application is configured to serve files from a UFS or re-shared NFS filesystem. Although the technical details regarding this issue are currently unknown, the vendor has confirmed that this issue can be exploited to corrupt arbitrary system files. This may allow a remote attacker to cause a target system to no longer function or behave unpredictably. This BID will be updated as further technical details are made available.
Nuca WebServer is a web server plug-in for Nuca Plug-in and IdRunner. It is implemented in Delphi and available for Microsoft Windows operating systems. Nuca WebServer is prone to an issue that may allow remote attackers to gain access to sensitive files. This is due to insufficient filtering of directory traversal sequences from web requests. As a result, it is possible to escape the web root directory by submitting a request containing directory traversal sequences. This could be exploited to read the contents of arbitrary files that are readable by the web server. This vulnerability could permit remote attackers to gain access to sensitive information that might be useful in mounting further attacks against the system hosting the software.
mnoGoSearch is multi-platform web search engine software for Intranet and Internet servers. mnoGoSearch 'search.cgi' has been reported prone to a buffer overflow vulnerability. The issue is a result of a lack of sufficient bounds checking performed on a user-supplied URI parameter that is passed to the 'search.cgi' application. Reportedly, if a 'ul' URI parameter containing excessive data is passed in a HTTP request for 'search.cgi', the bounds of an internal memory buffer will be overrun. Memory adjacent to the affected buffer will be corrupted with attacker-supplied values. It has been reported that adjacent memory space contains values that are crucial to the control of program execution flow. It is therefore possible for the attacker to seize control of the 'search.cgi' application, and have arbitrary code executed in the context of the web-server process. This vulnerability was reported to exist in mnoGoSearch 3.1.20.
mnoGoSearch is multi-platform web search engine software for Intranet and Internet servers. mnoGoSearch 'search.cgi' has been reported prone to a buffer overflow vulnerability. The issue is a result of a lack of sufficient bounds checking performed on a user-supplied URI parameter that is passed to the 'search.cgi' application. Reportedly, if a 'tmplt' URI parameter containing excessive data is passed in a HTTP request for 'search.cgi', the bounds of an internal memory buffer will be overrun. Memory adjacent to the affected buffer will be corrupted with attacker-supplied values. It has been reported that adjacent memory space contains values that are crucial to the control of program execution flow. It is therefore possible for the attacker to seize control of the 'search.cgi' application, and have arbitrary code executed in the context of the web-server process. This vulnerability was reported to exist in mnoGoSearch 3.2.10.
Aiglon Web Server is a HTTP server for windows 9x,2000,NT,XP. A weakness has been discovered in Aiglon Web Server, which may provide for the disclosure of sensitive information to remote attackers. It has been reported that a remote attacker may cause the web server to disclose information by making a malformed HTTP request. The resulting error message from this request, will likely contain installation path details. The remote attacker may potentially use the disclosed information to aid in further "intelligent" attacks against the host running the affected software. This issue was reported to affect Aiglon Web Server 2.0, however, other versions may also be affected.
IRIX is the UNIX variant operating system distributed and maintained by SGI. A problem with IRIX may make it possible for a local user to deny service to legitimate users. It has been reported that SGI IRIX does not properly handle the PIOCSWATCH option of the ioctl system call. Because of this, an attacker with local access to the system may crash the system, constituting a local denial of service. Few technical details are available about this vulnerability. PIOCSWATCH is used to establish or clear watched areas in memory of a traced process. The invocation of this option from a user space program in a specific way could cause a kernel panic, requiring the manual restart of the system to resume normal functionality.
XMB Forum 1.8 is a web based discussion forum. A vulnerability has been reported for XMB Forum 1.8 which may make it prone to HTML injection attacks. The problem is said to occur while viewing U2U private messages. Specifically, U2U private messages may not be sufficiently sanitized of malicious content. This may make it possible for an attacker to place HTML or script code within the message body of a private U2U message for another user. When the legitimate forum user attempts to view the message the malicious code will be interpreted by their browser in the security context of the forum website. Attackers may potentially exploit this issue to manipulate web content or to steal cookie-based authentication credentials. It may be possible to take arbitrary actions as the victim user.
20. XMB Forum Member.PHP Location Field HTML Injection Vulnerability
BugTraq ID: 7870
XMB Forum is a web-based discussion forum. A vulnerability has been reported in XMB Forum that may result in HTML injection. The vulnerability occurs because XMB Forum fails to sufficiently sanitize user-supplied input that is used for the 'Location' field in a registered user's personal information page. Other fields may also be similarly affected. Due to this condition, a malicious user may be able to submit arbitrary HTML code, as 'Location' field data. The arbitrary code will then be displayed to unsuspecting users who view the XMB Forum member's profile information. Any attacker-supplied code will be interpreted in a victim user's web browser in the security context of the site hosting the software. It may be possible to steal the unsuspecting user's cookie-based authentication credentials, as well as other sensitive information. Other attacks may also be possible.
21. IBM AIX LSMCODE Environment Variable Local Buffer Overflow Vulnerability
BugTraq ID: 7871
The IBM AIX lsmcode command is prone to a locally exploitable buffer overflow condition. The command is provided with the operating system to display microcode and firmware levels of the adapters and devices of the system. Insufficient bounds checking in the /usr/sbin/lsmcode utility will allow locally based attackers to cause memory to be corrupted with attacker-supplied data. As a result, it is possible to exploit this condition to execute arbitrary attacker-supplied instructions with elevated privileges. An attacker can exploit this vulnerability by setting a DIAGNOSTICS environment variable of excessive size containing attacker-supplied address data. The attacker then invokes the vulnerable lsmcode utility. A buffer overflow condition will likely be triggered when data contained in the DIAGNOSTICS environment variable is copied into an internal memory buffer, without sufficient bounds checking. Excessive data will corrupt adjacent memory, possibly overwriting values that are crucial to the control of program execution flow. Ultimately an attacker may seize control of lsmcode and have arbitrary operation codes executed in the context of the affected utility. This vulnerability was reported to affect IBM AIX 4.3.3 although it is likely that other versions are also vulnerable.
22. GZip ZNew Insecure Temporary File Creation Symbolic Link Vulnerability
BugTraq ID: 7872
gzip is a freely available, open source file compression utility. It is maintained by public domain, and available for the Unix, Linux, and Microsoft operating systems. A problem with the utility may make the local destruction of data possible. It has been reported that gzip does not securely handle temporary files in the znew script. Because of this, a local attacker may be able to launch a symbolic link attack against sensitive files. The problem is in the handling of checking for existing files. When the znew script executes, it does not sufficiently validate the value returned when the program checks for the existence of a file in the temporary directory. Because of this, znew could potentially write to a symbolic link that would destroy the data at the end of the symbolic link, provided the user has sufficient privileges to write to the file. This may also potentially lead to elevated privileges, though this theory is unconfirmed.
23. ArGoSoft Mail Server Multiple GET Requests Denial Of Service Vulnerability
BugTraq ID: 7873
ArGoSoft Mail Server is an SMTP, POP3 and Finger server for Microsoft Windows environments. ArGoSoft has a built-in web server to enable remote access to mail. ArGoSoft Mail Server has been reported prone to a denial of service condition when handling multiple GET requests, in rapid succession. When many GET requests are processed in a small time frame, the ArGoSoft Mail server will reportedly throw an exception and likely crash. This will effectively deny service to legitimate ArGoSoft Mail server users until the service is restarted. It should be noted that while ArGoSoft Mail Server version 1.8 (1.8.3.5) has been reported vulnerable, previous versions might also be vulnerable.
24. RPM Package Manager FTP NLST Data Integer Overflow Remote Memory Corruption Vulnerability
BugTraq ID: 7874
The RPM Package Manager is a command line utility for creating, installing and managing RPM packages. It is available for a wide range of Linux distributions. A vulnerability has been reported for the RPM Package Manager. The problem occurs when using the application to access FTP listings on a remote server. Specifically, RPM fails to sufficiently carry out sanity checks on the size of data returned by an FTP NLST listing. The size value is subsequently shifted 2 bits to the left, effectively increasing it's size exponentially by 3, and is then used as a malloc() function parameter. The NLST data is then copied into the buffer returned by malloc(). An attacker could exploit this issue by controlling a malicious FTP server configured in such a way as to transmit NLST data in excess of 1 gigabyte. If this were to occur, when the RPM application carried out the shift procedure, the size value would overflow. As a result, an insufficient memory buffer will be allocated to store the data. The exploitability of this vulnerability to execute code is highly implausible as copying data of this size will typically result in a page fault. However, this issue could result in the exhaustion of available system resources and would ultimately cause the RPM utility to crash.
25. Gnome FTP NLST Data Integer Overflow Memory Corruption Vulnerability
BugTraq ID: 7875
A vulnerability has been reported for Gnome. It has been reported that when processing NLST data from an FTP server, various Gnome functions or utilities may fail to sufficiently handle the size of data returned. Due to subsequent calculations, insufficient data may be allocated for storage of the NLST data. This may result in excessive data being copied into insufficient memory, effectively causing a denial of service. It should be noted that this issue presents itself when a large amount of NLST data in excess of 1 gigabyte is received. As such, exploitation of this issue will inevitably result in the exhaustion of available resources, followed by a segmentation violation. Also, due to the excessive amount of data copied to memory, the exploitability of this issue to execute code may not be plausible. Furthermore, it is said that the exploitation of this issue may only be possible on architectures with specific variable width characteristics, typically 64-bit systems. It should be noted that the precise details regarding this vulnerability are currently unknown. The problem may lie in specific Gnome utilities or possibly in Gnome library string parsing functions linked to by other applications.
26. SMC Wireless Router Malformed PPTP Packet Denial of Service Vulnerability
BugTraq ID: 7876
SMC SMC7004VWBR is a wireless Cable/DSL broadband router with integrated wireless access point and SPI firewall. It has been discovered this device is prone to a denial of service attack. The problem occurs when processing a sequence of malformed PPTP packets transmitted to the router's internal interface. The successful exploitation of this vulnerability will result in the router no longer responding to internal wireless traffic. This will effectively deny legitimate wireless users further network services. It should be noted that the device would need to be physically reset to restore typical functionality. This vulnerability affects firmware versions earlier then 1.23.
27. Multiple Gnocatan Server Buffer Overflow Vulnerabilities
BugTraq ID: 7877
Gnocatan is a multiplayer game. It is available for Microsoft Windows and Linux operating systems. The Gnocatan game server is prone to multiple remotely exploitable buffer overflow vulnerabilities. The vulnerabilities are due to insufficient bounds checking of data supplied to the server, which could result in corruption of memory with attacker-supplied values. These conditions could potentially be exploited to execute malicious code in the context of the server or to launch denial of service attacks. Specific technical details regarding these vulnerabilities are not available at this time. This BID will be updated as more details become available.
28. Ethereal DCERPC Dissector Memory Allocation Vulnerability
BugTraq ID: 7878
Ethereal is a freely available, open source network traffic analysis tool. It is maintained by the Ethereal Project and is available for most Unix and Linux variants as well as Microsoft Windows operating systems. The DCERPC dissector of Ethereal is prone to a condition whereby too much memory may be allocated when decoding certain NDR strings. The precise technical details of this vulnerability are currently unknown. This BID will be updated as further information is available. An attacker may be able to exploit this vulnerability by crafting a specially formed packet and sending it to a system using the vulnerable dissector or by convincing a victim user to use Ethereal to read a malformed packet trace file. This may result in the vulnerable Ethereal process allocating too much memory. Repeated decoding of malformed NDR packets may result in the consumption of all available memory resources which may lead to a denial of service condition. This vulnerability affects Ethereal 0.9.12 and earlier.
29. Ethereal SPNEGO Dissector Denial Of Service Vulnerability
BugTraq ID: 7879
Ethereal is a freely available, open source network traffic analysis tool. It is maintained by the Ethereal Project and is available for most Unix and Linux variants as well as Microsoft Windows operating systems. The SPNEGO dissector of Ethereal, when parsing certain ASN.1 codes, may cause a segmentation fault. The precise technical details of this vulnerability are currently unknown. This BID will be updated as further information is available. An attacker may be able to exploit this vulnerability by crafting a specially formed packet with an invalid ASN.1 value and sending it to a system using the vulnerable dissector. Due to the nature of this vulnerability, it may be possible for an attacker to create a situation in which sensitive memory could be overwritten. If successful this may allow for the execution of arbitrary code with the privileges of the Ethereal process. This vulnerability affects Ethereal 0.9.12 and earlier.
30. Ethereal OSI Dissector Buffer Overflow Vulnerability
BugTraq ID: 7880
Ethereal is a freely available, open source network traffic analysis tool. It is maintained by the Ethereal Project and is available for most Unix and Linux variants as well as Microsoft Windows operating systems. The OSI dissector is prone to a buffer overflow condition when handling bad IPv4 or IPv6 prefix lengths. This is likely due to insufficient bounds checking. It may be possible to construct an IPv4 or IPv6 packet that will, when decoded by Ethereal, trigger the overflow condition. Successful exploitation of this vulnerability may result in the attacker gaining access to the Ethereal host via execution of attacker-supplied instructions. This BID will be updated when further technical details are disclosed. This vulnerability affects Ethereal 0.9.12 and earlier.
31. Ethereal Multiple Dissector String Handling Vulnerabilities
BugTraq ID: 7881
Ethereal is a freely available, open source network traffic analysis tool. It is maintained by the Ethereal Project and is available for most Unix and Linux variants as well as Microsoft Windows operating systems. Several dissectors included with Ethereal do not properly handle strings. Exploitation of this issue may allow an attacker to cause Ethereal to behave in an unpredictable manner. The BGP, WTP, DNS, 802.11, ISAKMP, WSP, CLNP, ISIS, and RMI dissectors are vulnerable to this issue. The precise technical details of this vulnerability are currently unknown. This BID will be updated as further information is available. An attacker may be able to exploit this vulnerability by crafting a specially formed packet and sending it to a system using the vulnerable dissectors or by convincing a victim user to use Ethereal to read a malformed packet trace file. Due to the nature of this vulnerability, it may be possible for an attacker to create a situation in which sensitive memory could be overwritten. If successful this may allow for the execution of arbitrary code with the privileges of the Ethereal process. This vulnerability affects Ethereal 0.9.12 and earlier.
32. Ethereal TVB_GET_NSTRINGZ0() Memory Handling Vulnerability
BugTraq ID: 7883
Ethereal is a freely available, open source network traffic analysis tool. It is maintained by the Ethereal Project and is available for most Unix and Linux variants as well as Microsoft Windows operating systems. An Ethereal routine, tvb_get_nstringz0(), has been reported prone to a memory handling vulnerability. Reportedly tvb_get_nstringz0() incorrectly handles a zero-length buffer size. Although unconfirmed, it has been conjectured that this issue may be due to an incorrect allocation of memory, caused when an unsigned integer is used when calculating the size of memory to be allocated. Exploitation of this issue may allow an attacker to cause Ethereal to behave in an unpredictable manner. Due to the nature of this vulnerability, it may be possible for an attacker to create a situation in which sensitive memory could be overwritten. If successful this may allow for either a remotely triggered denial of service condition or ultimately in the execution of arbitrary code with the privileges of the Ethereal process. The precise technical details of this vulnerability are currently unknown. This BID will be updated, as further information is available. This vulnerability affects Ethereal 0.9.12 and earlier.
33. FakeBO Syslog Format String Vulnerability
BugTraq ID: 7882
FakeBO is a utility to log common trojan attempts in an effort to possibly emulate one. It may also be used in a honeypot setup to facilitate security monitoring. It is available for Microsoft Windows, Linux, and Unix variant operating systems. A vulnerability has been reported for FakeBO that may result in an attacker obtaining elevated privileges on a target system. Due to a programming error, it may be possible to exploit a format string vulnerability in the affected utility. Specifically, a logging function in FakeBO contains insecure syslog() calls. This could result in the execution of attacker-supplied code. The vulnerability occurs when FakeBO resolves a carefully constructed hostname that include malicious format string specifiers. In the event that this vulnerability is exploited, an attacker could cause arbitrary locations in memory to be corrupted with attacker-specified data and execute code with elevated privileges. This vulnerability was reported for FakeBO 0.4.1.
34. WebcamNow Plain Text Password Storage Weakness
BugTraq ID: 7884
WebcamNow is a streaming image service available for Microsoft Windows operating systems. WebcamNow stores usernames and associated passwords using plaintext format, in the Windows registry. Specifically, WebcamNow stores authentication credentials in the following registry entries: HKEY_LOCAL_MACHINE\SOFTWARE\WebCamNow\Users\Name HKEY_LOCAL_MACHINE\SOFTWARE\WebCamNow\Users\Password As a result, these credentials could be exposed to other local users who have the permissions to access the registry. 35. Mollensoft E | ||||||||||