NONE · 0

CVE-2025-39978

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential use after free in otx2_tc_add_flow() This code calls kfree_rcu(new_node, rcu) and then dereferences "n...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential use after free in otx2_tc_add_flow() This code calls kfree_rcu(new_node, rcu) and then dereferences "new_node" and then dereferences it on the next line. Two lines later, we take a mutex so I don't think this is an RCU safe region. Re-order it to do the dereferences before queuing up the free.

References

FAQ

What is CVE-2025-39978?

CVE-2025-39978 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential use after free in otx2_tc_add_flow() This code calls kfree_rcu(new_node, rcu) and then dereferences "n...

How severe is CVE-2025-39978?

CVSS scoring is not yet available for CVE-2025-39978. Check NVD for updates.

Is there a patch for CVE-2025-39978?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.