BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2022
CVE-2022-3566High confidence

Linux Kernel TCP tcp_setsockopt race condition

Linux · Kernel

2.1LowCVSS 4.0
Recommended action
Scheduled

Low technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivelinux-raspi-realtimeAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 4 Sept 2026
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2022-42930

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionScheduled

Low technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

A vulnerability was identified in Linux Kernel up to 4.19.316/5.4.278/5.10.220/5.15.161. This impacts the function tcp_getsockopt/tcp_setsockopt of the component TCP Handler. Such manipulation leads to race condition. A high complexity level is associated with this attack. The exploitability is said to be difficult. The vulnerability was introduced in 2.6.12, commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ("Linux-2.6.12-rc2"). Upgrading to version 4.19.317, 5.4.279, 5.10.221, 5.15.162 and 6.1 will fix this issue. The name of the patch is fcd31dd8291b23d713245947ec2b2d99ef07aef2/3b32f265805a49071e2c4568a524398ba22bf93c/d529193eae979a7bf2255cd9fe68b7af7a1c91b3/5bb642cc3355ffd3c8bca0a8bd8e6e65bcc2091c/f49cd2f4d6170d27a2c61f1fecb03d8a70c91f57. The affected component should be upgraded.

What

A vulnerability was identified in Linux Kernel up to 4.19.316/5.4.278/5.10.220/5.15.161. This impacts the function tcp_getsockopt/tcp_setsockopt of the component TCP Handler. Such manipulation leads to race condition. A high complexity level is associated with this attack. The exploitability is said to be difficult. The vulnerability was introduced in 2.6.12, commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ("Linux-2.6.12-rc2"). Upgrading to version 4.19.317, 5.4.279, 5.10.221, 5.15.162 and 6.1 will fix this issue. The name of the patch is fcd31dd8291b23d713245947ec2b2d99ef07aef2/3b32f265805a49071e2c4568a524398ba22bf93c/d529193eae979a7bf2255cd9fe68b7af7a1c91b3/5bb642cc3355ffd3c8bca0a8bd8e6e65bcc2091c/f49cd2f4d6170d27a2c61f1fecb03d8a70c91f57. The affected component should be upgraded.

Why

The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

How

An attacker operating through an adjacent network may attempt exploitation with low privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

A vulnerability was identified in Linux Kernel up to 4.19.316/5.4.278/5.10.220/5.15.161. This impacts the function tcp_getsockopt/tcp_setsockopt of the component TCP Handler. Such manipulation leads to race condition. A high complexity level is associated with this attack. The exploitability is said to be difficult. The vulnerability was introduced in 2.6.12, commit 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ("Linux-2.6.12-rc2"). Upgrading to version 4.19.317, 5.4.279, 5.10.221, 5.15.162 and 6.1 will fix this issue. The name of the patch is fcd31dd8291b23d713245947ec2b2d99ef07aef2/3b32f265805a49071e2c4568a524398ba22bf93c/d529193eae979a7bf2255cd9fe68b7af7a1c91b3/5bb642cc3355ffd3c8bca0a8bd8e6e65bcc2091c/f49cd2f4d6170d27a2c61f1fecb03d8a70c91f57. The affected component should be upgraded.

Why

The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

How

An attacker operating through an adjacent network may attempt exploitation with low privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
an adjacent network → Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Adjacent
Privileges required
Low: a basic authenticated account is required
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-362

CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition'). The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:A/AC:H/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X

Common Vulnerability Scoring System 4.0: the compact vector below is decoded into plain language.

AVAdjacentAttack vector: The attacker must be on an adjacent or logically close network.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.ATNoneAttack requirements: No additional deployment or execution condition is required.PRLowPrivileges required: The attacker needs basic user-level privileges.UINoneUser interaction: No action by another user is required.VCLowVulnerable-system confidentiality: A successful attack can cause a limited loss.VILowVulnerable-system integrity: A successful attack can cause a limited loss.VALowVulnerable-system availability: A successful attack can cause a limited loss.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
CWE-362
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-W-2024-0794Dell ECS: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuführen, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuführen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuführen.

Official advisory
BSI · German · WID-SEC-W-2024-0064Juniper Produkte: Mehrere Schwachstellen

Ein Angreifer aus dem angrenzenden Netzwerk oder ein entfernter, anonymer, authentisierter, lokaler oder physischer Angreifer kann mehrere Schwachstellen in Juniper JUNOS, Juniper JUNOS Evolved, Juniper SRX Series, Juniper EX Series, Juniper QFX Series, Juniper ACX Series, Juniper PTX Series und Juniper MX Series ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, einen Denial-of-Service-Zustand herbeizuführen und seine Berechtigungen zu erweitern.

Official advisory
BSI · German · WID-SEC-W-2023-2112IBM Spectrum Protect: Mehrere Schwachstellen

Ein lokaler oder entfernter Angreifer kann mehrere Schwachstellen in IBM Spectrum Protect ausnutzen, um seine Privilegien zu erhöhen, beliebigen Programmcode auszuführen, Sicherheitsvorkehrungen zu umgehen, einen Denial of Service Zustand herbeizuführen oder unbekannte Auswirkungen zu verursachen.

Official advisory
BSI · German · WID-SEC-W-2022-1761Linux Kernel: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service Angriff durchzuführen und einen nicht spezifizierten Angriff auszuführen.

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0115Multiples vulnérabilités dans le noyau Linux de RedHat

CVERecord?id=CVE-2022-24448 Référence CVE CVE-2022-25265 https://www.cve.org/CVERecord?id=CVE-2022-25265 Référence CVE CVE-2022-2586 https://www.cve.org/CVERecord?id=CVE-2022-2586 Référence CVE CVE-2022-2663 https://www.cve.org/CVERecord?id=CVE-2022-2663 Référence CVE CVE-2022-28388 https://www.cve.org/CVERecord?id=CVE-2022-28388 Référence CVE CVE-2022-28390 https://www.cve.org/CVERecord?id=CVE-2022-28390 Référence CVE CVE-2022-28893 https://www.cve.org/CVERecord?id=CVE-2022-28893 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3545 https://www.cve.org/CVERecord?id=CVE-2022-3545 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3594 https://www.cve.org/CVERecord?id=CVE-2022-3594 Référence CVE CVE-2022-3619 https://www.cve.org/CVERecord?id=CVE-2022-3619 Référence CVE CVE-2022-3623 https://www.cve.org/CVERecord?id=CVE-2022-3623 Référence CVE CVE-2022-36946 https://www.cve.org/CVERecord?id=CVE-2022-36946 Référence CVE CVE-2022-3707 https://www.cve.org/CVERecord?id=CVE-2022-3707 Référence CVE CVE-2022-39189 https://www.cve.org/CVERecord?id=CVE-2022-39189 Référence CVE CVE-2022-45887 https://www.cve.org/CVERecord?id=CVE-2022-45887 Référence CVE CVE-2023-0458 https://www.cve.org/CVERecord?id=CVE-2023-0

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0027Multiples vulnérabilités dans les produits Juniper Networks

ve.org/CVERecord?id=CVE-2022-2663 Référence CVE CVE-2022-2795 https://www.cve.org/CVERecord?id=CVE-2022-2795 Référence CVE CVE-2022-2873 https://www.cve.org/CVERecord?id=CVE-2022-2873 Référence CVE CVE-2022-2964 https://www.cve.org/CVERecord?id=CVE-2022-2964 Référence CVE CVE-2022-3028 https://www.cve.org/CVERecord?id=CVE-2022-3028 Référence CVE CVE-2022-30594 https://www.cve.org/CVERecord?id=CVE-2022-30594 Référence CVE CVE-2022-3239 https://www.cve.org/CVERecord?id=CVE-2022-3239 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3564 https://www.cve.org/CVERecord?id=CVE-2022-3564 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3619 https://www.cve.org/CVERecord?id=CVE-2022-3619 Référence CVE CVE-2022-3623 https://www.cve.org/CVERecord?id=CVE-2022-3623 Référence CVE CVE-2022-3625 https://www.cve.org/CVERecord?id=CVE-2022-3625 Référence CVE CVE-2022-3628 https://www.cve.org/CVERecord?id=CVE-2022-3628 Référence CVE CVE-2022-3707 https://www.cve.org/CVERecord?id=CVE-2022-3707 Référence CVE CVE-2022-37434 https://www.cve.org/CVERecord?id=CVE-2022-37434 Référence CVE CVE-2022-38023 https://www.cve.org/CVERecord?id=CVE-2022-3802

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0686Multiples vulnérabilités dans les produits IBM

de sécurité IBM 7028316 du 22 août 2023 https://www.ibm.com/support/pages/node/7028316 Bulletin de sécurité IBM 7028420 du 23 août 2023 https://www.ibm.com/support/pages/node/7028420 Référence CVE CVE-2021-33655 https://www.cve.org/CVERecord?id=CVE-2021-33655 Référence CVE CVE-2022-1462 https://www.cve.org/CVERecord?id=CVE-2022-1462 Référence CVE CVE-2022-2196 https://www.cve.org/CVERecord?id=CVE-2022-2196 Référence CVE CVE-2022-2663 https://www.cve.org/CVERecord?id=CVE-2022-2663 Référence CVE CVE-2022-3028 https://www.cve.org/CVERecord?id=CVE-2022-3028 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3623 https://www.cve.org/CVERecord?id=CVE-2022-3623 Référence CVE CVE-2022-3625 https://www.cve.org/CVERecord?id=CVE-2022-3625 Référence CVE CVE-2022-4129 https://www.cve.org/CVERecord?id=CVE-2022-4129 Référence CVE CVE-2022-41674 https://www.cve.org/CVERecord?id=CVE-2022-41674 Référence CVE CVE-2022-42703 https://www.cve.org/CVERecord?id=CVE-2022-42703 Référence CVE CVE-2022-42720 https://www.cve.org/CVERecord?id=CVE-2022-42720 Référence CVE CVE-2022-42721 https://www.cve.org/CVERecord?id=CVE-2022-

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0627Multiples vulnérabilités dans IBM Spectrum

rité IBM 7012459 du 28 juillet 2023 https://www.ibm.com/support/pages/node/7012459 Bulletin de sécurité IBM 7014493 du 28 juillet 2023 https://www.ibm.com/support/pages/node/7014493 Référence CVE CVE-2021-33655 https://www.cve.org/CVERecord?id=CVE-2021-33655 Référence CVE CVE-2022-1462 https://www.cve.org/CVERecord?id=CVE-2022-1462 Référence CVE CVE-2022-2663 https://www.cve.org/CVERecord?id=CVE-2022-2663 Référence CVE CVE-2022-3028 https://www.cve.org/CVERecord?id=CVE-2022-3028 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-35252 https://www.cve.org/CVERecord?id=CVE-2022-35252 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3623 https://www.cve.org/CVERecord?id=CVE-2022-3623 Référence CVE CVE-2022-3625 https://www.cve.org/CVERecord?id=CVE-2022-3625 Référence CVE CVE-2022-3628 https://www.cve.org/CVERecord?id=CVE-2022-3628 Référence CVE CVE-2022-4129 https://www.cve.org/CVERecord?id=CVE-2022-4129 Référence CVE CVE-2022-42703 https://www.cve.org/CVERecord?id=CVE-2022-42703 Référence CVE CVE-2022-42721 https://www.cve.org/CVERecord?id=CVE-2022-42721 Référence CVE CVE-2022-43551 https://www.cve.org/CVERecord?id=CVE-2022-43

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0544Multiples vulnérabilités dans le noyau Linux de SUSE

SUSE SUSE-SU-2023:2809-1 du 11 juillet 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232809-1/ Bulletin de sécurité SUSE SUSE-SU-2023:2810-1 du 12 juillet 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232810-1/ Référence CVE CVE-2017-5753 https://www.cve.org/CVERecord?id=CVE-2017-5753 Référence CVE CVE-2018-20784 https://www.cve.org/CVERecord?id=CVE-2018-20784 Référence CVE CVE-2020-24588 https://www.cve.org/CVERecord?id=CVE-2020-24588 Référence CVE CVE-2022-2196 https://www.cve.org/CVERecord?id=CVE-2022-2196 Référence CVE CVE-2022-3523 https://www.cve.org/CVERecord?id=CVE-2022-3523 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-36280 https://www.cve.org/CVERecord?id=CVE-2022-36280 Référence CVE CVE-2022-38096 https://www.cve.org/CVERecord?id=CVE-2022-38096 Référence CVE CVE-2022-4269 https://www.cve.org/CVERecord?id=CVE-2022-4269 Référence CVE CVE-2022-45884 https://www.cve.org/CVERecord?id=CVE-2022-45884 Référence CVE CVE-2022-45885 https://www.cve.org/CVERecord?id=CVE-2022-45885 Référence CVE CVE-2022-45886 https://www.cve.org/CVERecord?id=CVE-2022-45886 Référence CVE CVE-2022-45887 https://www.cve.org/CVERecord?id=CVE-2022-45887 Référence CVE CVE-2022-45919 https://www.cve.org/CVERecord?id=CVE

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0507Multiples vulnérabilités dans le noyau Linux de SUSE

23 https://www.suse.com/support/update/announcement/2023/suse-su-20232727-1/ Bulletin de sécurité SUSE suse-su-20232731-1 du 29 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232731-1/ Bulletin de sécurité SUSE suse-su-20232734-1 du 29 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232734-1/ Bulletin de sécurité SUSE suse-su-20232735-1 du 29 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232735-1/ Référence CVE CVE-2020-36694 https://www.cve.org/CVERecord?id=CVE-2020-36694 Référence CVE CVE-2021-29650 https://www.cve.org/CVERecord?id=CVE-2021-29650 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-4269 https://www.cve.org/CVERecord?id=CVE-2022-4269 Référence CVE CVE-2022-45884 https://www.cve.org/CVERecord?id=CVE-2022-45884 Référence CVE CVE-2022-45885 https://www.cve.org/CVERecord?id=CVE-2022-45885 Référence CVE CVE-2022-45886 https://www.cve.org/CVERecord?id=CVE-2022-45886 Référence CVE CVE-2022-45887 https://www.cve.org/CVERecord?id=CVE-2022-45887 Référence CVE CVE-2022-45919 https://www.cve.org/CVERecord?id=CVE-2022-45919 Référence CVE CVE-2022-4744 https://www.cve.org/CVERecord?id=CVE-2022-4744 Référence CVE CVE-2023-1079 https://www.cve.org/CVERecord?id=CVE-20

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0489Multiples vulnérabilités dans le noyau Linux de SUSE

https://www.suse.com/support/update/announcement/2023/suse-su-20232534-1/ Bulletin de sécurité SUSE SUSE-SU-2023:2537-1 du 19 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232537-1/ Bulletin de sécurité SUSE SUSE-SU-2023:2538-1 du 19 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232538-1/ Bulletin de sécurité SUSE SUSE-SU-2023:2611-1 du 22 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232611-1/ Référence CVE CVE-2020-36694 https://www.cve.org/CVERecord?id=CVE-2020-36694 Référence CVE CVE-2021-29650 https://www.cve.org/CVERecord?id=CVE-2021-29650 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-4269 https://www.cve.org/CVERecord?id=CVE-2022-4269 Référence CVE CVE-2022-45884 https://www.cve.org/CVERecord?id=CVE-2022-45884 Référence CVE CVE-2022-45885 https://www.cve.org/CVERecord?id=CVE-2022-45885 Référence CVE CVE-2022-45886 https://www.cve.org/CVERecord?id=CVE-2022-45886 Référence CVE CVE-2022-45887 https://www.cve.org/CVERecord?id=CVE-2022-45887 Référence CVE CVE-2022-45919 https://www.cve.org/CVERecord?id=CVE-2022-45919 Référence CVE CVE-2023-1077 https://www.cve.org/CVERecord?id=CVE-2023-1077 Référence CVE CVE-2023-1079 https://www.cve.org/CVERecord?id=CVE-20

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0474Multiples vulnérabilités dans le noyau Linux de SUSE

-1/ Bulletin de sécurité SUSE suse-su-20232502-1 du 13 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232502-1/ Bulletin de sécurité SUSE suse-su-20232506-1 du 14 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232506-1/ Bulletin de sécurité SUSE suse-su-20232507-1 du 14 juin 2023 https://www.suse.com/support/update/announcement/2023/suse-su-20232507-1/ Référence CVE CVE-2017-5753 https://www.cve.org/CVERecord?id=CVE-2017-5753 Référence CVE CVE-2018-9517 https://www.cve.org/CVERecord?id=CVE-2018-9517 Référence CVE CVE-2020-36694 https://www.cve.org/CVERecord?id=CVE-2020-36694 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-4269 https://www.cve.org/CVERecord?id=CVE-2022-4269 Référence CVE CVE-2022-45884 https://www.cve.org/CVERecord?id=CVE-2022-45884 Référence CVE CVE-2022-45885 https://www.cve.org/CVERecord?id=CVE-2022-45885 Référence CVE CVE-2022-45886 https://www.cve.org/CVERecord?id=CVE-2022-45886 Référence CVE CVE-2022-45887 https://www.cve.org/CVERecord?id=CVE-2022-45887 Référence CVE CVE-2022-45919 https://www.cve.org/CVERecord?id=CVE-2022-45919 Référence CVE CVE-2023-0590 https://www.cve.org/CVERecord?id=CVE-20

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0393Multiples vulnérabilités dans le noyau Linux de RedHat

org/CVERecord?id=CVE-2022-28388 Référence CVE CVE-2022-3028 https://www.cve.org/CVERecord?id=CVE-2022-3028 Référence CVE CVE-2022-30594 https://www.cve.org/CVERecord?id=CVE-2022-30594 Référence CVE CVE-2022-3239 https://www.cve.org/CVERecord?id=CVE-2022-3239 Référence CVE CVE-2022-33743 https://www.cve.org/CVERecord?id=CVE-2022-33743 Référence CVE CVE-2022-3435 https://www.cve.org/CVERecord?id=CVE-2022-3435 Référence CVE CVE-2022-3522 https://www.cve.org/CVERecord?id=CVE-2022-3522 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3564 https://www.cve.org/CVERecord?id=CVE-2022-3564 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3619 https://www.cve.org/CVERecord?id=CVE-2022-3619 Référence CVE CVE-2022-3623 https://www.cve.org/CVERecord?id=CVE-2022-3623 Référence CVE CVE-2022-3625 https://www.cve.org/CVERecord?id=CVE-2022-3625 Référence CVE CVE-2022-3628 https://www.cve.org/CVERecord?id=CVE-2022-3628 Référence CVE CVE-2022-3640 https://www.cve.org/CVERecord?id=CVE-2022-3640 Référence CVE CVE-2022-3707 https://www.cve.org/CVERecord?id=CVE-2022-3707 Référence CVE CVE-2022-39188 https://www.cve.org/CVERecord?id=CVE-2022-39188

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0383Multiples vulnérabilités dans le noyau Linux de RedHat

org/CVERecord?id=CVE-2022-21505 Référence CVE CVE-2022-2196 https://www.cve.org/CVERecord?id=CVE-2022-2196 Référence CVE CVE-2022-2663 https://www.cve.org/CVERecord?id=CVE-2022-2663 Référence CVE CVE-2022-28388 https://www.cve.org/CVERecord?id=CVE-2022-28388 Référence CVE CVE-2022-3028 https://www.cve.org/CVERecord?id=CVE-2022-3028 Référence CVE CVE-2022-33743 https://www.cve.org/CVERecord?id=CVE-2022-33743 Référence CVE CVE-2022-3435 https://www.cve.org/CVERecord?id=CVE-2022-3435 Référence CVE CVE-2022-3522 https://www.cve.org/CVERecord?id=CVE-2022-3522 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3619 https://www.cve.org/CVERecord?id=CVE-2022-3619 Référence CVE CVE-2022-3623 https://www.cve.org/CVERecord?id=CVE-2022-3623 Référence CVE CVE-2022-3625 https://www.cve.org/CVERecord?id=CVE-2022-3625 Référence CVE CVE-2022-3628 https://www.cve.org/CVERecord?id=CVE-2022-3628 Référence CVE CVE-2022-3640 https://www.cve.org/CVERecord?id=CVE-2022-3640 Référence CVE CVE-2022-3707 https://www.cve.org/CVERecord?id=CVE-2022-3707 Référence CVE CVE-2022-39188 https://www.cve.org/CVERecord?id=CVE-2022-39188

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0148Multiples vulnérabilités dans le noyau Linux de SUSE

ve.org/CVERecord?id=CVE-2022-3112 Référence CVE CVE-2022-3115 https://www.cve.org/CVERecord?id=CVE-2022-3115 Référence CVE CVE-2022-3303 https://www.cve.org/CVERecord?id=CVE-2022-3303 Référence CVE CVE-2022-33981 https://www.cve.org/CVERecord?id=CVE-2022-33981 Référence CVE CVE-2022-3424 https://www.cve.org/CVERecord?id=CVE-2022-3424 Référence CVE CVE-2022-3435 https://www.cve.org/CVERecord?id=CVE-2022-3435 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3564 https://www.cve.org/CVERecord?id=CVE-2022-3564 Référence CVE CVE-2022-3565 https://www.cve.org/CVERecord?id=CVE-2022-3565 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3586 https://www.cve.org/CVERecord?id=CVE-2022-3586 Référence CVE CVE-2022-3606 https://www.cve.org/CVERecord?id=CVE-2022-3606 Référence CVE CVE-2022-3621 https://www.cve.org/CVERecord?id=CVE-2022-3621 Référence CVE CVE-2022-3635 https://www.cve.org/CVERecord?id=CVE-2022-3635 Référence CVE CVE-2022-3643 https://www.cve.org/CVERecord?id=CVE-2022-3643 Référence CVE CVE-2022-3646 https://www.cve.org/CVERecord?id=CVE-2022-3646 Référence CVE CVE-2022-3649 https://www.cve.org/CVERecord?id=CVE-2022-3649 Référence CVE CVE-2022-36879 https://www.cve.org/CVERecord?id=CVE-2022-36879

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0010Multiples vulnérabilités dans le noyau Linux d'Ubuntu

De multiples vulnérabilités ont été corrigées dans le noyau Linux d'Ubuntu . Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire et un déni de service.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-1125Multiples vulnérabilités dans le noyau Linux de SUSE

.cve.org/CVERecord?id=CVE-2022-3424 Référence CVE CVE-2022-3435 https://www.cve.org/CVERecord?id=CVE-2022-3435 Référence CVE CVE-2022-3521 https://www.cve.org/CVERecord?id=CVE-2022-3521 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3526 https://www.cve.org/CVERecord?id=CVE-2022-3526 Référence CVE CVE-2022-3535 https://www.cve.org/CVERecord?id=CVE-2022-3535 Référence CVE CVE-2022-3542 https://www.cve.org/CVERecord?id=CVE-2022-3542 Référence CVE CVE-2022-3545 https://www.cve.org/CVERecord?id=CVE-2022-3545 Référence CVE CVE-2022-3565 https://www.cve.org/CVERecord?id=CVE-2022-3565 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3577 https://www.cve.org/CVERecord?id=CVE-2022-3577 Référence CVE CVE-2022-3586 https://www.cve.org/CVERecord?id=CVE-2022-3586 Référence CVE CVE-2022-3594 https://www.cve.org/CVERecord?id=CVE-2022-3594 Référence CVE CVE-2022-3619 https://www.cve.org/CVERecord?id=CVE-2022-3619 Référence CVE CVE-2022-3621 https://www.cve.org/CVERecord?id=CVE-2022-3621 Référence CVE CVE-2022-3625 https://www.cve.org/CVERecord?id=CVE-2022-3625 Référence CVE CVE-2022-3628 https://www.cve.org/CVERecord?id=CVE-2022-3628 Ré

Official advisory
CERT-FR · French · CERTFR-2022-AVI-1122Multiples vulnérabilités dans le noyau Linux de SUSE

ve.org/CVERecord?id=CVE-2022-3176 Référence CVE CVE-2022-33981 https://www.cve.org/CVERecord?id=CVE-2022-33981 Référence CVE CVE-2022-3424 https://www.cve.org/CVERecord?id=CVE-2022-3424 Référence CVE CVE-2022-3521 https://www.cve.org/CVERecord?id=CVE-2022-3521 Référence CVE CVE-2022-3524 https://www.cve.org/CVERecord?id=CVE-2022-3524 Référence CVE CVE-2022-3535 https://www.cve.org/CVERecord?id=CVE-2022-3535 Référence CVE CVE-2022-3542 https://www.cve.org/CVERecord?id=CVE-2022-3542 Référence CVE CVE-2022-3545 https://www.cve.org/CVERecord?id=CVE-2022-3545 Référence CVE CVE-2022-3565 https://www.cve.org/CVERecord?id=CVE-2022-3565 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3577 https://www.cve.org/CVERecord?id=CVE-2022-3577 Référence CVE CVE-2022-3586 https://www.cve.org/CVERecord?id=CVE-2022-3586 Référence CVE CVE-2022-3594 https://www.cve.org/CVERecord?id=CVE-2022-3594 Référence CVE CVE-2022-3621 https://www.cve.org/CVERecord?id=CVE-2022-3621 Référence CVE CVE-2022-3625 https://www.cve.org/CVERecord?id=CVE-2022-3625 Référence CVE CVE-2022-3628 https://www.cve.org/CVERecord?id=CVE-2022-3628 Référence CVE CVE-2022-3629 https://www.cve.org/CVERecord?id=CVE-2022-3629 Ré

Official advisory
CERT-FR · French · CERTFR-2022-AVI-1115Multiples vulnérabilités dans le noyau Linux de SUSE

suse.com/support/update/announcement/2022/suse-su-20224527-1/ Bulletin de sécurité SUSE du 17 décembre 2022 https://www.suse.com/support/update/announcement/2022/suse-su-20224544-1/ Référence CVE CVE-2021-39698 https://www.cve.org/CVERecord?id=CVE-2021-39698 Référence CVE CVE-2022-2602 https://www.cve.org/CVERecord?id=CVE-2022-2602 Référence CVE CVE-2022-28693 https://www.cve.org/CVERecord?id=CVE-2022-28693 Référence CVE CVE-2022-2964 https://www.cve.org/CVERecord?id=CVE-2022-2964 Référence CVE CVE-2022-3176 https://www.cve.org/CVERecord?id=CVE-2022-3176 Référence CVE CVE-2022-3545 https://www.cve.org/CVERecord?id=CVE-2022-3545 Référence CVE CVE-2022-3566 https://www.cve.org/CVERecord?id=CVE-2022-3566 Référence CVE CVE-2022-3567 https://www.cve.org/CVERecord?id=CVE-2022-3567 Référence CVE CVE-2022-3577 https://www.cve.org/CVERecord?id=CVE-2022-3577 Référence CVE CVE-2022-3586 https://www.cve.org/CVERecord?id=CVE-2022-3586 Référence CVE CVE-2022-3628 https://www.cve.org/CVERecord?id=CVE-2022-3628 Référence CVE CVE-2022-3635 https://www.cve.org/CVERecord?id=CVE-2022-3635 Référence CVE CVE-2022-3640 https://www.cve.org/CVERecord?id=CVE-2022-3640 Référence CVE CVE-2022-3643 https://www.cve.org/CVERecord?id=CVE-2022-3643 Référence CVE CVE-2022-3707 https://www.cve.org/CVERecord?id=CVE-2022-3707 Ré

Official advisory
CERT-FR · French · CERTFR-2022-AVI-1113Multiples vulnérabilités dans le noyau Linux d'Ubuntu

De multiples vulnérabilités ont été corrigées dans le noyau Linux d'Ubuntu . Elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données, un contournement de la politique de sécurité et une exécution de code arbitraire à distance.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-1075Multiples vulnérabilités dans le noyau Linux d'Ubuntu

De multiples vulnérabilités ont été corrigées dans le noyau Linux d'Ubuntu . Elles permettent à un attaquant de provoquer un contournement de la politique de sécurité, une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-1070Multiples vulnérabilités dans le noyau Linux d'Ubuntu

De multiples vulnérabilités ont été corrigées dans le noyau Linux d'Ubuntu . Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance, un contournement de la politique de sécurité et une atteinte à la confidentialité des données.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
4.19.316; 5.4.278; 5.10.220; 5.15.161
Fixed
4.19.317; 5.4.279; 5.10.221; 5.15.162; 6.1
Action
Review the linked authoritative reference and apply the recorded fixed release appropriate to the affected product branch.
Workaround
No verified workaround is recorded. Limit untrusted access and use least privilege until authoritative guidance is available.
04

Evidence and provenance

Published 17 Oct 2022 · Last source change 30 Jul 2026, 06:38 UTC · CWE-362 · Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2022-42930
Product sourceCNA
Remediation sourceCVE/CNA references
CWE sourceCNA
NVD statusNVD enriched

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →

No material field changes have been recorded since change tracking began. Routine source refreshes and cosmetic edits are intentionally excluded.

Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2022-3566 · cve.blacktree.nl