CVE-2022-49226
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
26/02/2025
Last modified:
21/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net: asix: add proper error handling of usb read errors<br />
<br />
Syzbot once again hit uninit value in asix driver. The problem still the<br />
same -- asix_read_cmd() reads less bytes, than was requested by caller.<br />
<br />
Since all read requests are performed via asix_read_cmd() let&#39;s catch<br />
usb related error there and add __must_check notation to be sure all<br />
callers actually check return value.<br />
<br />
So, this patch adds sanity check inside asix_read_cmd(), that simply<br />
checks if bytes read are not less, than was requested and adds missing<br />
error handling of asix_read_cmd() all across the driver code.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 4.9 (including) | 5.15.33 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (including) | 5.16.19 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.17 (including) | 5.17.2 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



