You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
oom denial of service
About this tag
The oom denial of service tag covers vulnerabilities and exploits that cause out-of-memory conditions, leading to system or service crashes. Recent discussions include CVE-2026-43398, a Linux kernel bug in the AMDGPU driver where oversized user values in the user queue wait ioctl can trigger OOM, and CVE-2025-68384, an Elasticsearch vulnerability allowing authenticated low-privileged users to cause uncontrolled resource allocation and OOM-based denial of service. These threads highlight the importance of patching and resource limits in graphics drivers and enterprise search platforms.
CVE-2026-43398 is a newly published Linux kernel vulnerability, disclosed by kernel.org and listed by NVD on May 8, 2026, involving the AMDGPU driver’s user queue wait ioctl path, where oversized user-supplied values could trigger out-of-memory conditions. The fix is not glamorous: it adds an...
Elasticsearch operators need to act now: a newly published vulnerability, tracked as CVE-2025-68384, lets an authenticated low-privileged user trigger uncontrolled resource allocation that can crash Elasticsearch processes (an OOM-based denial-of-service), and vendor updates resolving the issue...