CVE-2022-48952

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48952
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48952.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48952
Downstream
Published
2024-10-21T20:15:06Z
Modified
2025-08-09T20:01:26Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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 socdeviceattribute array, which causes an oops when assessed by the socdevicematch(mt7621pciequirks_match) call.

This was only exposed once the CONFIGSOCMT7621 mt7621 socdevattr 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.

References

Affected packages