diff options
author | 2022-10-15 16:16:26 -0400 | |
---|---|---|
committer | 2022-10-15 16:16:26 -0400 | |
commit | 0514c4895fd3cb26a7f801ca002417e9e36c170e (patch) | |
tree | 9edb93bc898e6ac8dd5dda31b464dce5fb069393 /sys-kernel/gentoo-sources | |
parent | sys-kernel/gentoo-sources: Auto stable 5.4.218 per kernel project policy (diff) | |
download | gentoo-0514c4895fd3cb26a7f801ca002417e9e36c170e.tar.gz gentoo-0514c4895fd3cb26a7f801ca002417e9e36c170e.tar.bz2 gentoo-0514c4895fd3cb26a7f801ca002417e9e36c170e.zip |
sys-kernel/gentoo-sources: Auto stable 5.10.148 per kernel project policy
Stabilization for over the air exploitable problems
in the WLAN stack
See:
https://lwn.net/ml/oss-security/20221013101046.GB20615@suse.de/
CVE-2022-41674: fix u8 overflow in cfg80211_update_notlisted_nontrans
(max 256 byte overwrite) (RCE)
CVE-2022-42719: wifi: mac80211: fix MBSSID parsing use-after-free
use after free condition (RCE)
CVE-2022-42720: wifi: cfg80211: fix BSS refcounting bugs
ref counting use-after-free possibilities (RCE)
CVE-2022-42721: wifi: cfg80211: avoid nontransmitted BSS list corruption
list corruption, according to Johannes will however just make it
endless loop (DOS)
CVE-2022-42722: wifi: mac80211: fix crash in beacon protection for
P2P-device NULL ptr dereference crash (DOS)
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'sys-kernel/gentoo-sources')
-rw-r--r-- | sys-kernel/gentoo-sources/gentoo-sources-5.10.148.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.148.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.10.148.ebuild index 958f59ff63d2..9ef9c332908b 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.148.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.148.ebuild @@ -10,7 +10,7 @@ inherit kernel-2 detect_version detect_arch -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches" IUSE="experimental" |