CVE-2021-47447

Source
https://nvd.nist.gov/vuln/detail/CVE-2021-47447
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2021-47447.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2021-47447
Downstream
Related
Published
2024-05-22T07:15:09Z
Modified
2025-09-22T21:17:08Z
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/a3xx: fix error handling in a3xxgpuinit()

These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if (ret != -ENODATA)" did not work because "ret" was set to 1.

References

Affected packages