[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251204050039.93278-1-ii4gsp@gmail.com>
Date: Thu, 4 Dec 2025 14:00:38 +0900
From: Minseong Kim <ii4gsp@...il.com>
To: "David S . Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Simon Horman <horms@...nel.org>,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Minseong Kim <ii4gsp@...il.com>
Subject: [PATCH net v2 0/1] atm: mpoa: Fix UAF on qos_head list in procfs
This series fixes a use-after-free on qos_head list in net/atm/mpc.c by
serializing add/search/delete/show paths with a mutex.
Changes since v1:
- resend using git send-email (previous patch got mangled)
- add Closes tag to satisfy checkpatch
- include trimmed KASAN report in commit message
Minseong Kim (1):
atm: mpoa: Fix UAF on qos_head list in procfs
net/atm/mpc.c | 117 ++++++++++++++++++++++++++++++++++++--------------
1 file changed, 85 insertions(+), 32 deletions(-)
--
2.39.5 (Apple Git-154)
Powered by blists - more mailing lists