← All CVEs

CVE-2022-49058

critical · 9.1

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.

9.1
CVSS
0.9%
EPSS (exploit prob.)
57th
EPSS percentile
2025-02-26
Published

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H

Weaknesses

CWE-120

Affected products

VendorProductAffected versions
linuxlinux_kernel>= 2.6.37, < 4.9.311
linuxlinux_kernel>= 4.10, < 4.14.276
linuxlinux_kernel>= 4.15, < 4.19.239
linuxlinux_kernel>= 4.20, < 5.4.190
linuxlinux_kernel>= 5.5, < 5.10.112
linuxlinux_kernel>= 5.11, < 5.15.35
linuxlinux_kernel>= 5.16, < 5.17.4
linuxlinux_kernel5.18
linuxlinux_kernel5.18

Check a specific version with /api/v1/cve/match.

References

Query this programmatically:

curl https://evil-db.io/api/v1/cve/CVE-2022-49058