diff options
Diffstat (limited to 'metadata/glsa/glsa-200406-12.xml')
-rw-r--r-- | metadata/glsa/glsa-200406-12.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200406-12.xml b/metadata/glsa/glsa-200406-12.xml new file mode 100644 index 000000000000..1c56fd779d0f --- /dev/null +++ b/metadata/glsa/glsa-200406-12.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200406-12"> + <title>Webmin: Multiple vulnerabilities</title> + <synopsis> + Webmin contains two security vulnerabilities which could lead to a Denial + of Service attack and information disclosure. + </synopsis> + <product type="ebuild">webmin</product> + <announced>2004-06-16</announced> + <revised count="02">2006-05-22</revised> + <bug>53375</bug> + <access>remote</access> + <affected> + <package name="app-admin/webmin" auto="yes" arch="*"> + <unaffected range="ge">1.150</unaffected> + <vulnerable range="le">1.140-r1</vulnerable> + </package> + </affected> + <background> + <p> + Webmin is a web-based administration tool for Unix. It supports a wide + range of applications including Apache, DNS, file sharing and others. + </p> + </background> + <description> + <p> + Webmin contains two security vulnerabilities. One allows any user to + view the configuration of any module and the other could allow an + attacker to lock out a valid user by sending an invalid username and + password. + </p> + </description> + <impact type="normal"> + <p> + An authenticated user could use these vulnerabilities to view the + configuration of any module thus potentially obtaining important + knowledge about configuration settings. Furthermore an attacker could + lock out legitimate users by sending invalid login information. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Webmin users should upgrade to the latest stable version: + </p> + <code> + # emerge sync + + # emerge -pv ">=app-admin/app-admin/webmin-1.150" + # emerge ">=app-admin/app-admin/webmin-1.150"</code> + </resolution> + <references> + <uri link="http://www.securityfocus.com/bid/10474">Bugtraq Announcement</uri> + <uri link="http://www.webmin.com/changes-1.150.html">Webmin Changelog</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0582">CVE-2004-0582</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0583">CVE-2004-0583</uri> + </references> + <metadata tag="submitter"> + jaervosz + </metadata> +</glsa> |