CVE-2024-38547
Published: Jun 19, 2024
Modified: May 12, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries The allocation failure of mycs->yuv_scaler_binary in load_video_binaries() is followed with a dereference of mycs->yuv_scaler_binary after the following call chain: sh_css_pipe_load_binaries() |-> load_video_binaries(mycs->yuv_scaler_binary == NULL) | |-> sh_css_pipe_unload_binaries() |-> unload_video_binaries() In unload_video_binaries(), it calls to ia_css_binary_unload with argument &pipe->pipe_settings.video.yuv_scaler_binary[i], which refers to the same memory slot as mycs->yuv_scaler_binary. Thus, a null-pointer dereference is triggered.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected a49d25364dfb9f8a64037488a39ab1f56c5fa419 - < 51b8dc5163d2ff2bf04019f8bf7e3bd0e75bb654affected ad85094b293e40e7a2f831b0311a389d952ebd5e - < 4b68b861b514a5c09220d622ac3784c0ebac6c80affected ad85094b293e40e7a2f831b0311a389d952ebd5e - < 82c2c85aead3ea3cbceef4be077cf459c5df2272affected ad85094b293e40e7a2f831b0311a389d952ebd5e - < a1ab99dcc8604afe7e3bccb01b10da03bdd7ea35affected ad85094b293e40e7a2f831b0311a389d952ebd5e - < cc20c87b04db86c8e3e810bcdca686b406206069+3 more versions |
Linux | Linux | affected 4.12affected 5.8unaffected 0 - < 4.12unaffected 4.18 - < 5.8unaffected 5.10.219 - <= 5.10.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now