CVE-2022-30283

In UsbCoreDxe, tampering with the contents of the USB working buffer using DMA while certain USB transactions are in process leads to a TOCTOU problem that could be used by an attacker to cause SMRAM corruption and escalation of privileges The UsbCoreDxe module creates a working buffer for USB transactions outside of SMRAM. The code which uses can be inside of SMM, making the working buffer untrusted input. The buffer can be corrupted by DMA transfers. The SMM code code attempts to sanitize pointers to ensure all pointers refer to the working buffer, but when a pointer is not found in the list of pointers to sanitize, the current action is not aborted, leading to undefined behavior. This issue was discovered by Insyde engineering based on the general description provided by Intel's iSTARE group. Fixed in: Kernel 5.0: Version 05.09. 21 Kernel 5.1: Version 05.17.21 Kernel 5.2: Version 05.27.21 Kernel 5.3: Version 05.36.21 Kernel 5.4: Version 05.44.21 Kernel 5.5: Version 05.52.21 https://www.insyde.com/security-pledge/SA-2022063
References
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:insyde:kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:insyde:kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:insyde:kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:insyde:kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:insyde:kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:insyde:kernel:*:*:*:*:*:*:*:*

History

23 Nov 2022, 16:33

Type Values Removed Values Added
References (MISC) https://www.insyde.com/security-pledge/SA-2022063 - (MISC) https://www.insyde.com/security-pledge/SA-2022063 - Vendor Advisory
References (MISC) https://www.insyde.com/security-pledge - (MISC) https://www.insyde.com/security-pledge - Vendor Advisory
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.5
First Time Insyde kernel
Insyde
CPE cpe:2.3:o:insyde:kernel:*:*:*:*:*:*:*:*
CWE CWE-367

15 Nov 2022, 21:56

Type Values Removed Values Added
New CVE

Information

Published : 2022-11-15 21:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-30283

Mitre link : CVE-2022-30283

CVE.ORG link : CVE-2022-30283


JSON object : View

Products Affected

insyde

  • kernel
CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition