Lucene search

K
nvd416baaa9-dc9f-4396-8d5f-8c081fb06d67NVD:CVE-2023-52857
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2023-52857

2024-05-2116:15:22
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
linux
kernel
integer overflow
vulnerability
drm/mediatek

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%

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.

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.7%