CVE-2023-52925

Source
https://cve.org/CVERecord?id=CVE-2023-52925
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52925.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-52925
Downstream
Related
Published
2025-02-05T09:07:56.434Z
Modified
2026-03-20T12:19:22.313370Z
Severity
  • 6.2 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
netfilter: nf_tables: don't fail inserts if duplicate has expired
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: nf_tables: don't fail inserts if duplicate has expired

nftables selftests fail: run-tests.sh testcases/sets/0044intervaloverlap0 Expected: 0-2 . 0-3, got: W: [FAILED] ./testcases/sets/0044intervaloverlap0: got 1

Insertion must ignore duplicate but expired entries.

Moreover, there is a strange asymmetry in nftpipapoactivate:

It refetches the current element, whereas the other ->activate callbacks (bitmap, hash, rhash, rbtree) use elem->priv. Same for .remove: other set implementations take elem->priv, nftpipaporemove fetches elem->priv, then does a relookup, remove this.

I suspect this was the reason for the change that prompted the removal of the expired check in pipapo_get() in the first place, but skipping exired elements there makes no sense to me, this helper is used for normal get requests, insertions (duplicate check) and deactivate callback.

In first two cases expired elements must be skipped.

For ->deactivate(), this gets called for DELSETELEM, so it seems to me that expired elements should be skipped as well, i.e. delete request should fail with -ENOENT error.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/52xxx/CVE-2023-52925.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b15ea4017af82011dd55225ce77cce3d4dfc169c
Fixed
891ca5dfe3b718b441fc786014a7ba8f517da188
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
7c7e658a36f8b1522bd3586d8137e5f93a25ddc5
Fixed
af78b0489e8898a8c9449ffc0fdd2e181916f0d4
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
59dab3bf0b8fc08eb802721c0532f13dd89209b8
Fixed
59ee68c437c562170265194a99698c805a686bb3
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bd156ce9553dcaf2d6ee2c825d1a5a1718e86524
Fixed
156369a702c33ad5434a19c3a689bfb836d4e0b8
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
24138933b97b055d486e8064b4a1721702442a9b
Fixed
7845914f45f066497ac75b30c50dbc735e84e884
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
94313a196b44184b5b52c1876da6a537701b425a
Last affected
1da4874d05da1526b11b82fc7f3c7ac38749ddf8

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-52925.json"