CVE-2025-21958
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/04/2025
Last modified:
31/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
Revert "openvswitch: switch to per-action label counting in conntrack"<br />
<br />
Currently, ovs_ct_set_labels() is only called for confirmed conntrack<br />
entries (ct) within ovs_ct_commit(). However, if the conntrack entry<br />
does not have the labels_ext extension, attempting to allocate it in<br />
ovs_ct_get_conn_labels() for a confirmed entry triggers a warning in<br />
nf_ct_ext_add():<br />
<br />
WARN_ON(nf_ct_is_confirmed(ct));<br />
<br />
This happens when the conntrack entry is created externally before OVS<br />
increments net->ct.labels_used. The issue has become more likely since<br />
commit fcb1aa5163b1 ("openvswitch: switch to per-action label counting<br />
in conntrack"), which changed to use per-action label counting and<br />
increment net->ct.labels_used when a flow with ct action is added.<br />
<br />
Since there’s no straightforward way to fully resolve this issue at the<br />
moment, this reverts the commit to avoid breaking existing use cases.
Impact
Base Score 3.x
4.70
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.12 (including) | 6.12.20 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (including) | 6.13.8 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.14:rc6:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



