vendor:
Microsoft Java Virtual Machine
by:
Unknown
4.3
CVSS
MEDIUM
Local File Information Disclosure
200
CWE
Product Name: Microsoft Java Virtual Machine
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: YES
Related CWE: CVE-1999-0018
CPE: a:microsoft:java_virtual_machine
Platforms Tested: Windows
1997
Microsoft Java Virtual Machine Local File Information Disclosure
Microsoft's Java Virtual Machine allows a remote Java application to read local file information in two ways. The first method is using the getSystemResourceAsStream() function, which requires specifying the filename and restricts the file to certain paths. The second method is using the getSystemResource() function, which accepts the '../' string in the pathname, allowing access to any file on the same drive as the Java installation.
Mitigation:
There is no known mitigation for this vulnerability. It is recommended to upgrade to a newer version of Microsoft Java Virtual Machine or switch to an alternative Java Virtual Machine.