First published: Wed Feb 26 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=2.6.37<4.9.311 | |
Linux Kernel | >=4.10<4.14.276 | |
Linux Kernel | >=4.15<4.19.239 | |
Linux Kernel | >=4.20<5.4.190 | |
Linux Kernel | >=5.5<5.10.112 | |
Linux Kernel | >=5.11<5.15.35 | |
Linux Kernel | >=5.16<5.17.4 | |
Linux Kernel | =5.18-rc1 | |
Linux Kernel | =5.18-rc2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49058 is considered a high severity vulnerability due to the potential for a buffer overflow.
To fix CVE-2022-49058, update the Linux kernel to the latest patched version that addresses this vulnerability.
CVE-2022-49058 affects multiple versions of the Linux Kernel, specifically versions between 2.6.37 and 5.18-rc2.
CVE-2022-49058 can enable remote attackers to potentially execute arbitrary code or escalate privileges via crafted symlinks.
As of now, there is no public information indicating that CVE-2022-49058 is being actively exploited in the wild.