Security Advisory

CVE-2023-52857

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-21 15:31:51
Last updated 2026-05-23 15:27:24
Assigner Linux
State PUBLISHED

Description

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