In the Linux kernel, the following vulnerability has been resolved:media: qcom: camss: fix error path on configuration of power domainsThere is a chance to meet runtime issues during configuration of CAMSSpower domains, because on the error path dev_pm_domain_detach() isunexpectedly called with NULL or error pointer.One of the simplest ways to reproduce the problem is to probe CAMSSdriver before registration of CAMSS power domains, for instance ifa platform CAMCC driver is simply not built.Warning backtrace example: Unable to handle kernel NULL pointer dereference at virtual address 00000000000001a2
No PoCs from references.
- https://github.com/cku-heise/euvd-api-doc