Related Weaknesses
CWE-ID |
Weakness Name |
Source |
CWE-20 |
Improper Input Validation The product receives input or data, but it does
not validate or incorrectly validates that the input has the
properties that are required to process the data safely and
correctly. |
|
CWE Other |
No informations. |
|
Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
10 |
|
AV:N/AC:L/Au:N/C:C/I:C/A:C |
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 : 32529
Publication date : 2008-10-24 22h00 +00:00
Author : Varun Srivastava
EDB Verified : Yes
source: https://www.securityfocus.com/bid/31916/info
Sun Java Web Start is prone to a remote command-execution vulnerability.
Successful exploits may allow attackers to execute arbitrary commands on an unsuspecting user's computer. This may aid in further attacks.
We don't know which versions of Java Web Start are affected. We will update this BID when more information is released.
BasicService basicService = (BasicService) ServiceManager.lookup("javax.jnlp.BasicService");
URL mike = new URL("file:\\C:\\music.rm");
basicService.showDocument(mike);
Products Mentioned
Configuraton 0
Sun>>Java_web_start >> Version *
References