75 lines
2.4 KiB
XML
75 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
|
|
|
|
<glsa id="200707-05">
|
|
<title>Webmin, Usermin: Cross-site scripting vulnerabilities</title>
|
|
<synopsis>
|
|
Webmin and Usermin are vulnerable to cross-site scripting vulnerabilities
|
|
(XSS).
|
|
</synopsis>
|
|
<product type="ebuild">webmin/usermin</product>
|
|
<announced>July 05, 2007</announced>
|
|
<revised>July 05, 2007: 01</revised>
|
|
<bug>181385</bug>
|
|
<access>remote</access>
|
|
<affected>
|
|
<package name="app-admin/webmin" auto="yes" arch="*">
|
|
<unaffected range="ge">1.350</unaffected>
|
|
<vulnerable range="lt">1.350</vulnerable>
|
|
</package>
|
|
<package name="app-admin/usermin" auto="yes" arch="*">
|
|
<unaffected range="ge">1.280</unaffected>
|
|
<vulnerable range="lt">1.280</vulnerable>
|
|
</package>
|
|
</affected>
|
|
<background>
|
|
<p>
|
|
Webmin is a web-based administrative interface for Unix-like systems.
|
|
Usermin is a simplified version of Webmin designed for use by normal
|
|
users rather than system administrators.
|
|
</p>
|
|
</background>
|
|
<description>
|
|
<p>
|
|
The pam_login.cgi file does not properly sanitize user input before
|
|
sending it back as output to the user.
|
|
</p>
|
|
</description>
|
|
<impact type="low">
|
|
<p>
|
|
An unauthenticated attacker could entice a user to browse a specially
|
|
crafted URL, allowing for the execution of script code in the context
|
|
of the user's browser and for the theft of browser credentials. This
|
|
may permit the attacker to login to Webmin or Usermin with the user's
|
|
permissions.
|
|
</p>
|
|
</impact>
|
|
<workaround>
|
|
<p>
|
|
There is no known workaround at this time.
|
|
</p>
|
|
</workaround>
|
|
<resolution>
|
|
<p>
|
|
All Webmin users should update to the latest stable version:
|
|
</p>
|
|
<code>
|
|
# emerge --sync
|
|
# emerge --ask --verbose --oneshot ">=app-admin/webmin-1.350"</code>
|
|
<p>
|
|
All Usermin users should update to the latest stable version:
|
|
</p>
|
|
<code>
|
|
# emerge --sync
|
|
# emerge --ask --verbose --oneshot ">=app-admin/usermin-1.280"</code>
|
|
</resolution>
|
|
<references>
|
|
<uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3156">CVE-2007-3156</uri>
|
|
</references>
|
|
<metadata tag="submitter" timestamp="Mon, 25 Jun 2007 19:12:36 +0000">
|
|
falco
|
|
</metadata>
|
|
<metadata tag="bugReady" timestamp="Fri, 29 Jun 2007 13:33:55 +0000">
|
|
p-y
|
|
</metadata>
|
|
</glsa>
|