diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200512-10.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200512-10.xml')
-rw-r--r-- | glsa-200512-10.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/glsa-200512-10.xml b/glsa-200512-10.xml new file mode 100644 index 00000000..6bbce4e9 --- /dev/null +++ b/glsa-200512-10.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200512-10"> + <title>Opera: Command-line URL shell command injection</title> + <synopsis> + Lack of URL validation in Opera command-line wrapper could be abused to + execute arbitrary commands. + </synopsis> + <product type="ebuild">opera</product> + <announced>December 18, 2005</announced> + <revised>December 18, 2005: 01</revised> + <bug>113239</bug> + <access>remote</access> + <affected> + <package name="www-client/opera" auto="yes" arch="*"> + <unaffected range="ge">8.51</unaffected> + <vulnerable range="lt">8.51</vulnerable> + </package> + </affected> + <background> + <p> + Opera is a multi-platform web browser. + </p> + </background> + <description> + <p> + Peter Zelezny discovered that the shell script used to launch + Opera parses shell commands that are enclosed within backticks in the + URL provided via the command line. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could exploit this vulnerability by enticing a + user to follow a specially crafted URL from a tool that uses Opera to + open URLs, resulting in the execution of arbitrary commands on the + targeted machine. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Opera users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/opera-8.51"</code> + </resolution> + <references> + <uri link="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-3750">CVE-2005-3750</uri> + <uri link="http://www.opera.com/docs/changelogs/linux/851/">Opera 8.51 Changelog</uri> + </references> + <metadata tag="requester" timestamp="Thu, 15 Dec 2005 12:24:01 +0000"> + koon + </metadata> + <metadata tag="bugReady" timestamp="Thu, 15 Dec 2005 12:24:20 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Fri, 16 Dec 2005 02:18:07 +0000"> + adir + </metadata> +</glsa> |