CVE-2025-38237
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-07-08

Last updated on: 2025-12-18

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: media: platform: exynos4-is: Add hardware sync wait to fimc_is_hw_change_mode() In fimc_is_hw_change_mode(), the function changes camera modes without waiting for hardware completion, risking corrupted data or system hangs if subsequent operations proceed before the hardware is ready. Add fimc_is_hw_wait_intmsr0_intmsd0() after mode configuration, ensuring hardware state synchronization and stable interrupt handling.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-07-08
Last Modified
2025-12-18
Generated
2026-05-07
AI Q&A
2025-07-08
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 5.11 (inc) to 5.15.186 (inc)
debian debian_linux 11.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability occurs in the Linux kernel's media platform for exynos4-is, specifically in the fimc_is_hw_change_mode() function. The function changes camera modes without waiting for the hardware to complete the previous operation, which can lead to corrupted data or system hangs if subsequent operations start before the hardware is ready. The fix involves adding a hardware synchronization wait function (fimc_is_hw_wait_intmsr0_intmsd0()) after mode configuration to ensure the hardware state is synchronized and interrupts are handled stably.


How can this vulnerability impact me? :

This vulnerability can cause corrupted data or system hangs when changing camera modes on affected hardware. If the system proceeds with operations before the hardware is ready, it may result in unstable behavior, potentially affecting device functionality and reliability.


What immediate steps should I take to mitigate this vulnerability?

Apply the patch that adds hardware synchronization wait in fimc_is_hw_change_mode() by updating the Linux kernel to a version that includes the fix. This ensures the camera mode changes wait for hardware completion, preventing corrupted data or system hangs.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart