Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Gigabyte Intel Z87 Motherboard Lineup Preview and more
· Microsoft to roll out Xbox dashboard UI alterations before next-gen console
· Adobe Photoshop Express now available for Windows 8 and RT
· GNOME 3.8.2 Released
· Windows 8 is an enterprise 'non-starter' because IT sees no value in changes
· What to Expect from Unity in Ubuntu 13.10
· Analysts praise Nokia's new Lumia 925
· Best Business Laptops - May 2013 and more
· openSUSE 13.1 Milestone 1 released
· How to Install Cinnamon 1.8 on Ubuntu 13.04

Upcoming News
· Gigabyte Intel Z87 Motherboard Lineup Preview
· [ANNOUNCE] libchamplain 0.12.4
· [security-announce] SUSE-SU-2013:0810-1: important: Security update for oracle-update
· [security-announce] SUSE-SU-2013:0811-1: important: Security update for oracle-update
· [security-announce] SUSE-SU-2013:0809-1: important: Security update for Acrobat Reader
· Rosewill RDEE-12002 USB 3.0 Hard Drive Enclosure @ techPowerUp
· ASUS M5A97 R2.0 Motherboard @ Hardware Secrets
· Samsung Galaxy S4 Smartphone Review @ HardwareHeaven.com
· [RHSA-2013:0832-01] Important: kernel security update
· [Tech ARP] Hard Disk Drive Myths Debunked! Rev. 5.1

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6285 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 623 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4474 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 690 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1076 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » News » October 2011 » Mozilla Thunderbird 3.1.14 for openSUSE 11.3/11.4 available

Mozilla Thunderbird 3.1.14 for openSUSE 11.3/11.4 available

Posted by Philipp Esselbach on: 10/04/2011 02:32 PM [ Print | 0 comment(s) ]

A security update to upgrade Thunderbird to version 3.1.14 is available for openSUSE 11.3 and 11.4




openSUSE Security Update: MozillaThunderbird: Update to Mozilla Thunderbird 3.1.14
______________________________________________________________________________

Announcement ID: openSUSE-SU-2011:1076-2
Rating: important
References: #720264
Affected Products:
openSUSE 11.4
openSUSE 11.3
______________________________________________________________________________

An update that contains security fixes can now be
installed. It includes two new package versions.

Description:

Mozilla Thunderbird was updated to version 3.1.14, fixing
various bugs and security issues.

MFSA 2011-36: Mozilla developers identified and fixed
several memory safety bugs in the browser engine used in
Firefox and other Mozilla-based products. Some of these
bugs showed evidence of memory corruption under certain
circumstances, and we presume that with enough effort at
least some of these could be exploited to run arbitrary
code.

In general these flaws cannot be exploited through email in
the Thunderbird and SeaMonkey products because scripting is
disabled, but are potentially a risk in browser or
browser-like contexts in those products.

Benjamin Smedberg, Bob Clary, and Jesse Ruderman reported
memory safety problems that affected Firefox 3.6 and
Firefox 6. (CVE-2011-2995)

Bob Clary, Andrew McCreight, Andreas Gal, Gary Kwong, Igor
Bukanov, Jason Orendorff, Jesse Ruderman, and Marcia Knous
reported memory safety problems that affected Firefox 6,
fixed in Firefox 7. (CVE-2011-2997)



MFSA 2011-38: Mozilla developer Boris Zbarsky reported that
a frame named "location" could shadow the window.location
object unless a script in a page grabbed a reference to the
true object before the frame was created. Because some
plugins use the value of window.location to determine the
page origin this could fool the plugin into granting the
plugin content access to another site or the local file
system in violation of the Same Origin Policy. This flaw
allows circumvention of the fix added for MFSA 2010-10.
(CVE-2011-2999)

MFSA 2011-39: Ian Graham of Citrix Online reported that
when multiple Location headers were present in a redirect
response Mozilla behavior differed from other browsers:
Mozilla would use the second Location header while Chrome
and Internet Explorer would use the first. Two copies of
this header with different values could be a symptom of a
CRLF injection attack against a vulnerable server. Most
commonly it is the Location header itself that is
vulnerable to the response splitting and therefore the copy
preferred by Mozilla is more likely to be the malicious
one. It is possible, however, that the first copy was the
injected one depending on the nature of the server
vulnerability.

The Mozilla browser engine has been changed to treat two
copies of this header with different values as an error
condition. The same has been done with the headers
Content-Length and Content-Disposition. (CVE-2011-3000)

MFSA 2011-40: Mariusz Mlynski reported that if you could
convince a user to hold down the Enter key--as part of a
game or test, perhaps--a malicious page could pop up a
download dialog where the held key would then activate the
default Open action. For some file types this would be
merely annoying (the equivalent of a pop-up) but other file
types have powerful scripting capabilities. And this would
provide an avenue for an attacker to exploit a
vulnerability in applications not normally exposed to
potentially hostile internet content.

Mariusz also reported a similar flaw with manual plugin
installation using the PLUGINSPAGE attribute. It was
possible to create an internal error that suppressed a
confirmation dialog, such that holding enter would lead to
the installation of an arbitrary add-on. (This variant did
not affect Firefox 3.6)

Holding enter allows arbitrary code execution due to
Download Manager (CVE-2011-2372)

Holding enter allows arbitrary extension installation
(CVE-2011-3001)

MFSA 2011-42: Security researcher Aki Helin reported a
potentially exploitable crash in the YARR regular
expression library used by JavaScript. (CVE-2011-3232)

MFSA 2011-44: sczimmer reported that Firefox crashed when
loading a particular .ogg file. This was due to a
use-after-free condition and could potentially be exploited
to install malware. (CVE-2011-3005)

This vulnerability does not affect Firefox 3.6 or earlier.


Patch Instructions:

To install this openSUSE Security Update use YaST online_update.
Alternatively you can run the command listed for your product:

- openSUSE 11.4:

zypper in -t patch MozillaThunderbird-5204

- openSUSE 11.3:

zypper in -t patch MozillaThunderbird-5204

To bring your system up-to-date, use "zypper patch".


Package List:

- openSUSE 11.4 (i586 x86_64) [New Version: 3.1.15]:

MozillaThunderbird-3.1.15-0.17.1
MozillaThunderbird-buildsymbols-3.1.15-0.17.1
MozillaThunderbird-devel-3.1.15-0.17.1
MozillaThunderbird-translations-common-3.1.15-0.17.1
MozillaThunderbird-translations-other-3.1.15-0.17.1
enigmail-1.1.2+3.1.15-0.17.1

- openSUSE 11.3 (i586 x86_64) [New Version: 3.1.15]:

MozillaThunderbird-3.1.15-0.21.1
MozillaThunderbird-devel-3.1.15-0.21.1
MozillaThunderbird-translations-common-3.1.15-0.21.1
MozillaThunderbird-translations-other-3.1.15-0.21.1
enigmail-1.1.2+3.1.15-0.21.1


References:

https://bugzilla.novell.com/720264


Bookmark and Share

Related Threads

12/13/2004 10:40 PM: Mozilla and Konqueror (11) by [php]
11/02/2004 12:47 PM: Mozilla Newsreader (4) by paultazzyman
02/10/2004 07:11 PM: Install-problem with Mozilla on Mandrake 9.2. (5) by Maxwell Rain
04/07/2004 03:22 PM: Do you gusy suggest i upgrade to mozilla firebird? (9) by Dapper Dan
01/29/2004 09:12 AM: Mozilla crashed when access chinese Web Page? (0) by mfengwu
12/13/2003 01:10 AM: How can I make Mozilla font look better under MDK9.2? (2) by mrsense
08/06/2003 05:27 AM: Mozilla 1.4 (3) by hollywood63
08/07/2002 03:43 PM: Mozilla 1.0.0 with xft support (binaries and screenshots) (0) by Palos
08/03/2002 03:59 PM: Netscape & Mozilla display awful fonts (14) by Palos

« Apple rejects Samsung deal offer in Oz patent dispute · How To: Install And Enable XScreenSaver On Ubuntu 11.10 »

Linux Compatible » News » October 2011 » Mozilla Thunderbird 3.1.14 for openSUSE 11.3/11.4 available
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition