Executive Summary

Informations
Name CVE-2023-52455 First vendor Publication 2024-02-23
Vendor Cve Last vendor Modification 2024-04-30

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Overall CVSS Score 7.8
Base Score 7.8 Environmental Score 7.8
impact SubScore 5.9 Temporal Score 7.8
Exploitabality Sub Score 1.8
 
Attack Vector Local Attack Complexity Low
Privileges Required Low User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact High Availability Impact High
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

iommu: Don't reserve 0-length IOVA region

When the bootloader/firmware doesn't setup the framebuffers, their address and size are 0 in "iommu-addresses" property. If IOVA region is reserved with 0 length, then it ends up corrupting the IOVA rbtree with an entry which has pfn_hi < pfn_lo. If we intend to use display driver in kernel without framebuffer then it's causing the display IOMMU mappings to fail as entire valid IOVA space is reserved when address and length are passed as 0. An ideal solution would be firmware removing the "iommu-addresses" property and corresponding "memory-region" if display is not present. But the kernel should be able to handle this by checking for size of IOVA region and skipping the IOVA reservation if size is 0. Also, add a warning if firmware is requesting 0-length IOVA region reservation.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-52455

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 8
Os 3587

Sources (Detail)

https://git.kernel.org/stable/c/5e23e283910c9f30248732ae0770bcb0c9438abf
https://git.kernel.org/stable/c/98b8a550da83cc392a14298c4b3eaaf0332ae6ad
https://git.kernel.org/stable/c/bb57f6705960bebeb832142ce9abf43220c3eab1
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
Date Informations
2024-10-26 02:52:43
  • Multiple Updates
2024-10-25 02:54:39
  • Multiple Updates
2024-10-23 02:53:57
  • Multiple Updates
2024-10-03 02:49:34
  • Multiple Updates
2024-10-02 02:47:58
  • Multiple Updates
2024-09-15 02:45:58
  • Multiple Updates
2024-09-12 02:45:30
  • Multiple Updates
2024-09-04 02:47:05
  • Multiple Updates
2024-08-22 02:45:11
  • Multiple Updates
2024-08-02 13:54:10
  • Multiple Updates
2024-08-02 01:34:32
  • Multiple Updates
2024-05-01 00:27:33
  • Multiple Updates
2024-02-23 21:27:25
  • First insertion