CVE
stringlengths 13
16
| Description
stringlengths 20
3.95k
| KeyPhrases
stringlengths 2
343
|
---|---|---|
CVE-2003-0789
|
mod_cgid in Apache before 2.0.48, when using a threaded MPM, does not properly handle CGI redirect paths, which could cause Apache to send the output of a CGI program to the wrong client.
|
['cgi redirect paths', 'wrong client']
|
CVE-2003-0791
|
The Script.prototype.freeze/thaw functionality in Mozilla 1.4 and earlier allows attackers to execute native methods by modifying the string used as input to the script.thaw JavaScript function, which is then deserialized and executed.
|
['execute native methods by modifying the string used']
|
CVE-2003-0792
|
Fetchmail 6.2.4 and earlier does not properly allocate memory for long lines, which allows remote attackers to cause a denial of service (crash) via a certain email.
|
['denial of service (crash)', 'cause a denial of service (crash)']
|
CVE-2003-0793
|
GDM 2.4.4.x before 2.4.4.4, and 2.4.1.x before 2.4.1.7, does not restrict the size of input, which allows attackers to cause a denial of service (memory consumption).
|
['denial of service (memory consumption)', 'cause a denial of service (memory consumption']
|
CVE-2003-0794
|
GDM 2.4.4.x before 2.4.4.4, and 2.4.1.x before 2.4.1.7, does not limit the number or duration of commands and uses a blocking socket connection, which allows attackers to cause a denial of service (resource exhaustion) by sending commands and not reading the results.
|
['denial of service (resource exhaustion)', 'cause a denial of service (resource exhaustion', 'blocking socket connection']
|
CVE-2003-0795
|
The vty layer in Quagga before 0.96.4, and Zebra 0.93b and earlier, does not verify that sub-negotiation is taking place when processing the SE marker, which allows remote attackers to cause a denial of service (crash) via a malformed telnet command to the telnet CLI port, which may trigger a null dereference.
|
['denial of service (crash)', 'cause a denial of service (crash)', 'null dereference']
|
CVE-2003-0796
|
Unknown vulnerability in rpc.mountd SGI IRIX 6.5.18 through 6.5.22 allows remote attackers to mount from unprivileged ports even with the -n option disabled.
|
['mount from unprivileged ports even with the -n', 'unknown']
|
CVE-2003-0797
|
Unknown vulnerability in rpc.mountd in SGI IRIX 6.5 through 6.5.22 allows remote attackers to cause a denial of service (process death) via unknown attack vectors.
|
['denial of service (process death)', 'cause a denial of service (process death', 'unknown', 'unknown attack vectors']
|
CVE-2003-0801
|
Cross-site scripting (XSS) vulnerability in Nokia Electronic Documentation (NED) 5.0 allows remote attackers to execute arbitrary web script and steal cookies via a URL to the docs/ directory that contains the script.
|
['execute arbitrary web script', 'execute arbitrary web script and steal cookies via', 'cross-site scripting (xss)']
|
CVE-2003-0802
|
Nokia Electronic Documentation (NED) 5.0 allows remote attackers to obtain a directory listing of the WebLogic web root, and the physical path of the NED server, via a "retrieve" action with a location parameter of . (dot).
|
['obtain a directory listing of the WebLogic web root']
|
CVE-2003-0803
|
Nokia Electronic Documentation (NED) 5.0 allows remote attackers to use NED as an open HTTP proxy via a URL in the location parameter, which NED accesses and returns to the user.
|
['use NED as an open HTTP proxy via', 'open http proxy']
|
CVE-2003-0804
|
The arplookup function in FreeBSD 5.1 and earlier, Mac OS X before 10.2.8, and possibly other BSD-based systems, allows remote attackers on a local subnet to cause a denial of service (resource starvation and panic) via a flood of spoofed ARP requests.
|
['denial of service (resource starvation and panic)', 'cause a denial of service (resource starvation', 'flood of spoofed arp requests']
|
CVE-2003-0805
|
Multiple buffer overflows in UMN gopher daemon (gopherd) 2.x and 3.x before 3.0.6 allows attackers to execute arbitrary code via (1) a long filename as a result of a LIST command, and (2) the GSisText function, which calculates the view-type.
|
['execute arbitrary code', 'execute arbitrary code via (1) a', 'buffer overflows']
|
CVE-2003-0806
|
Buffer overflow in the Windows logon process (winlogon) in Microsoft Windows NT 4.0 SP6a, 2000 SP2 through SP4, and XP SP1, when a member of a domain, allows remote attackers to execute arbitrary code.
|
['execute arbitrary code', 'buffer overflow']
|
CVE-2003-0807
|
Buffer overflow in the COM Internet Services and in the RPC over HTTP Proxy components for Microsoft Windows NT Server 4.0, NT 4.0 Terminal Server Edition, 2000, XP, and Server 2003 allows remote attackers to cause a denial of service via a crafted request.
|
['cause a denial of service via a crafted', 'buffer overflow']
|
CVE-2003-0809
|
Internet Explorer 5.01 through 6.0 does not properly handle object tags returned from a Web server during XML data binding, which allows remote attackers to execute arbitrary code via an HTML e-mail message or web page.
|
['execute arbitrary code', 'execute arbitrary code via an HTML e-']
|
CVE-2003-0812
|
Stack-based buffer overflow in a logging function for Windows Workstation Service (WKSSVC.DLL) allows remote attackers to execute arbitrary code via RPC calls that cause long entries to be written to a debug log file ("NetSetup.LOG"), as demonstrated using the NetAddAlternateComputerName API.
|
['execute arbitrary code', 'execute arbitrary code via RPC calls that cause', 'stack-based buffer overflow', 'long entries', 'stack based buffer overflow']
|
CVE-2003-0813
|
A multi-threaded race condition in the Windows RPC DCOM functionality with the MS03-039 patch installed allows remote attackers to cause a denial of service (crash or reboot) by causing two threads to process the same RPC request, which causes one thread to use memory after it has been freed, a different vulnerability than CVE-2003-0352 (Blaster/Nachi), CVE-2003-0715, and CVE-2003-0528, and as demonstrated by certain exploits against those vulnerabilities.
|
['denial of service (crash or reboot)', 'cause a denial of service (crash or', 'multi-threaded race condition', '(blaster nachi)']
|
CVE-2003-0814
|
Internet Explorer 6 SP1 and earlier allows remote attackers to bypass zone restrictions and execute Javascript by setting the window's "href" to the malicious Javascript, then calling execCommand("Refresh") to refresh the page, aka BodyRefreshLoadsJPU or the "ExecCommand Cross Domain" vulnerability.
|
['bypass zone restrictions', 'bypass zone restrictions and execute Javascript by setting', 'bodyrefreshloadsjpu', 'execcommand cross domain']
|
CVE-2003-0815
|
Internet Explorer 6 SP1 and earlier allows remote attackers to bypass zone restrictions and read arbitrary files by (1) modifying the createTextRange method and using CreateLink, as demonstrated using LinkillerSaveRef, LinkillerJPU, and Linkiller, or (2) modifying the createRange method and using the FIND dialog to select text, as demonstrated using Findeath, aka the "Function Pointer Override Cross Domain" vulnerability.
|
['read arbitrary files', 'bypass zone restrictions', 'bypass zone restrictions and read arbitrary files by', 'findeath']
|
CVE-2003-0816
|
Internet Explorer 6 SP1 and earlier allows remote attackers to bypass zone restrictions by (1) using the NavigateAndFind method to load a file: URL containing Javascript, as demonstrated by NAFfileJPU, (2) using the window.open method to load a file: URL containing Javascript, as demonstrated using WsOpenFileJPU, (3) setting the href property in the base tag for the _search window, as demonstrated using WsBASEjpu, (4) loading the search window into an Iframe, as demonstrated using WsFakeSrc, (5) caching a javascript: URL in the browser history, then accessing that URL in the same frame as the target domain, as demonstrated using WsOpenJpuInHistory, NAFjpuInHistory, BackMyParent, BackMyParent2, and RefBack, aka the "Script URLs Cross Domain" vulnerability.
|
['bypass zone restrictions', 'bypass zone restrictions by (1) using', 'script urls cross domain']
|
CVE-2003-0817
|
Internet Explorer 5.01 through 6 SP1 allows remote attackers to bypass zone restrictions and read arbitrary files via an XML object.
|
['read arbitrary files', 'bypass zone restrictions', 'bypass zone restrictions and read arbitrary files via', 'xml object']
|
CVE-2003-0818
|
Multiple integer overflows in Microsoft ASN.1 library (MSASN1.DLL), as used in LSASS.EXE, CRYPT32.DLL, and other Microsoft executables and libraries on Windows NT 4.0, 2000, and XP, allow remote attackers to execute arbitrary code via ASN.1 BER encodings with (1) very large length fields that cause arbitrary heap data to be overwritten, or (2) modified bit strings.
|
['cause arbitrary heap data', 'execute arbitrary code via ASN.1 BER encodings with', 'multiple integer overflows', 'overwritten', 'modified bit strings']
|
CVE-2003-0819
|
Buffer overflow in the H.323 filter of Microsoft Internet Security and Acceleration Server 2000 allows remote attackers to execute arbitrary code in the Microsoft Firewall Service via certain H.323 traffic, as demonstrated by the NISCC/OUSPG PROTOS test suite for the H.225 protocol.
|
['execute arbitrary code', 'execute arbitrary code in the Microsoft Firewall Service', 'buffer overflow']
|
CVE-2003-0820
|
Microsoft Word 97, 98(J), 2000, and 2002, and Microsoft Works Suites 2001 through 2004, do not properly check the length of the "Macro names" data value, which could allow remote attackers to execute arbitrary code via a buffer overflow attack.
|
['execute arbitrary code', 'execute arbitrary code via a buffer overflow attack']
|
CVE-2003-0821
|
Microsoft Excel 97, 2000, and 2002 allows remote attackers to execute arbitrary code via a spreadsheet with a malicious XLM (Excel 4) macro that bypasses the macro security model.
|
['execute arbitrary code', 'execute arbitrary code via a spreadsheet with a', 'macro security model']
|
CVE-2003-0822
|
Buffer overflow in the debug functionality in fp30reg.dll of Microsoft FrontPage Server Extensions (FPSE) 2000 and 2002 allows remote attackers to execute arbitrary code via a crafted chunked encoded request.
|
['execute arbitrary code', 'execute arbitrary code via a crafted chunked encoded', 'buffer overflow']
|
CVE-2003-0823
|
Internet Explorer 6 SP1 and earlier allows remote attackers to direct drag and drop behaviors and other mouse click actions to other windows by calling the window.moveBy method, aka HijackClick, a different vulnerability than CVE-2003-1027.
|
['direct drag and drop behaviors and other mouse', 'hijackclick']
|
CVE-2003-0824
|
Unknown vulnerability in the SmartHTML interpreter (shtml.dll) in Microsoft FrontPage Server Extensions 2000 and 2002, and Microsoft SharePoint Team Services 2002, allows remote attackers to cause a denial of service (response failure) via a certain request.
|
['denial of service (response failure)', 'cause a denial of service (response failure', 'unknown']
|
CVE-2003-0825
|
The Windows Internet Naming Service (WINS) for Microsoft Windows Server 2003, and possibly Windows NT and Server 2000, does not properly validate the length of certain packets, which allows attackers to cause a denial of service and possibly execute arbitrary code.
|
['execute arbitrary code', 'cause a denial of service and possibly execute']
|
CVE-2003-0826
|
lsh daemon (lshd) does not properly return from certain functions in (1) read_line.c, (2) channel_commands.c, or (3) client_keyexchange.c when long input is provided, which could allow remote attackers to execute arbitrary code via a heap-based buffer overflow attack.
|
['execute arbitrary code', 'execute arbitrary code via a heap-based', 'heap-based buffer overflow', 'heap based buffer overflow']
|
CVE-2003-0827
|
The DB2 Discovery Service for IBM DB2 before FixPak 10a allows remote attackers to cause a denial of service (crash) via a long packet to UDP port 523.
|
['denial of service (crash)', 'cause a denial of service (crash)']
|
CVE-2003-0828
|
Buffer overflow in freesweep in Debian GNU/Linux 3.0 allows local users to gain "games" group privileges when processing environment variables.
|
['gain "games" group privileges', 'gain "games" group privileges when processing', 'buffer overflow']
|
CVE-2003-0830
|
Buffer overflow in marbles 1.0.2 and earlier allows local users to gain privileges via a long HOME environment variable.
|
['gain privileges', 'gain privileges via a long HOME environment variable', 'buffer overflow']
|
CVE-2003-0831
|
ProFTPD 1.2.7 through 1.2.9rc2 does not properly translate newline characters when transferring files in ASCII mode, which allows remote attackers to execute arbitrary code via a buffer overflow using certain files.
|
['execute arbitrary code', 'execute arbitrary code via a buffer overflow using']
|
CVE-2003-0832
|
Directory traversal vulnerability in webfs before 1.20 allows remote attackers to read arbitrary files via .. (dot dot) sequences in a Hostname header.
|
['read arbitrary files', 'read arbitrary files via .. (dot dot', 'directory traversal']
|
CVE-2003-0833
|
Stack-based buffer overflow in webfs before 1.20 allows attackers to execute arbitrary code by creating directories that result in a long pathname.
|
['execute arbitrary code', 'execute arbitrary code by creating directories that result', 'stack-based buffer overflow', 'long pathname', 'stack based buffer overflow']
|
CVE-2003-0834
|
Buffer overflow in CDE libDtHelp library allows local users to execute arbitrary code via (1) a modified DTHELPUSERSEARCHPATH environment variable and the Help feature, (2) DTSEARCHPATH, or (3) LOGNAME.
|
['execute arbitrary code', 'execute arbitrary code via (1) a', 'buffer overflow']
|
CVE-2003-0835
|
Multiple buffer overflows in asf_http_request of MPlayer before 0.92 allows remote attackers to execute arbitrary code via an ASX header with a long hostname.
|
['execute arbitrary code', 'execute arbitrary code via an ASX header with', 'buffer overflows']
|
CVE-2003-0836
|
Stack-based buffer overflow in IBM DB2 Universal Data Base 7.2 before Fixpak 10 and 10a, and 8.1 before Fixpak 2, allows attackers with "Connect" privileges to execute arbitrary code via a LOAD command.
|
['execute arbitrary code', 'execute arbitrary code via a LOAD command', 'stack-based buffer overflow', 'stack based buffer overflow']
|
CVE-2003-0837
|
Stack-based buffer overflow in IBM DB2 Universal Data Base 7.2 for Windows, before Fixpak 10a, allows attackers with "Connect" privileges to execute arbitrary code via the INVOKE command.
|
['execute arbitrary code', 'execute arbitrary code via the INVOKE command', 'stack-based buffer overflow', 'stack based buffer overflow']
|
CVE-2003-0838
|
Internet Explorer allows remote attackers to bypass zone restrictions to inject and execute arbitrary programs by creating a popup window and inserting ActiveX object code with a "data" tag pointing to the malicious code, which Internet Explorer treats as HTML or Javascript, but later executes as an HTA application, a different vulnerability than CVE-2003-0532, and as exploited using the QHosts Trojan horse (aka Trojan.Qhosts, QHosts-1, VBS.QHOSTS, or aolfix.exe).
|
['execute arbitrary programs', 'bypass zone restrictions', 'bypass zone restrictions to inject and execute arbitrary']
|
CVE-2003-0839
|
Directory traversal vulnerability in the "Shell Folders" capability in Microsoft Windows Server 2003 allows remote attackers to read arbitrary files via .. (dot dot) sequences in a "shell:" link.
|
['read arbitrary files', 'read arbitrary files via .. (dot dot', 'directory traversal']
|
CVE-2003-0840
|
Buffer overflow in dtprintinfo on HP-UX 11.00, and possibly other operating systems, allows local users to gain root privileges via a long DISPLAY environment variable.
|
['gain root privileges', 'gain root privileges via a long DISPLAY environment', 'buffer overflow']
|
CVE-2003-0841
|
The grid option in PeopleSoft 8.42 stores temporary .xls files in guessable directories under the web document root, which allows remote attackers to steal search results by directly accessing the files via a URL request.
|
['steal search results by directly accessing the files', 'guessable directories']
|
CVE-2003-0842
|
Stack-based buffer overflow in mod_gzip_printf for mod_gzip 1.3.26.1a and earlier, and possibly later official versions, when running in debug mode, allows remote attackers to execute arbitrary code via a long filename in a GET request with an "Accept-Encoding: gzip" header.
|
['execute arbitrary code', 'execute arbitrary code via a long filename in', 'stack-based buffer overflow', 'stack based buffer overflow']
|
CVE-2003-0843
|
Format string vulnerability in mod_gzip_printf for mod_gzip 1.3.26.1a and earlier, and possibly later official versions, when running in debug mode and using the Apache log, allows remote attackers to execute arbitrary code via format string characters in an HTTP GET request with an "Accept-Encoding: gzip" header.
|
['execute arbitrary code', 'execute arbitrary code via format string characters in']
|
CVE-2003-0844
|
mod_gzip 1.3.26.1a and earlier, and possibly later official versions, when running in debug mode without the Apache log, allows local users to overwrite arbitrary files via (1) a symlink attack on predictable temporary filenames on Unix systems, or (2) an NTFS hard link on Windows systems when the "Strengthen default permissions of internal system objects" policy is not enabled.
|
['overwrite arbitrary files', 'overwrite arbitrary files via (1) a', 'symlink', 'predictable temporary filenames', 'ntfs hard link']
|
CVE-2003-0845
|
Unknown vulnerability in the HSQLDB component in JBoss 3.2.1 and 3.0.8 on Java 1.4.x platforms, when running in the default configuration, allows remote attackers to conduct unauthorized activities and possibly execute arbitrary code via certain SQL statements to (1) TCP port 1701 in JBoss 3.2.1, and (2) port 1476 in JBoss 3.0.8.
|
['execute arbitrary code', 'conduct unauthorized activities and possibly execute arbitrary code', 'unknown', 'sql statements']
|
CVE-2003-0846
|
SuSEconfig.javarunt in the javarunt package on SuSE Linux 7.3Pro allows local users to overwrite arbitrary files via a symlink attack on the .java_wrapper temporary file.
|
['overwrite arbitrary files', 'overwrite arbitrary files via a symlink attack on']
|
CVE-2003-0847
|
SuSEconfig.susewm in the susewm package on SuSE Linux 8.2Pro allows local users to overwrite arbitrary files via a symlink attack on the susewm.$$ temporary file.
|
['overwrite arbitrary files', 'overwrite arbitrary files via a symlink attack on']
|
CVE-2003-0848
|
Heap-based buffer overflow in main.c of slocate 2.6, and possibly other versions, may allow local users to gain privileges via a modified slocate database that causes a negative "pathlen" value to be used.
|
['gain privileges', 'gain privileges via a modified slocate database that', 'heap-based buffer overflow', 'heap based buffer overflow']
|
CVE-2003-0849
|
Buffer overflow in net.c for cfengine 2.x before 2.0.8 allows remote attackers to execute arbitrary code via certain packets with modified length values, which is trusted by the ReceiveTransaction function when using a buffer provided by the BusyWithConnection function.
|
['execute arbitrary code', 'execute arbitrary code via certain packets with modified', 'buffer overflow']
|
CVE-2003-0850
|
The TCP reassembly functionality in libnids before 1.18 allows remote attackers to cause "memory corruption" and possibly execute arbitrary code via "overlarge TCP packets."
|
['execute arbitrary code', 'cause "memory corruption" and possibly execute', 'overlarge tcp packets']
|
CVE-2003-0851
|
OpenSSL 0.9.6k allows remote attackers to cause a denial of service (crash via large recursion) via malformed ASN.1 sequences.
|
['denial of service (crash via large recursion)', 'cause a denial of service (crash via', 'malformed sequences']
|
CVE-2003-0852
|
Format string vulnerability in send_message.c for Sylpheed-claws 0.9.4 through 0.9.6 allows remote SMTP servers to cause a denial of service (crash) in sylpheed via format strings in an error message.
|
['denial of service (crash)', 'cause a denial of service (crash)', 'format string']
|
CVE-2003-0853
|
An integer overflow in ls in the fileutils or coreutils packages may allow local users to cause a denial of service or execute arbitrary code via a large -w value, which could be remotely exploited via applications that use ls, such as wu-ftpd.
|
['execute arbitrary code', 'cause a denial of service or execute arbitrary', 'integer overflow', 'remotely exploited']
|
CVE-2003-0854
|
ls in the fileutils or coreutils packages allows local users to consume a large amount of memory via a large -w value, which can be remotely exploited via applications that use ls, such as wu-ftpd.
|
['consume a large amount of memory via a', '-w value']
|
CVE-2003-0855
|
Pan 0.13.3 and earlier allows remote attackers to cause a denial of service (crash) via a news post with a long author email address.
|
['denial of service (crash)', 'cause a denial of service (crash)', 'long author email address']
|
CVE-2003-0856
|
iproute 2.4.7 and earlier allows local users to cause a denial of service via spoofed messages as other users to the kernel netlink interface.
|
['cause a denial of service via spoofed messages', 'spoofing']
|
CVE-2003-0857
|
The (1) ipq_read and (2) ipulog_read functions in iptables allow local users to cause a denial of service by sending spoofed messages as other users to the kernel netlink interface.
|
['cause a denial of service by sending spoofed', 'spoofing']
|
CVE-2003-0858
|
Zebra 0.93b and earlier, and quagga before 0.95, allows local users to cause a denial of service by sending spoofed messages as other users to the kernel netlink interface.
|
['cause a denial of service by sending spoofed', 'spoofing']
|
CVE-2003-0859
|
The getifaddrs function in GNU libc (glibc) 2.2.4 and earlier allows local users to cause a denial of service by sending spoofed messages as other users to the kernel netlink interface.
|
['cause a denial of service by sending spoofed', 'spoofing']
|
CVE-2003-0860
|
Buffer overflows in PHP before 4.3.3 have unknown impact and unknown attack vectors.
|
['buffer overflows', 'unknown impact']
|
CVE-2003-0861
|
Integer overflows in (1) base64_encode and (2) the GD library for PHP before 4.3.3 have unknown impact and unknown attack vectors.
|
['integer overflows', 'unknown impact']
|
CVE-2003-0863
|
The php_check_safe_mode_include_dir function in fopen_wrappers.c of PHP 4.3.x returns a success value (0) when the safe_mode_include_dir variable is not specified in configuration, which differs from the previous failure value and may allow remote attackers to exploit file include vulnerabilities in PHP applications.
|
['exploit file include vulnerabilities in PHP applications']
|
CVE-2003-0864
|
Buffer overflow in m_join in channel.c for IRCnet IRCD 2.10.x to 2.10.3p3 allows remote attackers to cause a denial of service.
|
['cause a denial of service', 'buffer overflow']
|
CVE-2003-0865
|
Heap-based buffer overflow in readstring of httpget.c for mpg123 0.59r and 0.59s allows remote attackers to execute arbitrary code via a long request.
|
['execute arbitrary code', 'execute arbitrary code via a long request', 'heap-based buffer overflow', 'heap based buffer overflow']
|
CVE-2003-0866
|
The Catalina org.apache.catalina.connector.http package in Tomcat 4.0.x up to 4.0.3 allows remote attackers to cause a denial of service via several requests that do not follow the HTTP protocol, which causes Tomcat to reject later requests.
|
['cause a denial of service via several requests', 'later requests']
|
CVE-2003-0870
|
Heap-based buffer overflow in Opera 7.11 and 7.20 allows remote attackers to execute arbitrary code via an HREF with a large number of escaped characters in the server name.
|
['execute arbitrary code', 'execute arbitrary code via an HREF with a', 'heap-based buffer overflow', 'heap based buffer overflow']
|
CVE-2003-0871
|
Unknown vulnerability in QuickTime Java in Mac OS X v10.3 and Mac OS X Server 10.3 allows attackers to gain "unauthorized access to a system."
|
['gain "unauthorized access', 'gain "unauthorized access to a system', 'unknown']
|
CVE-2003-0872
|
Certain scripts in OpenServer before 5.0.6 allow local users to overwrite files and conduct other unauthorized activities via a symlink attack on temporary files.
|
['overwrite files and conduct other unauthorized activities via', 'symlink']
|
CVE-2003-0874
|
Multiple SQL injection vulnerabilities in DeskPRO 1.1.0 and earlier allow remote attackers to insert arbitrary SQL and conduct unauthorized activities via (1) the cat parameter in faq.php, (2) the article parameter in faq.php, (3) the tickedid parameter in view.php, and (4) the Password entry on the logon screen.
|
['insert arbitrary SQL', 'insert arbitrary SQL and conduct unauthorized activities via', 'sql injection']
|
CVE-2003-0875
|
Symbolic link vulnerability in the slpd script slpd.all_init for OpenSLP before 1.0.11 allows local users to overwrite arbitrary files via the route.check temporary file.
|
['overwrite arbitrary files', 'overwrite arbitrary files via the route.check temporary file', 'symbolic link']
|
CVE-2003-0876
|
Finder in Mac OS X 10.2.8 and earlier sets global read/write/execute permissions on directories when they are dragged (copied) from a mounted volume such as a disk image (DMG), which could cause the directories to have less restrictive permissions than intended.
|
[]
|
CVE-2003-0877
|
Mac OS X before 10.3 with core files enabled allows local users to overwrite arbitrary files and read core files via a symlink attack on core files that are created with predictable names in the /cores directory.
|
['overwrite arbitrary files', 'overwrite arbitrary files and read core files via', 'symlink', 'predictable names', 'arbitrary file read']
|
CVE-2003-0878
|
slpd daemon in Mac OS X before 10.3 allows local users to overwrite arbitrary files via a symlink attack on a temporary file, a different vulnerability than CVE-2003-0875.
|
['overwrite arbitrary files', 'overwrite arbitrary files via a symlink attack on']
|
CVE-2003-0880
|
Unknown vulnerability in Mac OS X before 10.3 allows local users to access Dock functions from behind Screen Effects when Full Keyboard Access is enabled using the Keyboard pane in System Preferences.
|
['access Dock functions from behind Screen Effects when', 'unknown']
|
CVE-2003-0881
|
Mail in Mac OS X before 10.3, when configured to use MD5 Challenge Response, uses plaintext authentication if the CRAM-MD5 hashed login fails, which could allow remote attackers to gain privileges by sniffing the password.
|
['gain privileges', 'gain privileges by sniffing the password', 'plaintext authentication']
|
CVE-2003-0882
|
Mac OS X before 10.3 initializes the TCP timestamp with a constant number, which allows remote attackers to determine the system's uptime via the ID field in a TCP packet.
|
["determine the system's uptime via the ID"]
|
CVE-2003-0883
|
The System Preferences capability in Mac OS X before 10.3 allows local users to access secure Preference Panes for a short period after an administrator has authenticated to the system.
|
['access secure Preference Panes for a short period']
|
CVE-2003-0885
|
Xscreensaver 4.14 contains certain debugging code that should have been omitted, which causes Xscreensaver to create temporary files insecurely in the (1) apple2, (2) xanalogtv, and (3) pong screensavers, and allows local users to overwrite arbitrary files via a symlink attack.
|
['overwrite arbitrary files', 'overwrite arbitrary files via a symlink attack']
|
CVE-2003-0886
|
Format string vulnerability in hfaxd for Hylafax 4.1.7 and earlier allows remote attackers to execute arbitrary code.
|
['execute arbitrary code', 'format string']
|
CVE-2003-0887
|
ez-ipupdate 3.0.11b7 and earlier creates insecure temporary cache files, which allows local users to conduct unauthorized operations via a symlink attack on the ez-ipupdate.cache file.
|
['conduct unauthorized operations via a symlink attack on', 'insecure temporary cache files']
|
CVE-2003-0894
|
Buffer overflow in the (1) oracle and (2) oracleO programs in Oracle 9i Database 9.0.x and 9.2.x before 9.2.0.4 allows local users to execute arbitrary code via a long command line argument.
|
['execute arbitrary code', 'execute arbitrary code via a long command line', 'buffer overflow']
|
CVE-2003-0895
|
Buffer overflow in the Mac OS X kernel 10.2.8 and earlier allows local users, and possibly remote attackers, to cause a denial of service (crash), access portions of memory, and possibly execute arbitrary code via a long command line argument (argv[]).
|
['execute arbitrary code', 'denial of service (crash)', 'cause a denial of service (crash)', 'buffer overflow']
|
CVE-2003-0896
|
The loadClass method of the sun.applet.AppletClassLoader class in the Java Virtual Machine (JVM) in Sun SDK and JRE 1.4.1_03 and earlier allows remote attackers to bypass sandbox restrictions and execute arbitrary code via a loaded class name that contains "/" (slash) instead of "." (dot) characters, which bypasses a call to the Security Manager's checkPackageAccess method.
|
['execute arbitrary code', 'bypass sandbox restrictions', 'bypass sandbox restrictions and execute arbitrary code via']
|
CVE-2003-0897
|
"Shatter" vulnerability in CommCtl32.dll in Windows XP may allow local users to execute arbitrary code by sending (1) BCM_GETTEXTMARGIN or (2) BCM_SETTEXTMARGIN button control messages to privileged applications.
|
['execute arbitrary code', 'execute arbitrary code by sending (1)', 'shatter']
|
CVE-2003-0898
|
IBM DB2 7.2 before FixPak 10a, and earlier versions including 7.1, allows local users to overwrite arbitrary files and gain privileges via a symlink attack on (1) db2job and (2) db2job2.
|
['overwrite arbitrary files', 'gain privileges', 'overwrite arbitrary files and gain privileges via a', 'symlink']
|
CVE-2003-0899
|
Buffer overflow in defang in libhttpd.c for thttpd 2.21 to 2.23b1 allows remote attackers to execute arbitrary code via requests that contain '<' or '>' characters, which trigger the overflow when the characters are expanded to "<" and ">" sequences.
|
['execute arbitrary code', "execute arbitrary code via requests that contain '", 'buffer overflow']
|
CVE-2003-0900
|
Perl 5.8.1 on Fedora Core does not properly initialize the random number generator when forking, which makes it easier for attackers to predict random numbers.
|
[]
|
CVE-2003-0901
|
Buffer overflow in to_ascii for PostgreSQL 7.2.x, and 7.3.x before 7.3.4, allows remote attackers to execute arbitrary code.
|
['execute arbitrary code', 'buffer overflow']
|
CVE-2003-0902
|
Unknown vulnerability in minimalist mailing list manager 2.4, 2.2, and possibly other versions, allows remote attackers to execute arbitrary commands.
|
['execute arbitrary commands', 'unknown']
|
CVE-2003-0903
|
Buffer overflow in a component of Microsoft Data Access Components (MDAC) 2.5 through 2.8 allows remote attackers to execute arbitrary code via a malformed UDP response to a broadcast request.
|
['execute arbitrary code', 'execute arbitrary code via a malformed UDP response', 'buffer overflow', 'broadcast request']
|
CVE-2003-0904
|
Microsoft Exchange 2003 and Outlook Web Access (OWA), when configured to use NTLM authentication, does not properly reuse HTTP connections, which can cause OWA users to view mailboxes of other users when Kerberos has been disabled as an authentication method for IIS 6.0, e.g. when SharePoint Services 2.0 is installed.
|
['http connections']
|
CVE-2003-0905
|
Unknown vulnerability in Windows Media Station Service and Windows Media Monitor Service components of Windows Media Services 4.1 allows remote attackers to cause a denial of service (disallowing new connections) via a certain sequence of TCP/IP packets.
|
['denial of service (disallowing new connections)', 'cause a denial of service (disallowing new', 'unknown']
|
CVE-2003-0906
|
Buffer overflow in the rendering for (1) Windows Metafile (WMF) or (2) Enhanced Metafile (EMF) image formats in Microsoft Windows NT 4.0 SP6a, 2000 SP2 through SP4, and XP SP1 allows remote attackers to execute arbitrary code via a malformed WMF or EMF image.
|
['execute arbitrary code', 'execute arbitrary code via a malformed WMF or', 'buffer overflow']
|
CVE-2003-0907
|
Help and Support Center in Microsoft Windows XP SP1 does not properly validate HCP URLs, which allows remote attackers to execute arbitrary code via quotation marks in an hcp:// URL, which are not quoted when constructing the argument list to HelpCtr.exe.
|
['execute arbitrary code', 'execute arbitrary code via quotation marks in an']
|
CVE-2003-0908
|
The Utility Manager in Microsoft Windows 2000 executes winhlp32.exe with system privileges, which allows local users to execute arbitrary code via a "Shatter" style attack using a Windows message that accesses the context sensitive help button in the GUI, as demonstrated using the File Open dialog in the Help window, a different vulnerability than CVE-2004-0213.
|
['execute arbitrary code', 'execute arbitrary code via a "Shatter"']
|
CVE-2003-0909
|
Windows XP allows local users to execute arbitrary programs by creating a task at an elevated privilege level through the eventtriggers.exe command-line tool or the Task Scheduler service, aka "Windows Management Vulnerability."
|
['execute arbitrary programs', 'execute arbitrary programs by creating a task at', 'windows management']
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.