Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Luca Weiss

Researcher fromFairphone
#21631of 53,634
11Total CVSS
Vulnerabilities · 2
Medium
2
PT-2025-8432
5.5
2025-02-26
Linux · Linux Kernel · CVE-2022-49499
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A null pointer dereference issue has been resolved in the Linux kernel, specifically in the drm/msm component. The issue occurs when the 'aspace' is not set before being used, which can happen when IOMMU is not present, such as on msm8974 devices. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.
PT-2025-8460
5.5
2025-02-26
Linux · Linux Kernel · CVE-2022-49527
**Name of the Vulnerable Software and Affected Versions** Linux kernel (affected versions not specified) **Description** A null pointer dereference issue has been identified in the Linux kernel, specifically in the venus driver. The error occurs when `venus probe` fails at `pm runtime put sync`, leading to a sequence where `hfi destroy` is called before `hfi core deinit`. As `hfi destroy` sets `core->ops` to NULL, `hfi core deinit` cannot call the `core deinit` function, resulting in a null pointer dereference. This issue is resolved by skipping the call to `hfi core deinit` when necessary. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.