public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200710-25.xml
@ 2007-10-24 22:02 Raphael Marichez (falco)
  0 siblings, 0 replies; 2+ messages in thread
From: Raphael Marichez (falco) @ 2007-10-24 22:02 UTC (permalink / raw
  To: gentoo-commits

falco       07/10/24 22:02:38

  Added:                glsa-200710-25.xml
  Log:
  GLSA 200710-25

Revision  Changes    Path
1.1                  xml/htdocs/security/en/glsa/glsa-200710-25.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200710-25.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200710-25.xml?rev=1.1&content-type=text/plain

Index: glsa-200710-25.xml
===================================================================
<?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="200710-25">
  <title>MLDonkey: Privilege escalation</title>
  <synopsis>
    The Gentoo MLDonkey ebuild adds a user to the system with a valid login
    shell and no password.
  </synopsis>
  <product type="ebuild">mldonkey</product>
  <announced>October 24, 2007</announced>
  <revised>October 24, 2007: 01</revised>
  <bug>189412</bug>
  <access>remote</access>
  <affected>
    <package name="net-p2p/mldonkey" auto="yes" arch="*">
      <unaffected range="ge">2.9.0-r3</unaffected>
      <vulnerable range="lt">2.9.0-r3</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    MLDonkey is a peer-to-peer filesharing client that connects to several
    different peer-to-peer networks, including Overnet and BitTorrent.
    </p>
  </background>
  <description>
    <p>
    The Gentoo MLDonkey ebuild adds a user to the system named "p2p" so
    that the MLDonkey service can run under a user with low privileges.
    This user is created with a valid login shell and no password.
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could log into a vulnerable system as the p2p user.
    This would require an installed login service that permitted empty
    passwords, such as SSH configured with the "PermitEmptyPasswords yes"
    option, a local login console, or a telnet server.
    </p>
  </impact>
  <workaround>
    <p>
    See Resolution.
    </p>
  </workaround>
  <resolution>
    <p>
    Change the p2p user's shell to disallow login. For example, as root run
    the following command:
    </p>
    <code>
    # usermod -s /bin/false p2p</code>
    <p>
    NOTE: updating to the current MLDonkey ebuild will not remove this
    vulnerability, it must be fixed manually. The updated ebuild is to
    prevent this problem from occurring in the future.
    </p>
  </resolution>
  <references/>
  <metadata tag="requester" timestamp="Mon, 10 Sep 2007 16:21:11 +0000">
    jaervosz
  </metadata>
  <metadata tag="submitter" timestamp="Sun, 07 Oct 2007 16:40:51 +0000">
    aetius
  </metadata>
  <metadata tag="bugReady" timestamp="Sun, 07 Oct 2007 19:26:05 +0000">
    p-y
  </metadata>
</glsa>



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200710-25.xml
@ 2007-11-07 20:04 Sune Kloppenborg Jeppesen (jaervosz)
  0 siblings, 0 replies; 2+ messages in thread
From: Sune Kloppenborg Jeppesen (jaervosz) @ 2007-11-07 20:04 UTC (permalink / raw
  To: gentoo-commits

jaervosz    07/11/07 20:04:03

  Modified:             glsa-200710-25.xml
  Log:
  Adding CVE reference and note about older Portage versions

Revision  Changes    Path
1.2                  xml/htdocs/security/en/glsa/glsa-200710-25.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200710-25.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200710-25.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/security/en/glsa/glsa-200710-25.xml?r1=1.1&r2=1.2

Index: glsa-200710-25.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-200710-25.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-200710-25.xml	24 Oct 2007 22:02:38 -0000	1.1
+++ glsa-200710-25.xml	7 Nov 2007 20:04:02 -0000	1.2
@@ -11,7 +11,7 @@
   </synopsis>
   <product type="ebuild">mldonkey</product>
   <announced>October 24, 2007</announced>
-  <revised>October 24, 2007: 01</revised>
+  <revised>November 07, 2007: 02</revised>
   <bug>189412</bug>
   <access>remote</access>
   <affected>
@@ -30,7 +30,8 @@
     <p>
     The Gentoo MLDonkey ebuild adds a user to the system named "p2p" so
     that the MLDonkey service can run under a user with low privileges.
-    This user is created with a valid login shell and no password.
+    With older Portage versions this user is created with a valid login
+    shell and no password.
     </p>
   </description>
   <impact type="high">
@@ -59,7 +60,9 @@
     prevent this problem from occurring in the future.
     </p>
   </resolution>
-  <references/>
+  <references>
+    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5714">CVE-2007-5714</uri>
+  </references>
   <metadata tag="requester" timestamp="Mon, 10 Sep 2007 16:21:11 +0000">
     jaervosz
   </metadata>



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-11-07 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 22:02 [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200710-25.xml Raphael Marichez (falco)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-07 20:04 Sune Kloppenborg Jeppesen (jaervosz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox