CVE-2022-48987
MediumIn the Linux kernel, the following vulnerability has been resolved: media: v4l2-dv-timings.c: fix too strict blanking sanity checks Sanity checks were added to verify the v4l2_bt_timings blanking fields in order to avoid integer overflows when userspace passes weird values. But that assumed that userspace would correctly fill in the front porch, backporch and sync values, but sometimes all you know is the total blanking, which is then assigned to just one of these fields. And that can fail with these checks. So instead set a maximum for the total horizontal and vertical blanking and check that each field remains below that. That is still sufficient to avoid integer overflows, but it also allows for more flexibility in how userspace fills in these fields.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness type
CWE-190CVE-2022-48987 is a Integer Overflow vulnerability
What is Integer Overflow?
The product performs a calculation that can produce an integer overflow, leading to unexpected values. Learn more on MITRE CWE
Affected versions
Linux kernel versions
4.9.332,
4.14.298,
4.19.264,
5.4.223,
5.10.153,
5.15.77,
6.0.7
and later are affected. Fixed in
4.9.336,
4.14.302,
4.19.269,
5.4.227,
5.10.159,
5.15.83,
6.0.13
and their respective stable series.
References
8 total-
Patch
-
Patch
-
Patch
-
Patch
-
Patch
Frequently asked questions
-
What is CVE-2022-48987?
CVE-2022-48987 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 , classified as an Integer Overflow flaw (CWE-190) . It affects Linux kernel versions from 4.9.332 onward and has been patched in 4.9.336, 4.14.302, 4.19.269 and others. CVE-2022-48987 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2022-48987?
CVE-2022-48987 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2022-48987?
Yes. CVE-2022-48987 has been patched. Fixed versions include 4.9.336, 4.14.302, 4.19.269 and others. If you are running Linux kernel 4.9.332 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2022-48987 actively exploited?
No. CVE-2022-48987 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.