ghsa-xmjj-hrw9-x35m
Vulnerability from github
Published
2024-08-17 09:30
Modified
2024-08-22 18:31
Severity ?
Details
In the Linux kernel, the following vulnerability has been resolved:
media: venus: fix use after free in vdec_close
There appears to be a possible use after free with vdec_close(). The firmware will add buffer release work to the work queue through HFI callbacks as a normal part of decoding. Randomly closing the decoder device from userspace during normal decoding can incur a read after free for inst.
Fix it by cancelling the work in vdec_close.
{ "affected": [], "aliases": [ "CVE-2024-42313" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-08-17T09:15:11Z", "severity": "HIGH" }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: venus: fix use after free in vdec_close\n\nThere appears to be a possible use after free with vdec_close().\nThe firmware will add buffer release work to the work queue through\nHFI callbacks as a normal part of decoding. Randomly closing the\ndecoder device from userspace during normal decoding can incur\na read after free for inst.\n\nFix it by cancelling the work in vdec_close.", "id": "GHSA-xmjj-hrw9-x35m", "modified": "2024-08-22T18:31:20Z", "published": "2024-08-17T09:30:25Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-42313" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/4c9d235630d35db762b85a4149bbb0be9d504c36" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/66fa52edd32cdbb675f0803b3c4da10ea19b6635" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/6a96041659e834dc0b172dda4b2df512d63920c2" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/72aff311194c8ceda934f24fd6f250b8827d7567" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/a0157b5aa34eb43ec4c5510f9c260bbb03be937e" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/ad8cf035baf29467158e0550c7a42b7bb43d1db6" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/da55685247f409bf7f976cc66ba2104df75d8dad" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/f8e9a63b982a8345470c225679af4ba86e4a7282" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.