CVE-2026-43182
Division by Zero in Linux Kernel Media Driver
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's media subsystem, specifically in the ccs driver. It involves a missing check for a division by zero condition when calculating the maximum M value for scaler configuration. The calculation divides by the value of the MIN_X_OUTPUT_SIZE limit register, which was assumed to be non-zero, but the driver did not verify this assumption, potentially leading to a division by zero error.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause a division by zero error in the Linux kernel's media driver, which may lead to system instability or crashes. This could affect the reliability of media processing on affected systems.