diff options
author | glewis <glewis@FreeBSD.org> | 2004-11-25 16:10:28 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-11-25 16:10:28 +0000 |
commit | ab3112fb9720cce2276a4a04f34ead139a93069d (patch) | |
tree | bbc333eca14d53687566f47000638fef3a19bb29 /security | |
parent | 48016365a3b48c062bbaa9d165929d34c109272e (diff) | |
download | FreeBSD-ports-ab3112fb9720cce2276a4a04f34ead139a93069d.zip FreeBSD-ports-ab3112fb9720cce2276a4a04f34ead139a93069d.tar.gz |
. Add an entry for the problem in the Java plugin.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b9f08b5..9fbe8a20 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,37 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ac619d06-3ef8-11d9-8741-c942c075aa41"> + <topic> Security Vulnerability With Java Plugin</topic> + <affects> + <package> + <name>jdk</name> + <range><ge>1.4.0</ge><le>1.4.2_6</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p> + The Sun Java Plugin capability in Java 2 Runtime Environment + (JRE) 1.4.2_01, 1.4.2_04, and possibly earlier versions, does + not properly restrict access between Javascript and Java + applets during data transfer, which allows remote attackers + to load unsafe classes and execute arbitrary code. + </p> + </body> + </description> + <references> + <url>http://sunsolve.sun.com/search/document.do?assetkey=1-26-57591-1&searchclause=%22category:security%22%20%22availability,%20security%22</url> + <url>http://www.securityfocus.com/archive/1/382072</url> + <cvename>CAN-2004-1029</cvename> + <mlist msgid="20041123070248.GA25385@jouko.iki.fi">http://marc.theaimsgroup.com/?l=bugtraq&m=110125046627909</mlist> + </references> + <dates> + <discovery>2004-11-24</discovery> + <entry>2004-11-25</entry> + </dates> + </vuln> + <vuln vid="1a32e8ee-3edb-11d9-8699-00065be4b5b6"> <topic>ProZilla -- server response buffer overflow vulnerabilities</topic> <affects> |