CVE-2022-48952: PCI: mt7621: Add sentinel to quirks table
In the Linux kernel, the following vulnerability has been resolved:
PCI: mt7621: Add sentinel to quirks table
Current driver is missing a sentinel in the struct soc_device_attribute
array, which causes an oops when assessed by the
soc_device_match(mt7621_pcie_quirks_match) call.
This was only exposed once the CONFIG_SOC_MT7621 mt7621 soc_dev_attr
was fixed to register the SOC as a device, in:
commit 7c18b64bba3b ("mips: ralink: mt7621: do not use kzalloc too early")
Fix it by adding the required sentinel.
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can trigger a kernel oops in the MediaTek/Ralink MT7621 PCI driver because a hardware-matching table lacks its required ending marker. The sources describe a reliability failure, not data theft or remote compromise. Business urgency depends on whether your products or appliances run affected Linux kernels on MT7621-based hardware.
Executive priority
Treat this as a targeted availability and stability issue for MT7621-based Linux devices. It is not supported by the supplied evidence as actively exploited or remotely weaponized, but affected embedded appliances may need timely vendor firmware updates.
Technical view
The mt7621 PCI driver’s soc_device_attribute quirks table was missing a sentinel entry. After CONFIG_SOC_MT7621 began registering the SoC as a device, soc_device_match(mt7621_pcie_quirks_match) could read past the array and cause an oops. Stable kernel commits add the required sentinel.
Likely exposure
Most relevant exposure is Linux systems built for MT7621 SoC platforms with the mt7621 PCI path enabled. The bundle lists Linux kernel versions and stable commits but does not provide distribution-specific package names, CPEs, or a complete affected-version matrix.
Exploitation context
The provided sources do not show active exploitation, public exploit activity, or KEV listing. The described failure mode is a kernel oops caused by driver table handling after a related MT7621 registration change exposed the bug.
Researcher notes
The key technical evidence is narrow: missing sentinel in struct soc_device_attribute array, exposed after commit 7c18b64bba3b changed MT7621 SoC registration behavior. Severity, CVSS, CWE, CPEs, and distribution package mappings are not provided in the bundle.
Mitigation direction
Apply a vendor kernel update containing the referenced stable fixes.
Check embedded Linux vendor guidance for MT7621-based products.
Backport the sentinel fix only through normal kernel maintenance processes.
Prioritize systems where kernel oopses affect service availability.
Validation and detection
Inventory Linux kernels used on MT7621-based hardware.
Check whether referenced stable commits are present in your kernel tree.
Confirm CONFIG_SOC_MT7621 and mt7621 PCI driver usage.
Review kernel logs for oopses around soc_device_match or mt7621_pcie.
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-2022-48952 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.