CVE-2021-47446

Source
https://nvd.nist.gov/vuln/detail/CVE-2021-47446
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47446.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-47446
Downstream
Related
Published
2024-05-22T07:15:09Z
Modified
2025-09-24T17:51:41Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/msm/a4xx: fix error handling in a4xxgpuinit()

This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if (ret != -ENODATA)" cannot be true because "ret" is set to 1.

References

Affected packages