Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
5 |
|
AV:N/AC:L/Au:N/C:P/I:N/A:N |
nvd@nist.gov |
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
Exploit information
Exploit Database EDB-ID : 20313
Publication date : 2000-10-22 22h00 +00:00
Author : Foundstone Labs
EDB Verified : Yes
source: https://www.securityfocus.com/bid/1830/info
Allaire JRun is a web application development suite with JSP and Java Servlets.
Each web application directory contains a WEB-INF directory, this directory contains information on web application classes, pre-compiled JSP files, server side libraries, session information and files such as web.xml and webapp.properties.
JRun contains a vulnerability which allows remote user to view the contents of the WEB-INF directory. By requesting a malformed URL comprised of an additional '/' all of the directories below the WEB-INF directory will be revealed.
Successful exploitation of this vulnerability could lead to a remote attacker gaining read access to any file within the WEB-INF directory.
While this issue was addressed in earlier patches, it is still a problem if the attacker makes a raw specially crafted HTTP GET Request through a Microsoft IIS connector using a utility such as netcat or telnet.
The following request will disclose the contents of WEB-INF:
http://target//WEB-INF/
This may also be exploited by submitting the maliciously crafted URL via a HTTP GET request using utilities like netcat or telnet.
Products Mentioned
Configuraton 0
Macromedia>>Jrun >> Version 3.0
Macromedia>>Jrun >> Version 3.0
References