VDB

CVE-2026-53227

CVE-2026-53227 PUBLISHED

Reported by Linux · Published June 25, 2026

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix possible kfree_skb of ERR_PTR After the patch in the "Fixes" tag, the allocation of the "reply" skb can happen either before or after locking the ovs_mutex. However, error cleanups still follow the classical reversed order, assuming "reply" is allocated before locking: it is freed after unlocking. If "reply" allocation happens after locking the mutex and it fails, "reply" is left with an ERR_PTR, and execution jumps to the correspondent cleanup stage which will try to free an invalid pointer. Fix this by setting the pointer to NULL after having saved its error value.

EPSS 0.20% · 9.8th percentile

Risk Scores

EPSS Score
0.20%
9.8th percentile

Affected Products

VendorProductVersions
LinuxLinux893f139b9a6c00c097b9082a90f3041cfb3a0d20, 893f139b9a6c00c097b9082a90f3041cfb3a0d20, 893f139b9a6c00c097b9082a90f3041cfb3a0d20
LinuxLinux3.16, 0, 5.10.259
LinuxLinux7.1, 0, 5.10.259
linuxlinux_kernel3.16, 3.16, 3.16

Timeline

  • Jun 25, 2026 CVE Published
  • Jun 26, 2026 EPSS Score
  • Jun 26, 2026 Coalition ESS Score
  • Jun 29, 2026 Security Advisory

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›