Bug 1177263 - CVE-2014-9419 kernel: partial ASLR bypass through TLS base addresses leak [fedora-all]
Summary: CVE-2014-9419 kernel: partial ASLR bypass through TLS base addresses leak [fe...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 21
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: CVE-2014-9419
TreeView+ depends on / blocked
 
Reported: 2014-12-25 13:37 UTC by Vasyl Kaigorodov
Modified: 2015-01-13 00:05 UTC (History)
10 users (show)

Fixed In Version: kernel-3.17.8-200.fc20
Clone Of:
Environment:
Last Closed: 2015-01-11 02:57:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Vasyl Kaigorodov 2014-12-25 13:37:31 UTC
This is an automatically created tracking bug!  It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.

For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.

For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs

When submitting as an update, use the fedpkg template provided in the next
comment(s).  This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.

Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.

NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time.  If you need to fix the versions independent of each other,
you may clone this bug as appropriate.

Reproducers, if any, will remain confidential and never be made public, unless done so by the security team.

[bug automatically created by: add-tracking-bugs]

Comment 1 Vasyl Kaigorodov 2014-12-25 13:37:37 UTC
Use the following template to for the 'fedpkg update' request to submit an
update for this issue as it contains the top-level parent bug(s) as well as
this tracking bug.  This will ensure that all associated bugs get updated
when new packages are pushed to stable.

=====

# bugfix, security, enhancement, newpackage (required)
type=security

# testing, stable
request=testing

# Bug numbers: 1234,9876
bugs=1177260,1177263

# Description of your update
notes=Security fix for CVE-2014-9419

# Enable request automation based on the stable/unstable karma thresholds
autokarma=True
stable_karma=3
unstable_karma=-3

# Automatically close bugs when this marked as stable
close_bugs=True

# Suggest that users restart after update
suggest_reboot=False

======

Additionally, you may opt to use the bodhi update submission link instead:

https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1177260,1177263

Comment 2 Prasad Pandit 2014-12-26 14:08:26 UTC
Fedora kernels don't seem to be affected.

===
# cat /etc/redhat-release 
Fedora release 21 (Twenty One)
#
# uname -r
3.17.4-301.fc21.i686+PAE
#
#cc -xc -o estest estest.c 
# ./estest 
Allocated GDT index 7
[OK]    ES was preserved
---

$ cat /etc/redhat-release 
Fedora release 21 (Twenty One)
$ 
$ uname -r
3.17.7-300.fc21.x86_64
$
$ cc -xc -o estest estest.c 
$ cc -xc -o gsbasetest gsbasetest.c 
$ 
$ ./estest 
estest: set_thread_area: Function not implemented
$ 
$ ./gsbasetest 
[OK]    ARCH_SET_GS worked
[OK]    Writing 0 to gs worked
[FAIL]  gsbase was corrupted
$
==

Comment 3 Josh Boyer 2015-01-06 14:24:21 UTC
(In reply to Prasad J Pandit from comment #2)
> Fedora kernels don't seem to be affected.

Not sure why that is, but the patch is queued for stable anyway so I went ahead and grabbed it.  Added to Fedora git.

Comment 4 Jiri Slaby 2015-01-08 10:13:58 UTC
(In reply to Prasad J Pandit from comment #2)
> $ cc -xc -o estest estest.c 

FWIW, this is a 32-bit issue, you have to compile with -m32...

But I am not sure, whether this fixes anything for kernels < 3.14 (before kASLR was merged). The commit message is poor.

Comment 5 Jiri Slaby 2015-01-08 10:18:55 UTC
(In reply to Josh Boyer from comment #3)
> (In reply to Prasad J Pandit from comment #2)
> > Fedora kernels don't seem to be affected.
> 
> Not sure why that is, but the patch is queued for stable anyway

It is questionable. Andi Kleen objected to my, 3.12, version. So I FWDed to Greg and I am unsure ATM whether the kernels < 3.14 will be released with the patch.

Comment 6 Josh Boyer 2015-01-08 13:22:46 UTC
(In reply to Jiri Slaby from comment #5)
> (In reply to Josh Boyer from comment #3)
> > (In reply to Prasad J Pandit from comment #2)
> > > Fedora kernels don't seem to be affected.
> > 
> > Not sure why that is, but the patch is queued for stable anyway
> 
> It is questionable. Andi Kleen objected to my, 3.12, version. So I FWDed to
> Greg and I am unsure ATM whether the kernels < 3.14 will be released with
> the patch.

Yes, I noticed that.  Thanks thought.

For Fedora, we no longer have any releases that are older then the 3.17.y stable series so that specific thing isn't relevant.  However, I'll keep an eye on the upstream thread and see if anything else comes from that.

Comment 7 Fedora Update System 2015-01-09 13:09:48 UTC
kernel-3.17.8-300.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/kernel-3.17.8-300.fc21

Comment 8 Fedora Update System 2015-01-09 13:10:42 UTC
kernel-3.17.8-200.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/kernel-3.17.8-200.fc20

Comment 9 Fedora Update System 2015-01-10 03:00:05 UTC
Package kernel-3.17.8-200.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing kernel-3.17.8-200.fc20'
as soon as you are able to, then reboot.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-0515/kernel-3.17.8-200.fc20
then log in and leave karma (feedback).

Comment 10 Fedora Update System 2015-01-11 02:57:34 UTC
kernel-3.17.8-300.fc21 has been pushed to the Fedora 21 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 11 Fedora Update System 2015-01-13 00:05:26 UTC
kernel-3.17.8-200.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.