VYPR
High severity7.8NVD Advisory· Published May 1, 2025· Updated Aug 4, 2026

CVE-2022-49804

CVE-2022-49804

Description

In the Linux kernel, the following vulnerability has been resolved:

s390: avoid using global register for current_stack_pointer

Commit 30de14b1884b ("s390: current_stack_pointer shouldn't be a function") made current_stack_pointer a global register variable like on many other architectures. Unfortunately on s390 it uncovers old gcc bug which is fixed only since gcc-9.1 [gcc commit 3ad7fed1cc87 ("S/390: Fix PR89775. Stackpointer save/restore instructions removed")] and backported to gcc-8.4 and later. Due to this bug gcc versions prior to 8.4 generate broken code which leads to stack corruptions.

Current minimal gcc version required to build the kernel is declared as 5.1. It is not possible to fix all old gcc versions, so work around this problem by avoiding using global register variable for current_stack_pointer.

Affected products

15
  • Linux/Kernelllm-fuzzy14 versions
    (expand)+ 13 more
    • (no CPE)
    • (no CPE)range: 5.18
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=5.18.1,<6.0.10
    • cpe:2.3:o:linux:linux_kernel:5.18:-:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:5.18:rc3:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:5.18:rc4:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:5.18:rc5:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:5.18:rc6:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:5.18:rc7:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.1:rc1:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.1:rc2:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.1:rc3:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.1:rc4:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.1:rc5:*:*:*:*:*:*
  • osv-coords
    Range: >= 5.18.0, < 6.0.10

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.