Security Advisory

CVE-2022-48639

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-04-28 12:59:42
Last updated 2026-05-11 18:44:15
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix possible refcount leak in tc_new_tfilter() tfilter_put need to be called to put the refount got by tp->ops->get to avoid possible refcount leak when chain->tmplt_ops != NULL and chain->tmplt_ops != tp->ops.