public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200801-22.xml
@ 2008-01-30 23:11 Pierre-Yves Rofes (py)
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Yves Rofes (py) @ 2008-01-30 23:11 UTC (permalink / raw
  To: gentoo-commits

py          08/01/30 23:11:06

  Added:                glsa-200801-22.xml
  Log:
  GLSA 200801-22

Revision  Changes    Path
1.1                  xml/htdocs/security/en/glsa/glsa-200801-22.xml

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

Index: glsa-200801-22.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="200801-22">
  <title>PeerCast: Buffer Overflow</title>
  <synopsis>
    A buffer overflow vulnerability has been discovered in PeerCast.
  </synopsis>
  <product type="ebuild">peercast</product>
  <announced>January 30, 2008</announced>
  <revised>January 30, 2008: 01</revised>
  <bug>202747</bug>
  <access>remote</access>
  <affected>
    <package name="media-sound/peercast" auto="yes" arch="*">
      <unaffected range="ge">0.1218</unaffected>
      <vulnerable range="lt">0.1218</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    PeerCast is a client and server for P2P-radio network
    </p>
  </background>
  <description>
    <p>
    Luigi Auriemma reported a heap-based buffer overflow within the
    "handshakeHTTP()" function when processing HTTP requests.
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could send a specially crafted request to the
    vulnerable server, possibly resulting in the remote execution of
    arbitrary code with the privileges of the user running the PeerCast
    server, usually "nobody".
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All PeerCast users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose &quot;&gt;=media-sound/peercast-0.1218&quot;</code>
  </resolution>
  <references>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-6454">CVE-2007-6454</uri>
  </references>
  <metadata tag="requester" timestamp="Fri, 11 Jan 2008 08:22:19 +0000">
    p-y
  </metadata>
  <metadata tag="submitter" timestamp="Tue, 29 Jan 2008 19:51:49 +0000">
    p-y
  </metadata>
  <metadata tag="bugReady" timestamp="Tue, 29 Jan 2008 23:04:06 +0000">
    falco
  </metadata>
</glsa>



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200801-22.xml
@ 2008-01-30 23:15 Pierre-Yves Rofes (py)
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Yves Rofes (py) @ 2008-01-30 23:15 UTC (permalink / raw
  To: gentoo-commits

py          08/01/30 23:15:45

  Modified:             glsa-200801-22.xml
  Log:
  Fixing typo in title

Revision  Changes    Path
1.2                  xml/htdocs/security/en/glsa/glsa-200801-22.xml

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

Index: glsa-200801-22.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-200801-22.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-200801-22.xml	30 Jan 2008 23:11:06 -0000	1.1
+++ glsa-200801-22.xml	30 Jan 2008 23:15:44 -0000	1.2
@@ -4,13 +4,13 @@
 <!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
 
 <glsa id="200801-22">
-  <title>PeerCast: Buffer Overflow</title>
+  <title>PeerCast: Buffer overflow</title>
   <synopsis>
     A buffer overflow vulnerability has been discovered in PeerCast.
   </synopsis>
   <product type="ebuild">peercast</product>
   <announced>January 30, 2008</announced>
-  <revised>January 30, 2008: 01</revised>
+  <revised>January 30, 2008: 02</revised>
   <bug>202747</bug>
   <access>remote</access>
   <affected>



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-01-30 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 23:11 [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200801-22.xml Pierre-Yves Rofes (py)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-30 23:15 Pierre-Yves Rofes (py)

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