In the Linux kernel, the following vulnerability has been resolved: bpf: fix check for attempt to corrupt spilled pointer When register is spilled onto a stack as a 1/2/4-byte register, we set slot_type[BPF_REG_SIZE - 1] (plus potentially few more below it, depending on actual spill size). So to check if some stack slot has spilled register we need to consult slot_type[7], not slot_type[0]. To avoid the need to remember and double-check this in the future, just use is_spilled_reg() helper.
History

No history.

cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published: 2024-02-23T14:46:22.900Z

Updated: 2024-08-02T23:03:19.753Z

Reserved: 2024-02-20T12:30:33.296Z

Link: CVE-2023-52462

cve-icon Vulnrichment

Updated: 2024-08-02T23:03:19.753Z

cve-icon NVD

Status : Modified

Published: 2024-02-23T15:15:08.540

Modified: 2024-06-25T21:15:53.060

Link: CVE-2023-52462

cve-icon Redhat

Severity : Low

Publid Date: 2024-02-23T00:00:00Z

Links: CVE-2023-52462 - Bugzilla