← Back to CVE List

CVE-2023-52507

Published: 2024-03-02T22:15Z
Last Modified: 2025-01-13T18:51Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: nfc: nci: assert requested protocol is valid The protocol is used in a bit mask to determine if the protocol is supported. Assert the provided protocol is less than the maximum defined so it doesn't potentially perform a shift-out-of-bounds and provide a clearer error for undefined protocols vs unsupported ones. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt