Vulnerability in Linux
CVE-2022-49226
In the Linux kernel, the following vulnerability has been resolved: net: asix: add proper error handling of usb read errors Syzbot once again hit uninit value in asix driver. The problem still the same -- asix_read_cmd() reads less bytes, than was requested by caller. Since all read requests are performed via asix_read_cmd() let's catch usb related error there and add __must_check notation to be sure all callers actually check return value. So, this patch adds sanity check inside asix_read_cmd(), that simply checks if bytes read are not less, than was requested and adds missing error handling of asix_read_cmd() all across the driver code.
EPSS: 0.003 (18.1th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions d9fe64e511144c1ee7d7555b4111f09dde9692ef, 4.9, 0
- Linux Linux_kernel
References
Frequently asked questions
- What is CVE-2022-49226?
- CVE-2022-49226 is a medium-severity vulnerability in Linux. CVSS score: 5.5/10. Published 2025-02-26.
- How severe is CVE-2022-49226?
- Medium severity. CVSS v3 base score is 5.5 out of 10.