CVE-2023-52857

Severity CVSS v4.0:
Pending analysis
Type:
CWE-190 Integer Overflow or Wraparound
Publication date:
21/05/2024
Last modified:
03/11/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> drm/mediatek: Fix coverity issue with unintentional integer overflow<br /> <br /> 1. Instead of multiplying 2 variable of different types. Change to<br /> assign a value of one variable and then multiply the other variable.<br /> <br /> 2. Add a int variable for multiplier calculation instead of calculating<br /> different types multiplier with dma_addr_t variable directly.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.13.12 (including) 6.5.12 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.6 (including) 6.6.2 (excluding)