CVE-2024-46821
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clk_idex as an index into an array pptable->DpmDescriptor. V2: fix clk_index return check (Tim Huang)
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2024-46821
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2024-46821.html
Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/e549cd6da1f21c34ba0f65adeca6a8aa9860b381
Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/c8c19ebf7c0b202a6a2d37a52ca112432723db5f
Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/befd1dc693c98bad69a701ede3a298698f0f9436
Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/60f4a4bc3329e5cb8c4df0cc961f0d5ffd96e22d
Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/4711b1347cb9f0c3083da6d87c624d75f9bd1d50
Vendor advisory: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 — https://git.kernel.org/stable/c/06a3810010b525b9958424e344f0c25b09e128fa
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 6.1.112-1 |
| debian | bullseye | fixed | 5.10.237-1 |
| debian | forky | fixed | 6.10.9-1 |
| debian | sid | fixed | 6.10.9-1 |
| debian | trixie | fixed | 6.10.9-1 |
| debian | 11.0 | affected | |
| linux-kernel | affected | 5.10.236 |
References
- https://git.kernel.org/stable/c/06a3810010b525b9958424e344f0c25b09e128fa
- https://git.kernel.org/stable/c/4711b1347cb9f0c3083da6d87c624d75f9bd1d50
- https://git.kernel.org/stable/c/60f4a4bc3329e5cb8c4df0cc961f0d5ffd96e22d
- https://git.kernel.org/stable/c/befd1dc693c98bad69a701ede3a298698f0f9436
- https://git.kernel.org/stable/c/c8c19ebf7c0b202a6a2d37a52ca112432723db5f
- https://git.kernel.org/stable/c/e549cd6da1f21c34ba0f65adeca6a8aa9860b381
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
- https://lists.debian.org/debian-lts-announce/2025/05/msg00030.html
- https://www.suse.com/security/cve/CVE-2024-46821.html
- https://security-tracker.debian.org/tracker/CVE-2024-46821
CWEs
CWE-129
Verify integrity in audit chain (admin only). AS-IS.