Security readout for executives and security teams
Plain-English summary
CVE-2021-47173 is a Linux kernel memory leak in the uss720 USB driver probe path. The published record says the driver failed to release a USB device reference, and kernel stable commits fix it. No CVSS score, severity, or active exploitation evidence is provided.
Executive priority
Treat this as routine kernel hygiene unless affected systems rely on the uss720 driver or cannot be patched. There is no supplied evidence of active exploitation or high-impact remote compromise, but unresolved kernel memory leaks still warrant normal update cycles.
Technical view
The issue is in misc/uss720: uss720_probe increments or holds a usbdev reference but fails to drop it. The fix calls usb_put_dev to reduce the reference count and prevent leaked usb_alloc_dev memory. The source bundle does not describe privilege requirements, attack vector, or security impact beyond memory leak.
Likely exposure
Exposure is most relevant to Linux systems running affected kernel versions with the uss720 driver path reachable. The source bundle lists Linux as affected and provides stable kernel fixes, but does not identify distributions, configurations, or whether the driver must be loaded.
Exploitation context
The CVE is not marked KEV, and the supplied sources do not report active exploitation. The record includes a kernel memory-leak trace, but no exploitability details, public exploit status, or remote attack claim.
Researcher notes
The record is narrow: missing usb_put_dev in uss720_probe causes a reference leak. Analysis should focus on kernel version lineage, distribution backports, and whether uss720 probe can be reached in the environment. Do not infer broader impact without vendor evidence.
Mitigation direction
Identify Linux kernels in the affected ranges from asset inventory.
Check vendor or distribution advisories for patched kernel packages.
Prioritize applying kernel stable updates containing the referenced uss720 fix.
If patching is delayed, review whether uss720 is needed on exposed systems.
Validation and detection
Confirm deployed kernel versions against the affected and fixed version information.
Verify vendor kernels include one of the referenced stable fixes or equivalent backport.
Check whether the uss720 driver is present, loadable, or in use.
Review vulnerability scanner findings for distribution-specific package status.
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-2021-47173 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.