CVE-2024-38547: media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
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.
Security readout for executives and security teams
Plain-English summary
CVE-2024-38547 is a Linux kernel bug in the atomisp media driver. Under an allocation failure, cleanup code can dereference a null pointer. The most likely business impact is service instability or a kernel crash on systems that use this driver path. Public sources do not provide a CVSS score or confirmed exploitation.
Executive priority
Treat this as a targeted Linux kernel stability risk until exposure is confirmed. It should not outrank known exploited vulnerabilities, but affected operational systems should be patched through normal kernel maintenance windows.
Technical view
The flaw is in load_video_binaries() under media/atomisp/ssh_css. If mycs->yuv_scaler_binary allocation fails, sh_css_pipe_unload_binaries() can call unload_video_binaries(), which passes the same null slot to ia_css_binary_unload, triggering a null-pointer dereference.
Likely exposure
Exposure appears limited to Linux systems running affected kernels with the atomisp media driver present and reachable, especially hardware using Intel Atom ISP functionality. The provided affected-version data is broad and incomplete, so validate against distro backports and vendor advisories.
Exploitation context
The source bundle does not show CISA KEV listing, active exploitation, public exploit code, or a CVSS vector. The issue description supports a denial-of-service style failure scenario, but it does not establish remote reachability or privilege requirements.
Researcher notes
The source evidence identifies the faulty allocation-failure path and multiple Linux stable commits. It does not provide exploitability analysis, affected hardware scope, or product-specific Siemens details in the bundle, so conclusions beyond driver-level denial of service remain uncertain.
Mitigation direction
Apply vendor or distro kernel updates containing the referenced stable fixes.
Check Siemens guidance if affected Siemens products are in scope.
If patching is delayed, review vendor-supported options to disable unused atomisp functionality.
Prioritize internet-exposed or operationally critical Linux assets after exposure validation.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and embedded systems.
Check whether atomisp support is built, loaded, or used on each system.
Confirm whether vendor kernels include backports for CVE-2024-38547.
Review Siemens advisory SSA-265688 for product-specific applicability.
Track remediation through kernel package or firmware update records.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-38547 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.