CVE-2021-47279: usb: misc: brcmstb-usb-pinmap: check return value after calling platform_get_resource()
In the Linux kernel, the following vulnerability has been resolved:
usb: misc: brcmstb-usb-pinmap: check return value after calling platform_get_resource()
It will cause null-ptr-deref if platform_get_resource() returns NULL,
we need check the return value.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue is a missing error check in the brcmstb USB pinmap driver. If a required platform resource lookup fails, the kernel can dereference a NULL pointer. The public record does not provide CVSS, confirmed impact scope, or evidence of exploitation.
Executive priority
Treat this as a targeted kernel maintenance issue, not an emergency based on available evidence. Prioritize patching where affected kernels and the brcmstb USB pinmap driver are relevant.
Technical view
CVE-2021-47279 fixes brcmstb-usb-pinmap by checking the return value from platform_get_resource(). Without that check, a NULL return can cause a NULL pointer dereference. Sources identify Linux kernel versions around 5.11 through 5.13 and reference two stable kernel commits.
Likely exposure
Exposure appears limited to Linux systems running affected kernels where the brcmstb USB pinmap driver is present or loaded. The source bundle does not identify specific distributions, devices, or deployment patterns.
Exploitation context
No KEV listing is present, and the supplied sources do not claim active exploitation or provide exploit details. The public evidence supports a stability or denial-of-service concern, but not remote exploitation or privilege escalation.
Researcher notes
The record is sparse: no CVSS, no CWE, and no detailed attack preconditions. The safest assessment is source-level NULL pointer dereference fixed upstream, with exposure dependent on driver reachability and kernel build configuration.
Mitigation direction
Apply Linux kernel or distribution updates containing the referenced stable fixes.
For custom kernels, backport the NULL return check from the stable commits.
Check vendor advisories for distribution-specific fixed package versions.
Prioritize systems that include or load the brcmstb USB pinmap driver.
Validation and detection
Inventory Linux kernel versions on systems that may use this driver.
Check whether brcmstb-usb-pinmap is built, available, or loaded.
Confirm installed kernel includes one of the referenced stable commits or equivalent patch.
Review kernel logs for USB pinmap driver crashes or NULL pointer dereferences.
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-47279 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.