diff options
Diffstat (limited to 'metadata/glsa/glsa-200701-27.xml')
-rw-r--r-- | metadata/glsa/glsa-200701-27.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200701-27.xml b/metadata/glsa/glsa-200701-27.xml new file mode 100644 index 000000000000..e4ecbad1a837 --- /dev/null +++ b/metadata/glsa/glsa-200701-27.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200701-27"> + <title>ELinks: Arbitrary Samba command execution</title> + <synopsis> + ELinks does not properly validate "smb://" URLs, making it vulnerable to + the execution of arbitrary Samba commands. + </synopsis> + <product type="ebuild">elinks</product> + <announced>2007-01-30</announced> + <revised>2007-01-30: 01</revised> + <bug>155358</bug> + <access>remote</access> + <affected> + <package name="www-client/elinks" auto="yes" arch="*"> + <unaffected range="ge">0.11.2</unaffected> + <vulnerable range="lt">0.11.2</vulnerable> + </package> + </affected> + <background> + <p> + ELinks is a text mode web browser. + </p> + </background> + <description> + <p> + Teemu Salmela discovered an error in the validation code of "smb://" + URLs used by ELinks, the same issue as reported in GLSA 200612-16 + concerning Links. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could entice a user to browse to a specially crafted + "smb://" URL and execute arbitrary Samba commands, which would allow + the overwriting of arbitrary local files or the upload or download of + arbitrary files. This vulnerability can be exploited only if + "smbclient" is installed on the victim's computer, which is provided by + the "samba" Gentoo package. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All ELinks users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-client/elinks-0.11.2"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5925">CVE-2006-5925</uri> + </references> + <metadata tag="submitter" timestamp="2007-01-30T10:52:21Z"> + hyakuhei + </metadata> + <metadata tag="bugReady" timestamp="2007-01-30T11:02:26Z"> + falco + </metadata> +</glsa> |