-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 1 new CVEs: CVE-2023-52923 - 0 updated CVEs:
- Loading branch information
cvelistV5 Github Action
committed
Jan 20, 2025
1 parent
7c22efa
commit b04b2fd
Showing
3 changed files
with
200 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,179 @@ | ||
{ | ||
"dataType": "CVE_RECORD", | ||
"dataVersion": "5.1", | ||
"cveMetadata": { | ||
"cveId": "CVE-2023-52923", | ||
"assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"state": "PUBLISHED", | ||
"assignerShortName": "Linux", | ||
"dateReserved": "2024-08-21T06:07:11.018Z", | ||
"datePublished": "2025-01-20T10:48:13.723Z", | ||
"dateUpdated": "2025-01-20T10:48:13.723Z" | ||
}, | ||
"containers": { | ||
"cna": { | ||
"providerMetadata": { | ||
"orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", | ||
"shortName": "Linux", | ||
"dateUpdated": "2025-01-20T10:48:13.723Z" | ||
}, | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
"value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: nf_tables: adapt set backend to use GC transaction API\n\nUse the GC transaction API to replace the old and buggy gc API and the\nbusy mark approach.\n\nNo set elements are removed from async garbage collection anymore,\ninstead the _DEAD bit is set on so the set element is not visible from\nlookup path anymore. Async GC enqueues transaction work that might be\naborted and retried later.\n\nrbtree and pipapo set backends does not set on the _DEAD bit from the\nsync GC path since this runs in control plane path where mutex is held.\nIn this case, set elements are deactivated, removed and then released\nvia RCU callback, sync GC never fails." | ||
} | ||
], | ||
"affected": [ | ||
{ | ||
"product": "Linux", | ||
"vendor": "Linux", | ||
"defaultStatus": "unaffected", | ||
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", | ||
"programFiles": [ | ||
"net/netfilter/nf_tables_api.c", | ||
"net/netfilter/nft_set_hash.c", | ||
"net/netfilter/nft_set_pipapo.c", | ||
"net/netfilter/nft_set_rbtree.c" | ||
], | ||
"versions": [ | ||
{ | ||
"version": "9d0982927e79049675cb6c6c04a0ebb3dad5a434", | ||
"lessThan": "cb4d00b563675ba8ff6ef94b077f58d816f68ba3", | ||
"status": "affected", | ||
"versionType": "git" | ||
}, | ||
{ | ||
"version": "9d0982927e79049675cb6c6c04a0ebb3dad5a434", | ||
"lessThan": "c357648929c8dff891502349769aafb8f0452bc2", | ||
"status": "affected", | ||
"versionType": "git" | ||
}, | ||
{ | ||
"version": "9d0982927e79049675cb6c6c04a0ebb3dad5a434", | ||
"lessThan": "146c76866795553dbc19998f36718d7986ad302b", | ||
"status": "affected", | ||
"versionType": "git" | ||
}, | ||
{ | ||
"version": "9d0982927e79049675cb6c6c04a0ebb3dad5a434", | ||
"lessThan": "479a2cf5259347d6a1f658b0f791d27a34908e91", | ||
"status": "affected", | ||
"versionType": "git" | ||
}, | ||
{ | ||
"version": "9d0982927e79049675cb6c6c04a0ebb3dad5a434", | ||
"lessThan": "df650d6a4bf47248261b61ef6b174d7c54034d15", | ||
"status": "affected", | ||
"versionType": "git" | ||
}, | ||
{ | ||
"version": "9d0982927e79049675cb6c6c04a0ebb3dad5a434", | ||
"lessThan": "e4d71d6a9c7db93f7bf20c3a0f0659d63d7de681", | ||
"status": "affected", | ||
"versionType": "git" | ||
}, | ||
{ | ||
"version": "9d0982927e79049675cb6c6c04a0ebb3dad5a434", | ||
"lessThan": "f6c383b8c31a93752a52697f8430a71dcbc46adf", | ||
"status": "affected", | ||
"versionType": "git" | ||
} | ||
] | ||
}, | ||
{ | ||
"product": "Linux", | ||
"vendor": "Linux", | ||
"defaultStatus": "affected", | ||
"repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", | ||
"programFiles": [ | ||
"net/netfilter/nf_tables_api.c", | ||
"net/netfilter/nft_set_hash.c", | ||
"net/netfilter/nft_set_pipapo.c", | ||
"net/netfilter/nft_set_rbtree.c" | ||
], | ||
"versions": [ | ||
{ | ||
"version": "4.1", | ||
"status": "affected" | ||
}, | ||
{ | ||
"version": "0", | ||
"lessThan": "4.1", | ||
"status": "unaffected", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "4.19.316", | ||
"lessThanOrEqual": "4.19.*", | ||
"status": "unaffected", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "5.4.262", | ||
"lessThanOrEqual": "5.4.*", | ||
"status": "unaffected", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "5.10.198", | ||
"lessThanOrEqual": "5.10.*", | ||
"status": "unaffected", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "5.15.134", | ||
"lessThanOrEqual": "5.15.*", | ||
"status": "unaffected", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "6.1.56", | ||
"lessThanOrEqual": "6.1.*", | ||
"status": "unaffected", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "6.4.11", | ||
"lessThanOrEqual": "6.4.*", | ||
"status": "unaffected", | ||
"versionType": "semver" | ||
}, | ||
{ | ||
"version": "6.5", | ||
"lessThanOrEqual": "*", | ||
"status": "unaffected", | ||
"versionType": "original_commit_for_fix" | ||
} | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"url": "https://git.kernel.org/stable/c/cb4d00b563675ba8ff6ef94b077f58d816f68ba3" | ||
}, | ||
{ | ||
"url": "https://git.kernel.org/stable/c/c357648929c8dff891502349769aafb8f0452bc2" | ||
}, | ||
{ | ||
"url": "https://git.kernel.org/stable/c/146c76866795553dbc19998f36718d7986ad302b" | ||
}, | ||
{ | ||
"url": "https://git.kernel.org/stable/c/479a2cf5259347d6a1f658b0f791d27a34908e91" | ||
}, | ||
{ | ||
"url": "https://git.kernel.org/stable/c/df650d6a4bf47248261b61ef6b174d7c54034d15" | ||
}, | ||
{ | ||
"url": "https://git.kernel.org/stable/c/e4d71d6a9c7db93f7bf20c3a0f0659d63d7de681" | ||
}, | ||
{ | ||
"url": "https://git.kernel.org/stable/c/f6c383b8c31a93752a52697f8430a71dcbc46adf" | ||
} | ||
], | ||
"title": "netfilter: nf_tables: adapt set backend to use GC transaction API", | ||
"x_generator": { | ||
"engine": "bippy-5f407fcff5a0" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"fetchTime": "2025-01-20T09:29:16.729Z", | ||
"fetchTime": "2025-01-20T10:51:25.786Z", | ||
"numberOfChanges": 1, | ||
"new": [], | ||
"updated": [ | ||
"new": [ | ||
{ | ||
"cveId": "CVE-2024-0874", | ||
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2024-0874", | ||
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2024/0xxx/CVE-2024-0874.json", | ||
"dateUpdated": "2025-01-20T09:24:54.659Z" | ||
"cveId": "CVE-2023-52923", | ||
"cveOrgLink": "https://www.cve.org/CVERecord?id=CVE-2023-52923", | ||
"githubLink": "https://raw.githubusercontent.com/CVEProject/cvelistV5/main/cves/2023/52xxx/CVE-2023-52923.json", | ||
"dateUpdated": "2025-01-20T10:48:13.723Z" | ||
} | ||
], | ||
"updated": [], | ||
"error": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters