public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200709-18.xml
@ 2007-09-30 20:23 Raphael Marichez (falco)
  0 siblings, 0 replies; 2+ messages in thread
From: Raphael Marichez (falco) @ 2007-09-30 20:23 UTC (permalink / raw
  To: gentoo-commits

falco       07/09/30 20:23:03

  Added:                glsa-200709-18.xml
  Log:
  GLSA 200709-18

Revision  Changes    Path
1.1                  xml/htdocs/security/en/glsa/glsa-200709-18.xml

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

Index: glsa-200709-18.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="200709-18">
  <title>Bugzilla: Multiple vulnerabilities</title>
  <synopsis>
    Bugzilla contains several vulnerabilities, some of them possibly leading to
    the remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">bugzilla</product>
  <announced>September 30, 2007</announced>
  <revised>September 30, 2007: 01</revised>
  <bug>190112</bug>
  <access>remote</access>
  <affected>
    <package name="www-apps/bugzilla" auto="yes" arch="*">
      <unaffected range="rge">2.20.5</unaffected>
      <unaffected range="rge">2.22.3</unaffected>
      <unaffected range="ge">3.0.1</unaffected>
      <vulnerable range="lt">3.0.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Bugzilla is a web application designed to help with managing software
    development.
    </p>
  </background>
  <description>
    <p>
    Masahiro Yamada found that from the 2.17.1 version, Bugzilla does not
    properly sanitize the content of the "buildid" parameter when filing
    bugs (CVE-2007-4543). The next two vulnerabilities only affect Bugzilla
    2.23.3 or later, hence the stable Gentoo Portage tree does not contain
    these two vulnerabilities: Loic Minier reported that the
    "Email::Send::Sendmail()" function does not properly sanitise "from"
    email information before sending it to the "-f" parameter of
    /usr/sbin/sendmail (CVE-2007-4538), and Frédéric Buclin discovered
    that the XML-RPC interface does not correctly check permissions in the
    time-tracking fields (CVE-2007-4539).
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could trigger the "buildid" vulnerability by sending
    a specially crafted form to Bugzilla, leading to a persistent XSS, thus
    allowing for theft of credentials. With Bugzilla 2.23.3 or later, an
    attacker could also execute arbitrary code with the permissions of the
    web server by injecting a specially crafted "from" email address and
    gain access to normally restricted time-tracking information through
    the XML-RPC service.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Bugzilla users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose www-apps/bugzilla</code>
  </resolution>
  <references>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4538">CVE-2007-4538</uri>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4539">CVE-2007-4539</uri>
    <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4543">CVE-2007-4543</uri>
  </references>
  <metadata tag="requester" timestamp="Wed, 12 Sep 2007 09:19:32 +0000">
    p-y
  </metadata>
  <metadata tag="submitter" timestamp="Thu, 13 Sep 2007 16:25:04 +0000">
    falco
  </metadata>
  <metadata tag="bugReady" timestamp="Fri, 14 Sep 2007 08:36:10 +0000">
    falco
  </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-200709-18.xml
@ 2007-10-02 20:20 Pierre-Yves Rofes (py)
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre-Yves Rofes (py) @ 2007-10-02 20:20 UTC (permalink / raw
  To: gentoo-commits

py          07/10/02 20:20:48

  Modified:             glsa-200709-18.xml
  Log:
  Fixing UTF-8 chars that break glsa-check (#194356)

Revision  Changes    Path
1.2                  xml/htdocs/security/en/glsa/glsa-200709-18.xml

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

Index: glsa-200709-18.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/security/en/glsa/glsa-200709-18.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glsa-200709-18.xml	30 Sep 2007 20:23:03 -0000	1.1
+++ glsa-200709-18.xml	2 Oct 2007 20:20:47 -0000	1.2
@@ -11,7 +11,7 @@
   </synopsis>
   <product type="ebuild">bugzilla</product>
   <announced>September 30, 2007</announced>
-  <revised>September 30, 2007: 01</revised>
+  <revised>October 02, 2007: 02</revised>
   <bug>190112</bug>
   <access>remote</access>
   <affected>
@@ -37,8 +37,8 @@
     these two vulnerabilities: Loic Minier reported that the
     "Email::Send::Sendmail()" function does not properly sanitise "from"
     email information before sending it to the "-f" parameter of
-    /usr/sbin/sendmail (CVE-2007-4538), and Frédéric Buclin discovered
-    that the XML-RPC interface does not correctly check permissions in the
+    /usr/sbin/sendmail (CVE-2007-4538), and Frederic Buclin discovered that
+    the XML-RPC interface does not correctly check permissions in the
     time-tracking fields (CVE-2007-4539).
     </p>
   </description>



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-10-02 20:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-30 20:23 [gentoo-commits] gentoo commit in xml/htdocs/security/en/glsa: glsa-200709-18.xml Raphael Marichez (falco)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-02 20:20 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