CVE-2023-52703
Linux Kernel usb kalmia Null Pointer Dereference
Description
In the Linux kernel, the following vulnerability has been resolved: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path syzbot reported that act_len in kalmia_send_init_packet() is uninitialized when passing it to the first usb_bulk_msg error path. Jiri Pirko noted that it's pointless to pass it in the error path, and that the value that would be printed in the second error path would be the value of act_len from the first call to usb_bulk_msg.[1] With this in mind, let's just not pass act_len to the usb_bulk_msg error paths. 1: https://lore.kernel.org/lkml/Y9pY61y1nwTuzMOa@nanopsycho/
INFO
Published Date :
May 21, 2024, 4:15 p.m.
Last Modified :
Nov. 21, 2024, 8:40 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
1.4
Exploitability Score :
1.8
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2023-52703
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2023-52703
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2023-52703
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/02df3170c04a8356cd571ab9155a42f030190abc Added Reference https://git.kernel.org/stable/c/1b5de7d44890b78519acbcc80d8d1f23ff2872e5 Added Reference https://git.kernel.org/stable/c/338f826d3afead6e4df521f7972a4bef04a72efb Added Reference https://git.kernel.org/stable/c/525bdcb0838d19d918c7786151ee14661967a030 Added Reference https://git.kernel.org/stable/c/723ef7b66f37c0841f5a451ccbce47ee1641e081 Added Reference https://git.kernel.org/stable/c/a753352622b4f3c0219e0e9c73114b2848ae6042 Added Reference https://git.kernel.org/stable/c/c68f345b7c425b38656e1791a0486769a8797016 -
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Nov. 07, 2024
Action Type Old Value New Value Added CVSS V3.1 CISA-ADP AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 29, 2024
Action Type Old Value New Value -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 21, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path syzbot reported that act_len in kalmia_send_init_packet() is uninitialized when passing it to the first usb_bulk_msg error path. Jiri Pirko noted that it's pointless to pass it in the error path, and that the value that would be printed in the second error path would be the value of act_len from the first call to usb_bulk_msg.[1] With this in mind, let's just not pass act_len to the usb_bulk_msg error paths. 1: https://lore.kernel.org/lkml/Y9pY61y1nwTuzMOa@nanopsycho/ Added Reference kernel.org https://git.kernel.org/stable/c/1b5de7d44890b78519acbcc80d8d1f23ff2872e5 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/723ef7b66f37c0841f5a451ccbce47ee1641e081 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/a753352622b4f3c0219e0e9c73114b2848ae6042 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/525bdcb0838d19d918c7786151ee14661967a030 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/338f826d3afead6e4df521f7972a4bef04a72efb [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/02df3170c04a8356cd571ab9155a42f030190abc [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/c68f345b7c425b38656e1791a0486769a8797016 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2023-52703
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2023-52703
weaknesses.