CVE-2022-48774

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48774
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-48774.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-48774
Downstream
Related
Published
2024-07-16T12:15:02Z
Modified
2025-09-24T18:18:16Z
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:

dmaengine: ptdma: Fix the error handling path in ptcoreinit()

In order to free resources correctly in the error handling path of ptcoreinit(), 2 goto's have to be switched. Otherwise, some resources will leak and we will try to release things that have not been allocated yet.

Also move a dev_err() to a place where it is more meaningful.

References

Affected packages