CVE-2022-49058
26.02.2025, 07:00
In the Linux kernel, the following vulnerability has been resolved: cifs: potential buffer overflow in handling symlinks Smatch printed a warning: arch/x86/crypto/poly1305_glue.c:198 poly1305_update_arch() error: __memcpy() 'dctx->buf' too small (16 vs u32max) It's caused because Smatch marks 'link_len' as untrusted since it comes from sscanf(). Add a check to ensure that 'link_len' is not larger than the size of the 'link_str' buffer.
Vendor | Product | Version |
---|---|---|
linux | linux_kernel | 2.6.37 ≤ 𝑥 < 4.9.311 |
linux | linux_kernel | 4.10 ≤ 𝑥 < 4.14.276 |
linux | linux_kernel | 4.15 ≤ 𝑥 < 4.19.239 |
linux | linux_kernel | 4.20 ≤ 𝑥 < 5.4.190 |
linux | linux_kernel | 5.5 ≤ 𝑥 < 5.10.112 |
linux | linux_kernel | 5.11 ≤ 𝑥 < 5.15.35 |
linux | linux_kernel | 5.16 ≤ 𝑥 < 5.17.4 |
linux | linux_kernel | 5.18:rc1 |
linux | linux_kernel | 5.18:rc2 |
𝑥
= Vulnerable software versions

Debian Releases
References