Security Advisory

CVE-2025-40017

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-10-20 15:30:43
Last updated 2026-05-11 21:40:52
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: media: iris: Fix memory leak by freeing untracked persist buffer One internal buffer which is allocated only once per session was not being freed during session close because it was not being tracked as part of internal buffer list which resulted in a memory leak. Add the necessary logic to explicitly free the untracked internal buffer during session close to ensure all allocated memory is released properly.