gsd-2022-1016
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle 'return' with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2022-1016", "description": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.", "id": "GSD-2022-1016", "references": [ "https://advisories.mageia.org/CVE-2022-1016.html", "https://www.suse.com/security/cve/CVE-2022-1016.html", "https://ubuntu.com/security/CVE-2022-1016", "https://alas.aws.amazon.com/cve/html/CVE-2022-1016.html", "https://security.archlinux.org/CVE-2022-1016", "https://www.debian.org/security/2022/dsa-5127", "https://linux.oracle.com/cve/CVE-2022-1016.html", "https://www.debian.org/security/2022/dsa-5173", "https://access.redhat.com/errata/RHSA-2022:7444", "https://access.redhat.com/errata/RHSA-2022:7683", "https://access.redhat.com/errata/RHSA-2022:7933", "https://access.redhat.com/errata/RHSA-2022:8267" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-1016" ], "details": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.", "id": "GSD-2022-1016", "modified": "2023-12-13T01:19:28.151388Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2022-1016", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Kernel", "version": { "version_data": [ { "version_affected": "=", "version_value": "Affects v3.13-rc1 and later, Fixed in v5.18-rc1" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "cweId": "CWE-824", "lang": "eng", "value": "CWE-824 - Access of Uninitialized Pointer." } ] } ] }, "references": { "reference_data": [ { "name": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/", "refsource": "MISC", "url": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/" }, { "name": "https://seclists.org/oss-sec/2022/q1/205", "refsource": "MISC", "url": "https://seclists.org/oss-sec/2022/q1/205" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614", "refsource": "MISC", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614" }, { "name": "https://access.redhat.com/security/cve/CVE-2022-1016", "refsource": "MISC", "url": "https://access.redhat.com/security/cve/CVE-2022-1016" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "3.12", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:3.13:rc1:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "5.17", "versionStartIncluding": "3.13", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:8.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:9.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2022-1016" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-909" } ] } ] }, "references": { "reference_data": [ { "name": "https://seclists.org/oss-sec/2022/q1/205", "refsource": "MISC", "tags": [ "Exploit", "Mailing List", "Third Party Advisory" ], "url": "https://seclists.org/oss-sec/2022/q1/205" }, { "name": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614", "refsource": "MISC", "tags": [ "Issue Tracking", "Third Party Advisory" ], "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614" }, { "name": "https://access.redhat.com/security/cve/CVE-2022-1016", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/security/cve/CVE-2022-1016" }, { "name": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 5.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.8, "impactScore": 3.6 } }, "lastModifiedDate": "2023-06-27T15:47Z", "publishedDate": "2022-08-29T15:15Z" } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.