From this webpage screenshot, we can extract the following key information about the vulnerability: 1. Vulnerability Description: - Vulnerability Type: NULL-pointer dereference - Affected Component: qcom: scm - Fix Description: Fixed certain SCM calls where, if the scm pointer was NULL, the driver might not be loaded and would not be probed, as there was no SCM entry in the device tree. Ensured that NULL pointers are not dereferenced. 2. Fix History: - Commit Date: September 30, 2024 - Committer: Bartosz Golaszewski - Commit Message: Fixed NULL-pointer dereference issue in qcom: scm - Code Location: drivers/firmware/qcom/qcom_scm.c - Code Diff: The diff shows modifications to the definition of the scm_query_lock function. 3. Fix Process: - Reporter: Rudraksha Gupta - Reviewers: Konrad Dybcio, Dmitry Baryshkov, Stephan Gerhold, Kuldeep Singh, Bjorn Andersson - Signers: Bartosz Golaszewski, Bjorn Andersson 4. Related Links: - Original Commit: https://lore.kernel.org/lkml/692cfe9a-8c05-4ce4-813e-82b3f310019a@gmail.com/ - Link: https://lore.kernel.org/r/20240930083328.17904-1-brgl@bgdev.pl This information indicates that the vulnerability has been fixed and underwent thorough review and signing, ensuring the effectiveness and security of the fix.