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

KVM: x86/mmu: make apf token non-zero to fix bug

Linux · Linux

7.1HighCVSS 3.1
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

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 9 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-53822

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 actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvm_arch_can_dequeue_async_page_present() to determine whether to deliver a READY event to the Guest. This function test token value of struct kvm_vcpu_pv_apf_data, which must be reset to zero by Guest kernel when a READY event is finished by Guest. If value is zero meaning that a READY event is done, so the KVM can deliver another. But the kvm_arch_setup_async_pf() may produce a valid token with zero value, which is confused with previous mention and may lead the loss of this READY event. This bug may cause task blocked forever in Guest: INFO: task stress:7532 blocked for more than 1254 seconds. Not tainted 5.10.0 #16 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:stress state:D stack: 0 pid: 7532 ppid: 1409 flags:0x00000080 Call Trace: __schedule+0x1e7/0x650 schedule+0x46/0xb0 kvm_async_pf_task_wait_schedule+0xad/0xe0 ? exit_to_user_mode_prepare+0x60/0x70 __kvm_handle_async_pf+0x4f/0xb0 ? asm_exc_page_fault+0x8/0x30 exc_page_fault+0x6f/0x110 ? asm_exc_page_fault+0x8/0x30 asm_exc_page_fault+0x1e/0x30 RIP: 0033:0x402d00 RSP: 002b:00007ffd31912500 EFLAGS: 00010206 RAX: 0000000000071000 RBX: ffffffffffffffff RCX: 00000000021a32b0 RDX: 000000000007d011 RSI: 000000000007d000 RDI: 00000000021262b0 RBP: 00000000021262b0 R08: 0000000000000003 R09: 0000000000000086 R10: 00000000000000eb R11: 00007fefbdf2baa0 R12: 0000000000000000 R13: 0000000000000002 R14: 000000000007d000 R15: 0000000000001000

What

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvm_arch_can_dequeue_async_page_present() to determine whether to deliver a READY event to the Guest. This function test token value of struct kvm_vcpu_pv_apf_data, which must be reset to zero by Guest kernel when a READY event is finished by Guest. If value is zero meaning that a READY event is done, so the KVM can deliver another. But the kvm_arch_setup_async_pf() may produce a valid token with zero value, which is confused with previous mention and may lead the loss of this READY event. This bug may cause task blocked forever in Guest: INFO: task stress:7532 blocked for more than 1254 seconds. Not tainted 5.10.0 #16 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:stress state:D stack: 0 pid: 7532 ppid: 1409 flags:0x00000080 Call Trace: __schedule+0x1e7/0x650 schedule+0x46/0xb0 kvm_async_pf_task_wait_schedule+0xad/0xe0 ? exit_to_user_mode_prepare+0x60/0x70 __kvm_handle_async_pf+0x4f/0xb0 ? asm_exc_page_fault+0x8/0x30 exc_page_fault+0x6f/0x110 ? asm_exc_page_fault+0x8/0x30 asm_exc_page_fault+0x1e/0x30 RIP: 0033:0x402d00 RSP: 002b:00007ffd31912500 EFLAGS: 00010206 RAX: 0000000000071000 RBX: ffffffffffffffff RCX: 00000000021a32b0 RDX: 000000000007d011 RSI: 000000000007d000 RDI: 00000000021262b0 RBP: 00000000021262b0 R08: 0000000000000003 R09: 0000000000000086 R10: 00000000000000eb R11: 00007fefbdf2baa0 R12: 0000000000000000 R13: 0000000000000002 R14: 000000000007d000 R15: 0000000000001000

Why

The current structured CVE record identifies a security weakness, but the root cause requires confirmation in the linked vendor material.

How

An attacker operating through local access may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvm_arch_can_dequeue_async_page_present() to determine whether to deliver a READY event to the Guest. This function test token value of struct kvm_vcpu_pv_apf_data, which must be reset to zero by Guest kernel when a READY event is finished by Guest. If value is zero meaning that a READY event is done, so the KVM can deliver another. But the kvm_arch_setup_async_pf() may produce a valid token with zero value, which is confused with previous mention and may lead the loss of this READY event. This bug may cause task blocked forever in Guest: INFO: task stress:7532 blocked for more than 1254 seconds. Not tainted 5.10.0 #16 "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. task:stress state:D stack: 0 pid: 7532 ppid: 1409 flags:0x00000080 Call Trace: __schedule+0x1e7/0x650 schedule+0x46/0xb0 kvm_async_pf_task_wait_schedule+0xad/0xe0 ? exit_to_user_mode_prepare+0x60/0x70 __kvm_handle_async_pf+0x4f/0xb0 ? asm_exc_page_fault+0x8/0x30 exc_page_fault+0x6f/0x110 ? asm_exc_page_fault+0x8/0x30 asm_exc_page_fault+0x1e/0x30 RIP: 0033:0x402d00 RSP: 002b:00007ffd31912500 EFLAGS: 00010206 RAX: 0000000000071000 RBX: ffffffffffffffff RCX: 00000000021a32b0 RDX: 000000000007d011 RSI: 000000000007d000 RDI: 00000000021262b0 RBP: 00000000021262b0 R08: 0000000000000003 R09: 0000000000000086 R10: 00000000000000eb R11: 00007fefbdf2baa0 R12: 0000000000000000 R13: 0000000000000002 R14: 000000000007d000 R15: 0000000000001000

Why

The current structured CVE record identifies a security weakness, but the root cause requires confirmation in the linked vendor material.

How

An attacker operating through local access may attempt exploitation without authentication or user interaction. 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
local access → vulnerable operation → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Local
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Changed: exploitation can affect a different security authority
Weakness
?CWE means Common Weakness Enumeration.
CWE not yet assigned
CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

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

AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SChangedScope: The attack can affect a component governed by a different security authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
Stolen credentials, tokens and legitimate administration functions may provide continued access without deploying a large custom toolset.
Unauthenticated
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-1898Linux Kernel: Mehrere Schwachstellen ermöglichen Denial of Service

Ein lokaler Angreifer kann mehrere Schwachstellen im Linux-Kernel ausnutzen, um einen Denial-of-Service-Zustand zu erzeugen oder einen unspezifischen Angriff durchzuführen.

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

de sécurité Ubuntu USN-7173-3 du 15 janvier 2025 https://ubuntu.com/security/notices/USN-7173-3 Référence CVE CVE-2021-47001 https://www.cve.org/CVERecord?id=CVE-2021-47001 Référence CVE CVE-2021-47076 https://www.cve.org/CVERecord?id=CVE-2021-47076 Référence CVE CVE-2021-47101 https://www.cve.org/CVERecord?id=CVE-2021-47101 Référence CVE CVE-2021-47501 https://www.cve.org/CVERecord?id=CVE-2021-47501 Référence CVE CVE-2022-38096 https://www.cve.org/CVERecord?id=CVE-2022-38096 Référence CVE CVE-2022-48733 https://www.cve.org/CVERecord?id=CVE-2022-48733 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-52488 https://www.cve.org/CVERecord?id=CVE-2023-52488 Référence CVE CVE-2023-52497 https://www.cve.org/CVERecord?id=CVE-2023-52497 Référence CVE CVE-2023-52498 https://www.cve.org/CVERecord?id=CVE-2023-52498 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2023-52821 https://www.cve.org/CVERecord?id=CVE-2023-52821 Référence CVE CVE-2024-26947 https://www.cve.org/CVERecord?id=CVE-2024-26947 Référence CVE CVE-2024-35904 https://www.cve.org/CVERecord?id=CVE-2024-35904 Référence CVE CVE-2024-35951 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2021-47086 Référence CVE CVE-2021-47101 https://www.cve.org/CVERecord?id=CVE-2021-47101 Référence CVE CVE-2021-47118 https://www.cve.org/CVERecord?id=CVE-2021-47118 Référence CVE CVE-2021-47501 https://www.cve.org/CVERecord?id=CVE-2021-47501 Référence CVE CVE-2022-36402 https://www.cve.org/CVERecord?id=CVE-2022-36402 Référence CVE CVE-2022-38096 https://www.cve.org/CVERecord?id=CVE-2022-38096 Référence CVE CVE-2022-48666 https://www.cve.org/CVERecord?id=CVE-2022-48666 Référence CVE CVE-2022-48733 https://www.cve.org/CVERecord?id=CVE-2022-48733 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-35827 https://www.cve.org/CVERecord?id=CVE-2023-35827 Référence CVE CVE-2023-52434 https://www.cve.org/CVERecord?id=CVE-2023-52434 Référence CVE CVE-2023-52486 https://www.cve.org/CVERecord?id=CVE-2023-52486 Référence CVE CVE-2023-52488 https://www.cve.org/CVERecord?id=CVE-2023-52488 Référence CVE CVE-2023-52497 https://www.cve.org/CVERecord?id=CVE-2023-52497 Référence CVE CVE-2023-52498 https://www.cve.org/CVERecord?id=CVE-2023-52498 Référence CVE CVE-2023-52507 https://www.cve.org/CVERecord?id=CVE-2023-52507 Référence CVE CVE-2023-52509 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2020-12352 Référence CVE CVE-2020-24490 https://www.cve.org/CVERecord?id=CVE-2020-24490 Référence CVE CVE-2021-47001 https://www.cve.org/CVERecord?id=CVE-2021-47001 Référence CVE CVE-2021-47076 https://www.cve.org/CVERecord?id=CVE-2021-47076 Référence CVE CVE-2021-47101 https://www.cve.org/CVERecord?id=CVE-2021-47101 Référence CVE CVE-2021-47501 https://www.cve.org/CVERecord?id=CVE-2021-47501 Référence CVE CVE-2022-38096 https://www.cve.org/CVERecord?id=CVE-2022-38096 Référence CVE CVE-2022-48733 https://www.cve.org/CVERecord?id=CVE-2022-48733 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-52488 https://www.cve.org/CVERecord?id=CVE-2023-52488 Référence CVE CVE-2023-52497 https://www.cve.org/CVERecord?id=CVE-2023-52497 Référence CVE CVE-2023-52498 https://www.cve.org/CVERecord?id=CVE-2023-52498 Référence CVE CVE-2023-52532 https://www.cve.org/CVERecord?id=CVE-2023-52532 Référence CVE CVE-2023-52621 https://www.cve.org/CVERecord?id=CVE-2023-52621 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2023-52821 https://www.cve.org/CVERecord?id=CVE-2023-52821 Référence CVE CVE-2023-52904 https://www.cve.org/CVERecord?id=

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

de sécurité Ubuntu LSN-0108-1 du 19 décembre 2024 https://ubuntu.com/security/notices/LSN-0108-1 Référence CVE CVE-2021-47001 https://www.cve.org/CVERecord?id=CVE-2021-47001 Référence CVE CVE-2021-47076 https://www.cve.org/CVERecord?id=CVE-2021-47076 Référence CVE CVE-2021-47101 https://www.cve.org/CVERecord?id=CVE-2021-47101 Référence CVE CVE-2021-47501 https://www.cve.org/CVERecord?id=CVE-2021-47501 Référence CVE CVE-2022-38096 https://www.cve.org/CVERecord?id=CVE-2022-38096 Référence CVE CVE-2022-48733 https://www.cve.org/CVERecord?id=CVE-2022-48733 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-52488 https://www.cve.org/CVERecord?id=CVE-2023-52488 Référence CVE CVE-2023-52497 https://www.cve.org/CVERecord?id=CVE-2023-52497 Référence CVE CVE-2023-52498 https://www.cve.org/CVERecord?id=CVE-2023-52498 Référence CVE CVE-2023-52532 https://www.cve.org/CVERecord?id=CVE-2023-52532 Référence CVE CVE-2023-52621 https://www.cve.org/CVERecord?id=CVE-2023-52621 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2023-52821 https://www.cve.org/CVERecord?id=CVE-2023-52821 Référence CVE CVE-2023-52904 https://www.cve.org/CVERecord?id=

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

de sécurité Ubuntu USN-7159-1 du 12 décembre 2024 https://ubuntu.com/security/notices/USN-7159-1 Référence CVE CVE-2021-47055 https://www.cve.org/CVERecord?id=CVE-2021-47055 Référence CVE CVE-2021-47076 https://www.cve.org/CVERecord?id=CVE-2021-47076 Référence CVE CVE-2021-47501 https://www.cve.org/CVERecord?id=CVE-2021-47501 Référence CVE CVE-2022-24448 https://www.cve.org/CVERecord?id=CVE-2022-24448 Référence CVE CVE-2022-48666 https://www.cve.org/CVERecord?id=CVE-2022-48666 Référence CVE CVE-2022-48733 https://www.cve.org/CVERecord?id=CVE-2022-48733 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-52488 https://www.cve.org/CVERecord?id=CVE-2023-52488 Référence CVE CVE-2023-52497 https://www.cve.org/CVERecord?id=CVE-2023-52497 Référence CVE CVE-2023-52498 https://www.cve.org/CVERecord?id=CVE-2023-52498 Référence CVE CVE-2023-52502 https://www.cve.org/CVERecord?id=CVE-2023-52502 Référence CVE CVE-2023-52531 https://www.cve.org/CVERecord?id=CVE-2023-52531 Référence CVE CVE-2023-52578 https://www.cve.org/CVERecord?id=CVE-2023-52578 Référence CVE CVE-2023-52599 https://www.cve.org/CVERecord?id=CVE-2023-52599 Référence CVE CVE-2023-52614 https://www.cve.org/CVERecord?id=

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

nérabilités ont été découvertes dans le noyau Linux d'Ubuntu. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données. Solutions Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation). Documentation Bulletin de sécurité Ubuntu USN-7121-3 du 25 novembre 2024 https://ubuntu.com/security/notices/USN-7121-3 Référence CVE CVE-2022-48733 https://www.cve.org/CVERecord?id=CVE-2022-48733 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-52502 https://www.cve.org/CVERecord?id=CVE-2023-52502 Référence CVE CVE-2023-52531 https://www.cve.org/CVERecord?id=CVE-2023-52531 Référence CVE CVE-2023-52578 https://www.cve.org/CVERecord?id=CVE-2023-52578 Référence CVE CVE-2023-52599 https://www.cve.org/CVERecord?id=CVE-2023-52599 Référence CVE CVE-2023-52612 https://www.cve.org/CVERecord?id=CVE-2023-52612 Référence CVE CVE-2023-52614 https://www.cve.org/CVERecord?id=CVE-2023-52614 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=

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

/notices/USN-7120-3 Référence CVE CVE-2021-47188 https://www.cve.org/CVERecord?id=CVE-2021-47188 Référence CVE CVE-2021-47212 https://www.cve.org/CVERecord?id=CVE-2021-47212 Référence CVE CVE-2022-36402 https://www.cve.org/CVERecord?id=CVE-2022-36402 Référence CVE CVE-2022-48666 https://www.cve.org/CVERecord?id=CVE-2022-48666 Référence CVE CVE-2022-48733 https://www.cve.org/CVERecord?id=CVE-2022-48733 Référence CVE CVE-2022-48791 https://www.cve.org/CVERecord?id=CVE-2022-48791 Référence CVE CVE-2022-48863 https://www.cve.org/CVERecord?id=CVE-2022-48863 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-52434 https://www.cve.org/CVERecord?id=CVE-2023-52434 Référence CVE CVE-2023-52502 https://www.cve.org/CVERecord?id=CVE-2023-52502 Référence CVE CVE-2023-52531 https://www.cve.org/CVERecord?id=CVE-2023-52531 Référence CVE CVE-2023-52572 https://www.cve.org/CVERecord?id=CVE-2023-52572 Référence CVE CVE-2023-52578 https://www.cve.org/CVERecord?id=CVE-2023-52578 Référence CVE CVE-2023-52599 https://www.cve.org/CVERecord?id=CVE-2023-52599 Référence CVE CVE-2023-52612 https://www.cve.org/CVERecord?id=CVE-2023-52612 Référence CVE CVE-2023-52614 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2022-48789 Référence CVE CVE-2022-48790 https://www.cve.org/CVERecord?id=CVE-2022-48790 Référence CVE CVE-2022-48791 https://www.cve.org/CVERecord?id=CVE-2022-48791 Référence CVE CVE-2022-48799 https://www.cve.org/CVERecord?id=CVE-2022-48799 Référence CVE CVE-2022-48844 https://www.cve.org/CVERecord?id=CVE-2022-48844 Référence CVE CVE-2022-48901 https://www.cve.org/CVERecord?id=CVE-2022-48901 Référence CVE CVE-2022-48911 https://www.cve.org/CVERecord?id=CVE-2022-48911 Référence CVE CVE-2022-48923 https://www.cve.org/CVERecord?id=CVE-2022-48923 Référence CVE CVE-2022-48935 https://www.cve.org/CVERecord?id=CVE-2022-48935 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2022-48944 https://www.cve.org/CVERecord?id=CVE-2022-48944 Référence CVE CVE-2022-48945 https://www.cve.org/CVERecord?id=CVE-2022-48945 Référence CVE CVE-2023-52610 https://www.cve.org/CVERecord?id=CVE-2023-52610 Référence CVE CVE-2023-52752 https://www.cve.org/CVERecord?id=CVE-2023-52752 Référence CVE CVE-2023-52766 https://www.cve.org/CVERecord?id=CVE-2023-52766 Référence CVE CVE-2023-52915 https://www.cve.org/CVERecord?id=CVE-2023-52915 Référence CVE CVE-2023-52916 https://www.cve.org/CVERecord?id=CVE-2023-52916 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2022-48931 Référence CVE CVE-2022-48932 https://www.cve.org/CVERecord?id=CVE-2022-48932 Référence CVE CVE-2022-48934 https://www.cve.org/CVERecord?id=CVE-2022-48934 Référence CVE CVE-2022-48937 https://www.cve.org/CVERecord?id=CVE-2022-48937 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48939 https://www.cve.org/CVERecord?id=CVE-2022-48939 Référence CVE CVE-2022-48940 https://www.cve.org/CVERecord?id=CVE-2022-48940 Référence CVE CVE-2022-48941 https://www.cve.org/CVERecord?id=CVE-2022-48941 Référence CVE CVE-2022-48942 https://www.cve.org/CVERecord?id=CVE-2022-48942 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-1582 https://www.cve.org/CVERecord?id=CVE-2023-1582 Référence CVE CVE-2023-2176 https://www.cve.org/CVERecord?id=CVE-2023-2176 Référence CVE CVE-2023-3610 https://www.cve.org/CVERecord?id=CVE-2023-3610 Référence CVE CVE-2023-52458 https://www.cve.org/CVERecord?id=CVE-2023-52458 Référence CVE CVE-2023-52489 https://www.cve.org/CVERecord?id=CVE-2023-52489 Référence CVE CVE-2023-52498 https://www.cve.org/CVERecord?id=CVE-2023-52498 Référence CVE CVE-2023-52581 https://www.cve.org/CVERecord?id=CVE-2023-52581 Référence CVE CVE-2023-52846 https://www.cve.org/CVERecord?id=CVE-20

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

d?id=CVE-2022-48930 Référence CVE CVE-2022-48931 https://www.cve.org/CVERecord?id=CVE-2022-48931 Référence CVE CVE-2022-48932 https://www.cve.org/CVERecord?id=CVE-2022-48932 Référence CVE CVE-2022-48934 https://www.cve.org/CVERecord?id=CVE-2022-48934 Référence CVE CVE-2022-48935 https://www.cve.org/CVERecord?id=CVE-2022-48935 Référence CVE CVE-2022-48937 https://www.cve.org/CVERecord?id=CVE-2022-48937 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48941 https://www.cve.org/CVERecord?id=CVE-2022-48941 Référence CVE CVE-2022-48942 https://www.cve.org/CVERecord?id=CVE-2022-48942 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-52340 https://www.cve.org/CVERecord?id=CVE-2023-52340 Référence CVE CVE-2023-52489 https://www.cve.org/CVERecord?id=CVE-2023-52489 Référence CVE CVE-2023-52502 https://www.cve.org/CVERecord?id=CVE-2023-52502 Référence CVE CVE-2023-52581 https://www.cve.org/CVERecord?id=CVE-2023-52581 Référence CVE CVE-2023-52668 https://www.cve.org/CVERecord?id=CVE-2023-52668 Référence CVE CVE-2023-52688 https://www.cve.org/CVERecord?id=CVE-2023-52688 Référence CVE CVE-2023-52735 https://www.cve.org/CVERecord?id=CVE-2023-52735 Référence CVE CVE-2023-52772 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2022-48933 Référence CVE CVE-2022-48934 https://www.cve.org/CVERecord?id=CVE-2022-48934 Référence CVE CVE-2022-48935 https://www.cve.org/CVERecord?id=CVE-2022-48935 Référence CVE CVE-2022-48937 https://www.cve.org/CVERecord?id=CVE-2022-48937 Référence CVE CVE-2022-48938 https://www.cve.org/CVERecord?id=CVE-2022-48938 Référence CVE CVE-2022-48939 https://www.cve.org/CVERecord?id=CVE-2022-48939 Référence CVE CVE-2022-48940 https://www.cve.org/CVERecord?id=CVE-2022-48940 Référence CVE CVE-2022-48941 https://www.cve.org/CVERecord?id=CVE-2022-48941 Référence CVE CVE-2022-48942 https://www.cve.org/CVERecord?id=CVE-2022-48942 Référence CVE CVE-2022-48943 https://www.cve.org/CVERecord?id=CVE-2022-48943 Référence CVE CVE-2023-3610 https://www.cve.org/CVERecord?id=CVE-2023-3610 Référence CVE CVE-2023-52458 https://www.cve.org/CVERecord?id=CVE-2023-52458 Référence CVE CVE-2023-52489 https://www.cve.org/CVERecord?id=CVE-2023-52489 Référence CVE CVE-2023-52498 https://www.cve.org/CVERecord?id=CVE-2023-52498 Référence CVE CVE-2023-52581 https://www.cve.org/CVERecord?id=CVE-2023-52581 Référence CVE CVE-2023-52668 https://www.cve.org/CVERecord?id=CVE-2023-52668 Référence CVE CVE-2023-52688 https://www.cve.org/CVERecord?id=CVE-2023-52688 Référence CVE CVE-2023-52708 https://www.cve.org/CVERecord?id=CV

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
2635b5c4a0e407b84f68e188c719f28ba0e9ae1b < 72fdfc75d4217b32363cc80def3de2cb3fef3f02; 2635b5c4a0e407b84f68e188c719f28ba0e9ae1b < 4c3644b6c96c5daa5149e5abddc07234eea47c7c; 2635b5c4a0e407b84f68e188c719f28ba0e9ae1b < 62040f5cd7d937de547836e747b6aa8212fec573; 2635b5c4a0e407b84f68e188c719f28ba0e9ae1b < 6f3c1fc53d86d580d8d6d749c4af23705e4f6f79; 5.8
Fixed
< 5.8; 5.10.103 ≤ 5.10.*; 5.15.26 ≤ 5.15.*; 5.16.12 ≤ 5.16.*; 5.17 ≤ *
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 22 Aug 2024 · Last source change 5 Aug 2026, 08:53 UTC · CWE not yet assigned

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-53822
Product sourceCNA
Remediation sourceCVE/CNA references
CWE sourceUnavailable
NVD statusNVD modified after enrichment

Missing structured fields: CWE classification. Missing data is not evidence of low risk; review the primary advisory.

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-48943 · cve.blacktree.nl