From fee5e57d00c55a1a7b3415b6875cb2a0dd00a906 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Mon, 26 Nov 2012 09:03:26 -0500 Subject: CVE-2012-4530: stack disclosure binfmt_script load_script (rhbz 868285 880147) --- kernel.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 8d62e936..525e44a0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -62,7 +62,7 @@ Summary: The Linux kernel # For non-released -rc kernels, this will be appended after the rcX and # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # -%global baserelease 1 +%global baserelease 2 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -773,6 +773,10 @@ Patch22125: Bluetooth-Add-support-for-BCM20702A0.patch #rhbz 859485 Patch21226: vt-Drop-K_OFF-for-VC_MUTE.patch +#rhbz CVE-2012-4530 868285 880147 +Patch21228: exec-do-not-leave-bprm-interp-on-stack.patch +Patch21229: exec-use-eloop-for-max-recursion-depth.patch + # END OF PATCH DEFINITIONS %endif @@ -1486,6 +1490,10 @@ ApplyPatch Bluetooth-Add-support-for-BCM20702A0.patch #rhbz 859485 ApplyPatch vt-Drop-K_OFF-for-VC_MUTE.patch +#rhbz CVE-2012-4530 868285 880147 +ApplyPatch exec-do-not-leave-bprm-interp-on-stack.patch +ApplyPatch exec-use-eloop-for-max-recursion-depth.patch + # END OF PATCH APPLICATIONS %endif @@ -2353,6 +2361,9 @@ fi # ||----w | # || || %changelog +* Mon Nov 26 2012 Josh Boyer +- CVE-2012-4530: stack disclosure binfmt_script load_script (rhbz 868285 880147) + * Sun Nov 25 2012 Josh Boyer - 3.7.0-0.rc6.git4.1 - Linux v3.7-rc6-209-g194d983 -- cgit