THREATOPS
THREAT OPSThreat News › [NVD] CVE-2023-52676 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding togeth

[NVD] CVE-2023-52676 (HIGH 7.8) — In the Linux kernel, the following vulnerability has been resolved: bpf: Guard stack limits against 32bit overflow This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding togeth

lownvdPublished 2024-05-17

CVE-2023-52676 CVSS: 7.8 HIGH Published: 2024-05-17T15:15:18.633

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

bpf: Guard stack limits against 32bit overflow

This patch promotes the arithmetic around checking stack bounds to be done in the 64-bit domain, instead of the current 32bit. The arithmetic implies adding together a 64-bit register with a int offset. The register w

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2023-52676