From mkanat at bugzilla.org Fri Jul 8 06:54:36 2005 From: mkanat at bugzilla.org (Max Kanat-Alexander) Date: Thu, 07 Jul 2005 23:54:36 -0700 Subject: Security Advisory for Bugzilla 2.18.1 and 2.19.3 Message-ID: <1120805677.5464.16.camel@localhost.localdomain> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Summary ======= Bugzilla is a Web-based bug-tracking system, used by a large number of software projects. This advisory covers two security bugs that have recently been discovered and fixed in the Bugzilla code: + Any user can change a flag on any bug. This also allows the attacker to expose the summary of any bug, even a hidden bug. + Summaries of private bugs are sometimes exposed under a very rare condition if you use MySQL replication. All Bugzilla installations are advised to upgrade to the latest stable version of Bugzilla, 2.18.2. Development snapshots of 2.19 and above are also vulnerable. If you are using a development snapshot, you should upgrade to the release candidate (2.20rc1), use CVS to update, or apply the patches from the specific bugs listed below. Vulnerability Details ===================== Issue 1 - ------- Class: Unauthorized Bug Change, Information Leak Versions: 2.17.1 - 2.18.1, 2.19.1 - 2.19.3 Description: Any user can change any flag on any bug, even if they don't have access to that bug, or even if they can't normally make bug changes. This also allows them to expose the summary of a bug. By manually modifying a link to process_bug.cgi, it is possible to change a flag on a bug that you do not have access to, because Bugzilla does not validate that the flag you are attempting to change is associated with the bug that you are attempting to change. If the attacker makes a flag change which causes the attacker to be emailed, the attacker will see the summary of the bug in that email. If you are using the request_group or grant_group features of 2.19, the attacker will be prevented from exploiting this security hole if they do not have permission to change the flag in the fashion that they are changing it. Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=293159 Issue 2 - ------- Class: Information Leak Versions: 2.17.1 and above Description: Bugs are inserted into the database before they are marked as private, in Bugzilla code. Thus, MySQL replication can lag in between the time that the bug is inserted and when it is marked as private (usually less than a second). If replication lags at this point, the bug summary will be accessible to all users until replication catches up. Also, on a very slow machine, there may be a pause longer than a second that allows users to see the title of the newly-filed bug. Reference: https://bugzilla.mozilla.org/show_bug.cgi?id=292544 Vulnerability Solutions ======================= The fixes for all of the security bugs mentioned in this advisory are included in the 2.18.2 and 2.20rc1 releases. Upgrading to these releases will protect installations from possible exploits of these issues. Full release downloads, patches to upgrade Bugzilla from previous versions, and CVS upgrade instructions are available at: http://www.bugzilla.org/download.html Specific patches for each of the individual issues can be found on the corresponding bug reports for each issue, at the URL given in the reference for that issue in the list above. Credits ======= The Bugzilla team wish to thank the following people for their assistance in locating, advising us of, and assisting us to fix these situations: Fr?d?ric Buclin Matthias Versen Joel Peshkin Myk Melez General information about the Bugzilla bug-tracking system can be found at http://www.bugzilla.org/ Comments and follow-ups can be directed to the netscape.public.mozilla.webtools newsgroup or the mozilla-webtools mailing list; http://www.bugzilla.org/support/ has directions for accessing these forums. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) iD8DBQFCziKmaL2D/aEJPK4RAm7NAKCDrwNpNUJX4APj1x3MKDtCglAKegCgv7Ku CLLWgTe663JHuNrHKX9QxSM= =Oa6+ -----END PGP SIGNATURE----- From mkanat at bugzilla.org Fri Jul 8 07:02:23 2005 From: mkanat at bugzilla.org (Max Kanat-Alexander) Date: Fri, 08 Jul 2005 00:02:23 -0700 Subject: Release of Bugzilla 2.18.2 and 2.20rc1 Message-ID: <1120806143.5464.21.camel@localhost.localdomain> The Bugzilla Project is proud to announce the first Release Candidate of Bugzilla 2.20, a major new feature release for Bugzilla. Bugzilla 2.20 includes support for PostgreSQL, a new "Large Attachment" storage mechanism, a new level of bug classification, user-defined periodic reminders by email, and many other new features. Bugzilla 2.20rc1 is recommended to be used for testing purposes only. The final release will be shaped by your feedback over the next few weeks. We are also releasing a bug-fix release for the 2.18 series, 2.18.2. The 2.18 series is recommended for users in production environments. All users of the 2.18 series are recommended to upgrade to 2.18.2 as soon as possible. We would also like to remind users of the 2.16 series that we expect to stop maintenance on 2.16 around October 2005, so they should plan to upgrade to 2.18 or 2.20 before then. Download -------- Bugzilla is available at: http://www.bugzilla.org/download/ Release Notes & Changes ----------------------- Before installing read the Release Notes: 2.18.2: http://www.bugzilla.org/releases/2.18.2/release-notes.html 2.20rc1: http://www.bugzilla.org/releases/2.20/release-notes.html To see a list of all changes between your version of Bugzilla and the current version of Bugzilla, you can use the chart at: http://www.bugzilla.org/status/changes.html Try Out Bugzilla ---------------- You can use the demo installations of Bugzilla at: http://landfill.bugzilla.org/ Status Update ------------- If you'd like to know where the Bugzilla Project is heading, read our latest Status Update! http://www.bugzilla.org/status/2005-07-07.html Security Advisory ----------------- You can see the security issues that we have fixed in these releases of Bugzilla at: http://www.bugzilla.org/security/2.18.1/ Both released versions fix security issues, so please do read the advisory. About Bugzilla -------------- Bugzilla is a "Defect Tracking System" or "Bug-Tracking System." Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being "free", Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has quickly become a favorite of hundreds of organizations across the globe, and is widely regarded as one of the top defect-tracking systems available. See http://www.bugzilla.org/about/ for more details. -- http://www.everythingsolved.com/ Everything Solved: Experts at Bugzilla... and everything else, too. From justdave at bugzilla.org Fri Jul 8 09:18:45 2005 From: justdave at bugzilla.org (David Miller) Date: Fri, 08 Jul 2005 05:18:45 -0400 Subject: [ANN] Release of Bugzilla 2.18.2 and 2.20rc1 In-Reply-To: <1120806389.5464.25.camel@localhost.localdomain> References: <1120806389.5464.25.camel@localhost.localdomain> Message-ID: <42CE44F5.1080904@bugzilla.org> Max Kanat-Alexander wrote: > We are also releasing a bug-fix release for the 2.18 series, 2.18.2. > The 2.18 series is recommended for users in production environments. > All users of the 2.18 series are recommended to upgrade to 2.18.2 as > soon as possible. The 2.18.2 release has a broken query page due to a checkin from bug 268146 just prior to the release. See https://bugzilla.mozilla.org/show_bug.cgi?id=268146 You can get it working by editing the file "Bugzilla/CGI.pm" and removing line 193, which looks like the following: $paramhash{'-domain'} = Param('cookiedomain') if Param('cookiedomain'); We'll get a 2.18.3 out tomorrow that corrects this. In the mean time, our deepest apologies to anyone who's already installed it. Various people are being chastised as we speak for failing to test sufficiently prior to release and we're already discussing ways to enhance our automated testing to catch this sort of thing. -- Dave Miller http://www.justdave.net/ System Administrator, Mozilla Foundation http://www.mozilla.org/ Project Leader, Bugzilla Bug Tracking System http://www.bugzilla.org/ From mkanat at bugzilla.org Sat Jul 9 23:20:03 2005 From: mkanat at bugzilla.org (Max Kanat-Alexander) Date: Sat, 09 Jul 2005 16:20:03 -0700 Subject: [ANN] Release of Bugzilla 2.18.3 Message-ID: <1120951204.6840.1.camel@localhost.localdomain> Today we are releasing Bugzilla 2.18.3, a bug-fix release for the 2.18 series. This release fixes a problem in 2.18.2 that would cause users to be unable to use the Search page. Download -------- Bugzilla is available at: http://www.bugzilla.org/download/ Release Notes & Changes ----------------------- The Release Notes for 2.18.3 are available at: http://www.bugzilla.org/releases/2.18.3/release-notes.html To see a list of all changes between your version of Bugzilla and the current version of Bugzilla, you can use the chart at: http://www.bugzilla.org/status/changes.html About Bugzilla -------------- Bugzilla is a "Defect Tracking System" or "Bug-Tracking System." Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Most commercial defect-tracking software vendors charge enormous licensing fees. Despite being "free", Bugzilla has many features its expensive counterparts lack. Consequently, Bugzilla has quickly become a favorite of hundreds of organizations across the globe, and is widely regarded as one of the top defect-tracking systems available. See http://www.bugzilla.org/about/ for more details. -Max Kanat-Alexander Release Manager, Bugzilla Project -- http://www.everythingsolved.com/ Everything Solved: Experts at Bugzilla... and everything else, too.