{"id":"OESA-2026-2753","summary":"kernel security update","details":"The Linux Kernel, the operating system core itself.\r\n\r\nSecurity Fix(es):\n\nIn the Linux kernel, the following vulnerability has been resolved:\n\ndm: fix a buffer overflow in ioctl processing\n\nTony Asleson (using Claude) found a buffer overflow in dm-ioctl in the\nfunction retrieve_status:\n\n1. The code in retrieve_status checks that the output string fits into\n   the output buffer and writes the output string there\n2. Then, the code aligns the &quot;outptr&quot; variable to the next 8-byte\n   boundary:\n\toutptr = align_ptr(outptr);\n3. The alignment doesn&apos;t check overflow, so outptr could point past the\n   buffer end\n4. The &quot;for&quot; loop is iterated again, it executes:\n\tremaining = len - (outptr - outbuf);\n5. If &quot;outptr&quot; points past &quot;outbuf + len&quot;, the arithmetics wraps around\n   and the variable &quot;remaining&quot; contains unusually high number\n6. With &quot;remaining&quot; being high, the code writes more data past the end of\n   the buffer\n\nLuckily, this bug has no security implications because:\n1. Only root can issue device mapper ioctls\n2. The commonly used libraries that communicate with device mapper\n   (libdevmapper and devicemapper-rs) use buffer size that is aligned to\n   8 bytes - thus, &quot;outptr = align_ptr(outptr)&quot; can&apos;t overshoot the input\n   buffer and the bug can&apos;t happen accidentally(CVE-2026-46294)","modified":"2026-08-18T01:21:11.285502632Z","published":"2026-06-24T11:11:40Z","upstream":["CVE-2026-46294"],"database_specific":{"severity":"High"},"references":[{"type":"ADVISORY","url":"https://www.openeuler.org/zh/security/security-bulletins/detail/?id=openEuler-SA-2026-2753"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-46294"}],"affected":[{"package":{"name":"kernel","ecosystem":"openEuler:20.03-LTS-SP4","purl":"pkg:rpm/openEuler/kernel&distro=openEuler-20.03-LTS-SP4"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"4.19.90-2606.4.0.0377.oe2003sp4"}]}],"ecosystem_specific":{"x86_64":["bpftool-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","bpftool-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-debugsource-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-devel-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-source-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-tools-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-tools-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","kernel-tools-devel-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","perf-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","perf-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","python2-perf-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","python2-perf-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","python3-perf-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm","python3-perf-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.x86_64.rpm"],"aarch64":["bpftool-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","bpftool-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-debugsource-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-devel-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-source-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-tools-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-tools-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","kernel-tools-devel-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","perf-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","perf-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","python2-perf-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","python2-perf-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","python3-perf-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm","python3-perf-debuginfo-4.19.90-2606.4.0.0377.oe2003sp4.aarch64.rpm"],"src":["kernel-4.19.90-2606.4.0.0377.oe2003sp4.src.rpm"]},"database_specific":{"source":"https://repo.openeuler.org/security/data/osv/OESA-2026-2753.json"}}],"schema_version":"1.9.0","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"}]}