CVE-2026-53227
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
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 893f139b9a6c00c097b9082a90f3041cfb3a0d20, 893f139b9a6c00c097b9082a90f3041cfb3a0d20, 893f139b9a6c00c097b9082a90f3041cfb3a0d20 |
| Linux | Linux | 3.16, 0, 5.10.259 |
| Linux | Linux | 7.1, 0, 5.10.259 |
| linux | linux_kernel | 3.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