Описание
Security update for gcc13
This update for gcc13 fixes the following issues:
This update ship the GCC 13.2 compiler suite and its base libraries.
The compiler base libraries are provided for all SUSE Linux Enterprise 15 versions and replace the same named GCC 12 ones.
The new compilers for C, C++, and Fortran are provided for SUSE Linux Enterprise 15 SP4 and SP5, and provided in the 'Development Tools' module.
The Go, D, Ada and Modula 2 language compiler parts are available unsupported via the PackageHub repositories.
To use gcc13 compilers use:
- install 'gcc13' or 'gcc13-c++' or one of the other 'gcc13-COMPILER' frontend packages.
- override your Makefile to use CC=gcc-13, CXX=g++-13 and similar overrides for the other languages.
For a full changelog with all new GCC13 features, check out
Detailed changes:
- CVE-2023-4039: Fixed -fstack-protector issues on aarch64 with variable length stack allocations. (bsc#1214052)
-
Work around third party app crash during C++ standard library initialization. [bsc#1216664]
-
Fixed that GCC13 fails to compile some packages with error: unrecognizable insn (bsc#1215427)
-
Bump included newlib to version 4.3.0.
-
Update to GCC trunk head (r13-5254-g05b9868b182bb9)
-
Redo floatn fixinclude pick-up to simply keep what is there.
-
Turn cross compiler to s390x to a glibc cross. [bsc#1214460]
-
Also handle -static-pie in the default-PIE specs
-
Fixed missed optimization in Skia resulting in Firefox crashes when building with LTO. [bsc#1212101]
-
Make libstdc++6-devel packages own their directories since they can be installed standalone. [bsc#1211427]
-
Add new x86-related intrinsics (amxcomplexintrin.h).
-
RISC-V: Add support for inlining subword atomic operations
-
Use --enable-link-serialization rather that --enable-link-mutex, the benefit of the former one is that the linker jobs are not holding tokens of the make's jobserver.
-
Add cross-bpf packages. See https://gcc.gnu.org/wiki/BPFBackEnd for the general state of BPF with GCC.
-
Add bootstrap conditional to allow --without=bootstrap to be specified to speed up local builds for testing.
-
Bump included newlib to version 4.3.0.
-
Also package libhwasan_preinit.o on aarch64.
-
Configure external timezone database provided by the timezone package. Make libstdc++6 recommend timezone to get a fully working std::chrono. Install timezone when running the testsuite.
-
Package libhwasan_preinit.o on x86_64.
-
Fixed unwinding on aarch64 with pointer signing. [bsc#1206684]
-
Enable PRU flavour for gcc13
-
update floatn fixinclude pickup to check each header separately (bsc#1206480)
-
Redo floatn fixinclude pick-up to simply keep what is there.
-
Bump libgo SONAME to libgo22.
-
Do not package libhwasan for biarch (32-bit architecture) as the extension depends on 64-bit pointers.
-
Adjust floatn fixincludes guard to work with SLE12 and earlier SLE15.
-
Depend on at least LLVM 13 for GCN cross compiler.
-
Update embedded newlib to version 4.2.0
-
Allow cross-pru-gcc12-bootstrap for armv7l architecture. PRU architecture is used for real-time MCUs embedded into TI armv7l and aarch64 SoCs. We need to have cross-pru-gcc12 for armv7l in order to build both host applications and PRU firmware during the same build.
Список пакетов
Container suse/ltss/sle12.5/sles12sp5:latest
Container suse/sles12sp5:latest
Image SLES12-SP5-Azure-BYOS
Image SLES12-SP5-Azure-Basic-On-Demand
Image SLES12-SP5-Azure-HPC-BYOS
Image SLES12-SP5-Azure-HPC-On-Demand
Image SLES12-SP5-Azure-SAP-BYOS
Image SLES12-SP5-Azure-SAP-On-Demand
Image SLES12-SP5-Azure-Standard-On-Demand
Image SLES12-SP5-EC2-BYOS
Image SLES12-SP5-EC2-ECS-On-Demand
Image SLES12-SP5-EC2-On-Demand
Image SLES12-SP5-EC2-SAP-BYOS
Image SLES12-SP5-EC2-SAP-On-Demand
Image SLES12-SP5-GCE-BYOS
Image SLES12-SP5-GCE-On-Demand
Image SLES12-SP5-GCE-SAP-BYOS
Image SLES12-SP5-GCE-SAP-On-Demand
Image SLES12-SP5-SAP-Azure-LI-BYOS-Production
Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production
SUSE Linux Enterprise Module for Toolchain 12
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12 SP5
Ссылки
- Link for SUSE-SU-2023:4480-1
- E-Mail link for SUSE-SU-2023:4480-1
- SUSE Security Ratings
- SUSE Bug 1206480
- SUSE Bug 1206684
- SUSE Bug 1210557
- SUSE Bug 1211427
- SUSE Bug 1212101
- SUSE Bug 1213915
- SUSE Bug 1214052
- SUSE Bug 1214460
- SUSE Bug 1215427
- SUSE Bug 1216664
- SUSE CVE CVE-2023-4039 page
Описание
** DISPUTED ** **DISPUTED**A failure in the -fstack-protector feature in GCC-based toolchains that target AArch64 allows an attacker to exploit an existing buffer overflow in dynamically-sized local variables in your application without this being detected. This stack-protector failure only applies to C99-style dynamically-sized local variables or those created using alloca(). The stack-protector operates as intended for statically-sized local variables. The default behavior when the stack-protector detects an overflow is to terminate your application, resulting in controlled loss of availability. An attacker who can exploit a buffer overflow without triggering the stack-protector might be able to change program flow control to cause an uncontrolled loss of availability or to go further and affect confidentiality or integrity. NOTE: The GCC project argues that this is a missed hardening bug and not a vulnerability by itself.
Затронутые продукты
Ссылки
- CVE-2023-4039
- SUSE Bug 1214052
- SUSE Bug 1228298