CVE-2023-52703: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path
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/
Security readout for executives and security teams
Plain-English summary
This is a low-severity Linux kernel issue in the kalmia USB network driver. A local low-privileged user could potentially trigger limited availability impact, but the source does not indicate data theft, integrity loss, remote exploitation, or active exploitation.
Executive priority
Handle through normal kernel patch management. Escalation is not justified unless affected systems are multi-user, sensitive, or allow untrusted local USB interaction.
Technical view
The flaw involves kalmia_send_init_packet() passing an uninitialized act_len value on usb_bulk_msg error paths. The kernel fix removes act_len from those error-path logs. CVSS is 3.3, local attack vector, low privileges required, and availability-only impact.
Likely exposure
Exposure is likely limited to Linux systems using or loading the kalmia USB network driver and running an affected kernel before the relevant stable fixes. Internet-facing exposure is not indicated by the source bundle.
Exploitation context
The CVE is not listed as KEV, and the provided sources do not report active exploitation. The CVSS vector indicates local access with low privileges, no user interaction, and only low availability impact.
Researcher notes
Evidence points to an uninitialized variable use in an error path, fixed by avoiding act_len in those paths. The bundle provides stable kernel commits but no exploit report, CWE mapping, or downstream package matrix.
Mitigation direction
Apply the appropriate Linux kernel stable or distribution update containing the referenced fix.
Prioritize systems where untrusted local users can access USB networking functionality.
Check vendor or distribution advisories for exact fixed package versions.
Restrict unnecessary USB device access where operationally feasible.
Validation and detection
Inventory Linux kernel versions and confirm whether kalmia support is present or loadable.
Compare deployed kernels against vendor advisories and referenced stable fix commits.
Check system logs for kalmia driver use on relevant hosts.
Confirm updated kernels are booted, not only installed.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-52703 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.