CVE-2022-48873

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-48873
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48873.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48873
Downstream
Related
Published
2024-08-21T07:15:04Z
Modified
2025-08-09T20:01:25Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

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

misc: fastrpc: Don't remove map on createrprocess and devicerelease

Do not remove the map from the list on error path in fastrpcinitcreateprocess, instead call fastrpcmapput, to avoid use-after-free. Do not remove it on fastrpcdevicerelease either, call fastrpcmap_put instead.

The fastrpcfreemap is the only proper place to remove the map. This is called only after the reference count is 0.

References

Affected packages