Ubuntu: 1055-1: OpenJDK vulnerabilities


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Ubuntu: 1055-1: OpenJDK vulnerabilities
# 1  
Old 02-02-2011
Ubuntu: 1055-1: OpenJDK vulnerabilities

LinuxSecurity.com: It was discovered that IcedTea for Java did not properly verifysignatures when handling multiply signed or partially signed JAR files,allowing an attacker to cause code to execute that appeared to comefrom a verified source. (CVE-2011-0025) [More...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
BUILD-JAR-REPOSITORY(1) 					   User Commands					   BUILD-JAR-REPOSITORY(1)

NAME
build-jar-repository - create a symbolic link to a JAR SYNOPSIS
build-jar-repository [OPTION]... DIRECTORY... JAR DESCRIPTION
Build a JAR repository in the named directory by copying files or creating symbolic links OPTIONS
If no option is specified the default action will be to create symbolic links -c, --copy copy files -h, --hard create hard links -p, --preserve-naming try to preserve the names of the original JAR files (in case of a nested hit the slashes in the path will still be replaced by underscores) using this option makes any future automated repository rebuild impossible, and implies -c unless specified otherwise -s, --soft, --symbolic create symbolic links (default) --help display help text EXAMPLES
build-jar-repository . jndi will create a symbolic link to the JNDI JAR in the current working directory build-jar-repository -h /tmp oro will create a hard link to the ORO JAR in /tmp AUTHOR
Written by Nicholas Mailhot and David Walluck REPORTING BUGS
Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/) build-jar-repository (jpackage-utils) 1.7.0 March 2006 BUILD-JAR-REPOSITORY(1)