BlackTreeCVE Intelligence
← Back to the CVE catalogue
Full vulnerability report · 2024
CVE-2023-52635High confidence

PM / devfreq: Synchronize devfreq_monitor_[start/stop]

Linux · Linux

5.5MediumCVSS 3.1
Recommended action
Scheduled

Medium 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-azure-fdeAffected, 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 11 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-2023-57259

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

Medium 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

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreq_monitor_[start/stop] There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from cancel_delayed_work_sync() and followed by expire_timers() can be seen from the traces[1]. while true do echo "simple_ondemand" > /sys/class/devfreq/1d84000.ufshc/governor echo "performance" > /sys/class/devfreq/1d84000.ufshc/governor done It looks to be issue with devfreq driver where device_monitor_[start/stop] need to synchronized so that delayed work should get corrupted while it is either being queued or running or being cancelled. Let's use polling flag and devfreq lock to synchronize the queueing the timer instance twice and work data being corrupted. [1] ... .. <idle>-0 [003] 9436.209662: timer_cancel timer=0xffffff80444f0428 <idle>-0 [003] 9436.209664: timer_expire_entry timer=0xffffff80444f0428 now=0x10022da1c function=__typeid__ZTSFvP10timer_listE_global_addr baseclk=0x10022da1c <idle>-0 [003] 9436.209718: timer_expire_exit timer=0xffffff80444f0428 kworker/u16:6-14217 [003] 9436.209863: timer_start timer=0xffffff80444f0428 function=__typeid__ZTSFvP10timer_listE_global_addr expires=0x10022da2b now=0x10022da1c flags=182452227 vendor.xxxyyy.ha-1593 [004] 9436.209888: timer_cancel timer=0xffffff80444f0428 vendor.xxxyyy.ha-1593 [004] 9436.216390: timer_init timer=0xffffff80444f0428 vendor.xxxyyy.ha-1593 [004] 9436.216392: timer_start timer=0xffffff80444f0428 function=__typeid__ZTSFvP10timer_listE_global_addr expires=0x10022da2c now=0x10022da1d flags=186646532 vendor.xxxyyy.ha-1593 [005] 9436.220992: timer_cancel timer=0xffffff80444f0428 xxxyyyTraceManag-7795 [004] 9436.261641: timer_cancel timer=0xffffff80444f0428 [2] 9436.261653][ C4] Unable to handle kernel paging request at virtual address dead00000000012a [ 9436.261664][ C4] Mem abort info: [ 9436.261666][ C4] ESR = 0x96000044 [ 9436.261669][ C4] EC = 0x25: DABT (current EL), IL = 32 bits [ 9436.261671][ C4] SET = 0, FnV = 0 [ 9436.261673][ C4] EA = 0, S1PTW = 0 [ 9436.261675][ C4] Data abort info: [ 9436.261677][ C4] ISV = 0, ISS = 0x00000044 [ 9436.261680][ C4] CM = 0, WnR = 1 [ 9436.261682][ C4] [dead00000000012a] address between user and kernel address ranges [ 9436.261685][ C4] Internal error: Oops: 96000044 [#1] PREEMPT SMP [ 9436.261701][ C4] Skip md ftrace buffer dump for: 0x3a982d0 ... [ 9436.262138][ C4] CPU: 4 PID: 7795 Comm: TraceManag Tainted: G S W O 5.10.149-android12-9-o-g17f915d29d0c #1 [ 9436.262141][ C4] Hardware name: Qualcomm Technologies, Inc. (DT) [ 9436.262144][ C4] pstate: 22400085 (nzCv daIf +PAN -UAO +TCO BTYPE=--) [ 9436.262161][ C4] pc : expire_timers+0x9c/0x438 [ 9436.262164][ C4] lr : expire_timers+0x2a4/0x438 [ 9436.262168][ C4] sp : ffffffc010023dd0 [ 9436.262171][ C4] x29: ffffffc010023df0 x28: ffffffd0636fdc18 [ 9436.262178][ C4] x27: ffffffd063569dd0 x26: ffffffd063536008 [ 9436.262182][ C4] x25: 0000000000000001 x24: ffffff88f7c69280 [ 9436.262185][ C4] x23: 00000000000000e0 x22: dead000000000122 [ 9436.262188][ C4] x21: 000000010022da29 x20: ffffff8af72b4e80 [ 9436.262191][ C4] x19: ffffffc010023e50 x18: ffffffc010025038 [ 9436.262195][ C4] x17: 0000000000000240 x16: 0000000000000201 [ 9436.262199][ C4] x15: ffffffffffffffff x14: ffffff889f3c3100 [ 9436.262203][ C4] x13: ffffff889f3c3100 x12: 00000000049f56b8 [ 9436.262207][ C4] x11: 00000000049f56b8 x10: 00000000ffffffff [ 9436.262212][ C4] x9 : ffffffc010023e50 x8 : dead000000000122 [ 9436.262216][ C4] x7 : ffffffffffffffff x6 : ffffffc0100239d8 [ 9436.262220][ C4] x5 : 0000000000000000 x4 : 0000000000000101 [ 9436.262223][ C4] x3 : 0000000000000080 x2 : ffffff8 ---truncated---

What

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Synchronize devfreq_monitor_[start/stop] There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from cancel_delayed_work_sync() and followed by expire_timers() can be seen from the traces[1]. while true do echo "simple_ondemand" > /sys/class/devfreq/1d84000.ufshc/governor echo "performance" > /sys/class/devfreq/1d84000.ufshc/governor done It looks to be issue with devfreq driver where device_monitor_[start/stop] need to synchronized so that delayed work should get corrupted while it is either being queued or running or being cancelled. Let's use polling flag and devfreq lock to synchronize the queueing the timer instance twice and work data being corrupted. [1] ... .. <idle>-0 [003] 9436.209662: timer_cancel timer=0xffffff80444f0428 <idle>-0 [003] 9436.209664: timer_expire_entry timer=0xffffff80444f0428 now=0x10022da1c function=__typeid__ZTSFvP10timer_listE_global_addr baseclk=0x10022da1c <idle>-0 [003] 9436.209718: timer_expire_exit timer=0xffffff80444f0428 kworker/u16:6-14217 [003] 9436.209863: timer_start timer=0xffffff80444f0428 function=__typeid__ZTSFvP10timer_listE_global_addr expires=0x10022da2b now=0x10022da1c flags=182452227 vendor.xxxyyy.ha-1593 [004] 9436.209888: timer_cancel timer=0xffffff80444f0428 vendor.xxxyyy.ha-1593 [004] 9436.216390: timer_init timer=0xffffff80444f0428 vendor.xxxyyy.ha-1593 [004] 9436.216392: timer_start timer=0xffffff80444f0428 function=__typeid__ZTSFvP10timer_listE_global_addr expires=0x10022da2c now=0x10022da1d flags=186646532 vendor.xxxyyy.ha-1593 [005] 9436.220992: timer_cancel timer=0xffffff80444f0428 xxxyyyTraceManag-7795 [004] 9436.261641: timer_cancel timer=0xffffff80444f0428 [2] 9436.261653][ C4] Unable to handle kernel paging request at virtual address dead00000000012a [ 9436.261664][ C4] Mem abort info: [ 9436.261666][ C4] ESR = 0x96000044 [ 9436.261669][ C4] EC = 0x25: DABT (current EL), IL = 32 bits [ 9436.261671][ C4] SET = 0, FnV = 0 [ 9436.261673][ C4] EA = 0, S1PTW = 0 [ 9436.261675][ C4] Data abort info: [ 9436.261677][ C4] ISV = 0, ISS = 0x00000044 [ 9436.261680][ C4] CM = 0, WnR = 1 [ 9436.261682][ C4] [dead00000000012a] address between user and kernel address ranges [ 9436.261685][ C4] Internal error: Oops: 96000044 [#1] PREEMPT SMP [ 9436.261701][ C4] Skip md ftrace buffer dump for: 0x3a982d0 ... [ 9436.262138][ C4] CPU: 4 PID: 7795 Comm: TraceManag Tainted: G S W O 5.10.149-android12-9-o-g17f915d29d0c #1 [ 9436.262141][ C4] Hardware name: Qualcomm Technologies, Inc. (DT) [ 9436.262144][ C4] pstate: 22400085 (nzCv daIf +PAN -UAO +TCO BTYPE=--) [ 9436.262161][ C4] pc : expire_timers+0x9c/0x438 [ 9436.262164][ C4] lr : expire_timers+0x2a4/0x438 [ 9436.262168][ C4] sp : ffffffc010023dd0 [ 9436.262171][ C4] x29: ffffffc010023df0 x28: ffffffd0636fdc18 [ 9436.262178][ C4] x27: ffffffd063569dd0 x26: ffffffd063536008 [ 9436.262182][ C4] x25: 0000000000000001 x24: ffffff88f7c69280 [ 9436.262185][ C4] x23: 00000000000000e0 x22: dead000000000122 [ 9436.262188][ C4] x21: 000000010022da29 x20: ffffff8af72b4e80 [ 9436.262191][ C4] x19: ffffffc010023e50 x18: ffffffc010025038 [ 9436.262195][ C4] x17: 0000000000000240 x16: 0000000000000201 [ 9436.262199][ C4] x15: ffffffffffffffff x14: ffffff889f3c3100 [ 9436.262203][ C4] x13: ffffff889f3c3100 x12: 00000000049f56b8 [ 9436.262207][ C4] x11: 00000000049f56b8 x10: 00000000ffffffff [ 9436.262212][ C4] x9 : ffffffc010023e50 x8 : dead000000000122 [ 9436.262216][ C4] x7 : ffffffffffffffff x6 : ffffffc0100239d8 [ 9436.262220][ C4] x5 : 0000000000000000 x4 : 0000000000000101 [ 9436.262223][ C4] x3 : 0000000000000080 x2 : ffffff8 ---truncated---

Why

A malformed condition prevents a loop from making progress or terminating, allowing resource exhaustion.

How

An attacker operating through local access may attempt exploitation with low privileges. 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: PM / devfreq: Synchronize devfreq_monitor_[start/stop] There is a chance if a frequent switch of the governor done in a loop result in timer list corruption where timer cancel being done from two place one from cancel_delayed_work_sync() and followed by expire_timers() can be seen from the traces[1]. while true do echo "simple_ondemand" > /sys/class/devfreq/1d84000.ufshc/governor echo "performance" > /sys/class/devfreq/1d84000.ufshc/governor done It looks to be issue with devfreq driver where device_monitor_[start/stop] need to synchronized so that delayed work should get corrupted while it is either being queued or running or being cancelled. Let's use polling flag and devfreq lock to synchronize the queueing the timer instance twice and work data being corrupted. [1] ... .. <idle>-0 [003] 9436.209662: timer_cancel timer=0xffffff80444f0428 <idle>-0 [003] 9436.209664: timer_expire_entry timer=0xffffff80444f0428 now=0x10022da1c function=__typeid__ZTSFvP10timer_listE_global_addr baseclk=0x10022da1c <idle>-0 [003] 9436.209718: timer_expire_exit timer=0xffffff80444f0428 kworker/u16:6-14217 [003] 9436.209863: timer_start timer=0xffffff80444f0428 function=__typeid__ZTSFvP10timer_listE_global_addr expires=0x10022da2b now=0x10022da1c flags=182452227 vendor.xxxyyy.ha-1593 [004] 9436.209888: timer_cancel timer=0xffffff80444f0428 vendor.xxxyyy.ha-1593 [004] 9436.216390: timer_init timer=0xffffff80444f0428 vendor.xxxyyy.ha-1593 [004] 9436.216392: timer_start timer=0xffffff80444f0428 function=__typeid__ZTSFvP10timer_listE_global_addr expires=0x10022da2c now=0x10022da1d flags=186646532 vendor.xxxyyy.ha-1593 [005] 9436.220992: timer_cancel timer=0xffffff80444f0428 xxxyyyTraceManag-7795 [004] 9436.261641: timer_cancel timer=0xffffff80444f0428 [2] 9436.261653][ C4] Unable to handle kernel paging request at virtual address dead00000000012a [ 9436.261664][ C4] Mem abort info: [ 9436.261666][ C4] ESR = 0x96000044 [ 9436.261669][ C4] EC = 0x25: DABT (current EL), IL = 32 bits [ 9436.261671][ C4] SET = 0, FnV = 0 [ 9436.261673][ C4] EA = 0, S1PTW = 0 [ 9436.261675][ C4] Data abort info: [ 9436.261677][ C4] ISV = 0, ISS = 0x00000044 [ 9436.261680][ C4] CM = 0, WnR = 1 [ 9436.261682][ C4] [dead00000000012a] address between user and kernel address ranges [ 9436.261685][ C4] Internal error: Oops: 96000044 [#1] PREEMPT SMP [ 9436.261701][ C4] Skip md ftrace buffer dump for: 0x3a982d0 ... [ 9436.262138][ C4] CPU: 4 PID: 7795 Comm: TraceManag Tainted: G S W O 5.10.149-android12-9-o-g17f915d29d0c #1 [ 9436.262141][ C4] Hardware name: Qualcomm Technologies, Inc. (DT) [ 9436.262144][ C4] pstate: 22400085 (nzCv daIf +PAN -UAO +TCO BTYPE=--) [ 9436.262161][ C4] pc : expire_timers+0x9c/0x438 [ 9436.262164][ C4] lr : expire_timers+0x2a4/0x438 [ 9436.262168][ C4] sp : ffffffc010023dd0 [ 9436.262171][ C4] x29: ffffffc010023df0 x28: ffffffd0636fdc18 [ 9436.262178][ C4] x27: ffffffd063569dd0 x26: ffffffd063536008 [ 9436.262182][ C4] x25: 0000000000000001 x24: ffffff88f7c69280 [ 9436.262185][ C4] x23: 00000000000000e0 x22: dead000000000122 [ 9436.262188][ C4] x21: 000000010022da29 x20: ffffff8af72b4e80 [ 9436.262191][ C4] x19: ffffffc010023e50 x18: ffffffc010025038 [ 9436.262195][ C4] x17: 0000000000000240 x16: 0000000000000201 [ 9436.262199][ C4] x15: ffffffffffffffff x14: ffffff889f3c3100 [ 9436.262203][ C4] x13: ffffff889f3c3100 x12: 00000000049f56b8 [ 9436.262207][ C4] x11: 00000000049f56b8 x10: 00000000ffffffff [ 9436.262212][ C4] x9 : ffffffc010023e50 x8 : dead000000000122 [ 9436.262216][ C4] x7 : ffffffffffffffff x6 : ffffffc0100239d8 [ 9436.262220][ C4] x5 : 0000000000000000 x4 : 0000000000000101 [ 9436.262223][ C4] x3 : 0000000000000080 x2 : ffffff8 ---truncated---

Why

A malformed condition prevents a loop from making progress or terminating, allowing resource exhaustion.

How

An attacker operating through local access 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
local access → Loop with Unreachable Exit Condition ('Infinite Loop') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Local
Privileges required
Low: a basic authenticated account is required
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-835

CWE-835: Loop with Unreachable Exit Condition ('Infinite Loop'). The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.

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:L/UI:N/S:U/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.PRLowPrivileges required: The attacker needs basic user-level privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's 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
The issue can support a local privilege or sandbox boundary transition; normal system utilities may then be available in the gained context.
CWE-835
A

Official authority intelligence

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

BSI · German · WID-SEC-2024-1913Red Hat OpenShift Container Platform: Mehrere Schwachstellen

Ein entfernter anonymer oder lokaler Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Container Platform ausnutzen, um seine Privilegien zu erhöhen, beliebigen Code auszuführen, einen Denial-of-Service-Zustand zu erzeugen, vertrauliche Informationen offenzulegen, Dateien und Daten zu manipulieren oder Sicherheitsmaßnahmen zu umgehen.

Official advisory ↗
BSI · German · WID-SEC-2024-0749Linux Kernel: Mehrere Schwachstellen

Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um einen Denial of Service oder einen nicht näher spezifizierten Angriff durchzuführen.

Official advisory ↗
Cyber Security Agency of Singapore · English · CSA-SB-20240403Security Bulletin 03 Apr 2024

The Cyber Security Agency of Singapore included this CVE in its official Security Bulletin 03 Apr 2024, published on 3 April 2024. Open the linked bulletin for the product, severity and reference information published in that issue.

Official advisory ↗
CERT-FR · French · CERTFR-2024-AVI-1050Multiples vulnérabilités dans le noyau Linux de Red Hat

ention des correctifs (cf. section Documentation). Documentation Bulletin de sécurité Red Hat RHSA-2024:10771 du 04 décembre 2024 https://access.redhat.com/errata/RHSA-2024:10771 Bulletin de sécurité Red Hat RHSA-2024:10772 du 04 décembre 2024 https://access.redhat.com/errata/RHSA-2024:10772 Bulletin de sécurité Red Hat RHSA-2024:10773 du 04 décembre 2024 https://access.redhat.com/errata/RHSA-2024:10773 Référence CVE CVE-2022-48804 https://www.cve.org/CVERecord?id=CVE-2022-48804 Référence CVE CVE-2023-0597 https://www.cve.org/CVERecord?id=CVE-2023-0597 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52749 https://www.cve.org/CVERecord?id=CVE-2023-52749 Référence CVE CVE-2023-52775 https://www.cve.org/CVERecord?id=CVE-2023-52775 Référence CVE CVE-2023-52811 https://www.cve.org/CVERecord?id=CVE-2023-52811 Référence CVE CVE-2023-52881 https://www.cve.org/CVERecord?id=CVE-2023-52881 Référence CVE CVE-2024-26601 https://www.cve.org/CVERecord?id=CVE-2024-26601 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26686 https://www.cve.org/CVERecord?id=CVE-2024-26686 Référence CVE CVE-2024-26704 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2023-52594 Référence CVE CVE-2023-52612 https://www.cve.org/CVERecord?id=CVE-2023-52612 Référence CVE CVE-2023-52615 https://www.cve.org/CVERecord?id=CVE-2023-52615 Référence CVE CVE-2023-52616 https://www.cve.org/CVERecord?id=CVE-2023-52616 Référence CVE CVE-2023-52618 https://www.cve.org/CVERecord?id=CVE-2023-52618 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52631 https://www.cve.org/CVERecord?id=CVE-2023-52631 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52640 https://www.cve.org/CVERecord?id=CVE-2023-52640 Référence CVE CVE-2023-52641 https://www.cve.org/CVERecord?id=CVE-2023-52641 Référence CVE CVE-2023-52645 https://www.cve.org/CVERecord?id=CVE-2023-52645 Référence CVE CVE-2023-52652 https://www.cve.org/CVERecord?id=CVE-2023-52652 Référence CVE CVE-2023-52653 https://www.cve.org/CVERecord?id=CVE-2023-52653 Référence CVE CVE-2023-52656 https://www.cve.org/CVERecord?id=CVE-2023-52656 Référence CVE CVE-2023-52657 https://www.cve.org/CVERecord?id=CVE-2023-52657 Référence CVE CVE-2023-52658 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2024-AVI-0668Multiples vulnérabilités dans le noyau Linux de Red Hat

d?id=CVE-2023-52458 Référence CVE CVE-2023-52463 https://www.cve.org/CVERecord?id=CVE-2023-52463 Référence CVE CVE-2023-52469 https://www.cve.org/CVERecord?id=CVE-2023-52469 Référence CVE CVE-2023-52471 https://www.cve.org/CVERecord?id=CVE-2023-52471 Référence CVE CVE-2023-52486 https://www.cve.org/CVERecord?id=CVE-2023-52486 Référence CVE CVE-2023-52530 https://www.cve.org/CVERecord?id=CVE-2023-52530 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52648 https://www.cve.org/CVERecord?id=CVE-2023-52648 Référence CVE CVE-2023-52653 https://www.cve.org/CVERecord?id=CVE-2023-52653 Référence CVE CVE-2023-52658 https://www.cve.org/CVERecord?id=CVE-2023-52658 Référence CVE CVE-2023-52662 https://www.cve.org/CVERecord?id=CVE-2023-52662 Référence CVE CVE-2023-52679 https://www.cve.org/CVERecord?id=CVE-2023-52679 Référence CVE CVE-2023-52707 https://www.cve.org/CVERecord?id=CVE-2023-52707 Référence CVE CVE-2023-52730 https://www.cve.org/CVERecord?id=CVE-2023-52730 Référence CVE CVE-2023-52756 https://www.cve.org/CVERecord?id=

Official advisory ↗
CERT-FR · French · CERTFR-2024-AVI-0527Multiples vulnérabilités dans le noyau Linux de Debian LTS

d?id=CVE-2023-52616 Référence CVE CVE-2023-52617 https://www.cve.org/CVERecord?id=CVE-2023-52617 Référence CVE CVE-2023-52618 https://www.cve.org/CVERecord?id=CVE-2023-52618 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52620 https://www.cve.org/CVERecord?id=CVE-2023-52620 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52627 https://www.cve.org/CVERecord?id=CVE-2023-52627 Référence CVE CVE-2023-52628 https://www.cve.org/CVERecord?id=CVE-2023-52628 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52637 https://www.cve.org/CVERecord?id=CVE-2023-52637 Référence CVE CVE-2023-52642 https://www.cve.org/CVERecord?id=CVE-2023-52642 Référence CVE CVE-2023-52644 https://www.cve.org/CVERecord?id=CVE-2023-52644 Référence CVE CVE-2023-52650 https://www.cve.org/CVERecord?id=CVE-2023-52650 Référence CVE CVE-2023-52656 https://www.cve.org/CVERecord?id=CVE-2023-52656 Référence CVE CVE-2023-52669 https://www.cve.org/CVERecord?id=CVE-2023-52669 Référence CVE CVE-2023-52670 https://www.cve.org/CVERecord?id=CVE-2023-52670 Référence CVE CVE-2023-52672 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2023-52527 Référence CVE CVE-2023-52581 https://www.cve.org/CVERecord?id=CVE-2023-52581 Référence CVE CVE-2023-52586 https://www.cve.org/CVERecord?id=CVE-2023-52586 Référence CVE CVE-2023-52591 https://www.cve.org/CVERecord?id=CVE-2023-52591 Référence CVE CVE-2023-52608 https://www.cve.org/CVERecord?id=CVE-2023-52608 Référence CVE CVE-2023-52616 https://www.cve.org/CVERecord?id=CVE-2023-52616 Référence CVE CVE-2023-52618 https://www.cve.org/CVERecord?id=CVE-2023-52618 Référence CVE CVE-2023-52628 https://www.cve.org/CVERecord?id=CVE-2023-52628 Référence CVE CVE-2023-52631 https://www.cve.org/CVERecord?id=CVE-2023-52631 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52640 https://www.cve.org/CVERecord?id=CVE-2023-52640 Référence CVE CVE-2023-52641 https://www.cve.org/CVERecord?id=CVE-2023-52641 Référence CVE CVE-2023-52642 https://www.cve.org/CVERecord?id=CVE-2023-52642 Référence CVE CVE-2023-52643 https://www.cve.org/CVERecord?id=CVE-2023-52643 Référence CVE CVE-2023-52644 https://www.cve.org/CVERecord?id=CVE-2023-52644 Référence CVE CVE-2023-52645 https://www.cve.org/CVERecord?id=CVE-2023-52645 Référence CVE CVE-2023-52646 https://www.cve.org/CVERecord?id=CVE-2023-52646 Référence CVE CVE-2023-52650 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2023-52587 Référence CVE CVE-2023-52590 https://www.cve.org/CVERecord?id=CVE-2023-52590 Référence CVE CVE-2023-52591 https://www.cve.org/CVERecord?id=CVE-2023-52591 Référence CVE CVE-2023-52595 https://www.cve.org/CVERecord?id=CVE-2023-52595 Référence CVE CVE-2023-52598 https://www.cve.org/CVERecord?id=CVE-2023-52598 Référence CVE CVE-2023-52607 https://www.cve.org/CVERecord?id=CVE-2023-52607 Référence CVE CVE-2023-52614 https://www.cve.org/CVERecord?id=CVE-2023-52614 Référence CVE CVE-2023-52620 https://www.cve.org/CVERecord?id=CVE-2023-52620 Référence CVE CVE-2023-52628 https://www.cve.org/CVERecord?id=CVE-2023-52628 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2023-52644 https://www.cve.org/CVERecord?id=CVE-2023-52644 Référence CVE CVE-2023-52646 https://www.cve.org/CVERecord?id=CVE-2023-52646 Référence CVE CVE-2023-52650 https://www.cve.org/CVERecord?id=CVE-2023-52650 Référence CVE CVE-2023-52652 https://www.cve.org/CVERecord?id=CVE-2023-52652 Référence CVE CVE-2023-52653 https://www.cve.org/CVERecord?id=CVE-2023-52653 Référence CVE CVE-2023-6270 https://www.cve.org/CVERecord?id=CVE-2023-6270 Référence CVE CVE-2023-6356 https://www.cve.org/CVERecord?id=CVE

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

d?id=CVE-2023-52616 Référence CVE CVE-2023-52617 https://www.cve.org/CVERecord?id=CVE-2023-52617 Référence CVE CVE-2023-52618 https://www.cve.org/CVERecord?id=CVE-2023-52618 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52627 https://www.cve.org/CVERecord?id=CVE-2023-52627 Référence CVE CVE-2023-52631 https://www.cve.org/CVERecord?id=CVE-2023-52631 Référence CVE CVE-2023-52633 https://www.cve.org/CVERecord?id=CVE-2023-52633 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52637 https://www.cve.org/CVERecord?id=CVE-2023-52637 Référence CVE CVE-2023-52638 https://www.cve.org/CVERecord?id=CVE-2023-52638 Référence CVE CVE-2023-52642 https://www.cve.org/CVERecord?id=CVE-2023-52642 Référence CVE CVE-2023-52643 https://www.cve.org/CVERecord?id=CVE-2023-52643 Référence CVE CVE-2024-1151 https://www.cve.org/CVERecord?id=CVE-2024-1151 Référence CVE CVE-2024-2201 https://www.cve.org/CVERecord?id=CVE-2024-2201 Référence CVE CVE-2024-23849 https://www.cve.org/CVERecord?id=CVE-2024-23849 Référence CVE CVE-2024-26592 https://www.cve.org/CVERecord?id=CVE-

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

d?id=CVE-2023-52616 Référence CVE CVE-2023-52617 https://www.cve.org/CVERecord?id=CVE-2023-52617 Référence CVE CVE-2023-52618 https://www.cve.org/CVERecord?id=CVE-2023-52618 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52627 https://www.cve.org/CVERecord?id=CVE-2023-52627 Référence CVE CVE-2023-52631 https://www.cve.org/CVERecord?id=CVE-2023-52631 Référence CVE CVE-2023-52633 https://www.cve.org/CVERecord?id=CVE-2023-52633 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52637 https://www.cve.org/CVERecord?id=CVE-2023-52637 Référence CVE CVE-2023-52638 https://www.cve.org/CVERecord?id=CVE-2023-52638 Référence CVE CVE-2023-52642 https://www.cve.org/CVERecord?id=CVE-2023-52642 Référence CVE CVE-2023-52643 https://www.cve.org/CVERecord?id=CVE-2023-52643 Référence CVE CVE-2024-1151 https://www.cve.org/CVERecord?id=CVE-2024-1151 Référence CVE CVE-2024-2201 https://www.cve.org/CVERecord?id=CVE-2024-2201 Référence CVE CVE-2024-23849 https://www.cve.org/CVERecord?id=CVE-2024-23849 Référence CVE CVE-2024-26592 https://www.cve.org/CVERecord?id=CVE-

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

d?id=CVE-2023-52587 Référence CVE CVE-2023-52590 https://www.cve.org/CVERecord?id=CVE-2023-52590 Référence CVE CVE-2023-52591 https://www.cve.org/CVERecord?id=CVE-2023-52591 Référence CVE CVE-2023-52595 https://www.cve.org/CVERecord?id=CVE-2023-52595 Référence CVE CVE-2023-52598 https://www.cve.org/CVERecord?id=CVE-2023-52598 Référence CVE CVE-2023-52607 https://www.cve.org/CVERecord?id=CVE-2023-52607 Référence CVE CVE-2023-52614 https://www.cve.org/CVERecord?id=CVE-2023-52614 Référence CVE CVE-2023-52620 https://www.cve.org/CVERecord?id=CVE-2023-52620 Référence CVE CVE-2023-52628 https://www.cve.org/CVERecord?id=CVE-2023-52628 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2023-52644 https://www.cve.org/CVERecord?id=CVE-2023-52644 Référence CVE CVE-2023-52646 https://www.cve.org/CVERecord?id=CVE-2023-52646 Référence CVE CVE-2023-52650 https://www.cve.org/CVERecord?id=CVE-2023-52650 Référence CVE CVE-2023-52652 https://www.cve.org/CVERecord?id=CVE-2023-52652 Référence CVE CVE-2023-52653 https://www.cve.org/CVERecord?id=CVE-2023-52653 Référence CVE CVE-2023-6270 https://www.cve.org/CVERecord?id=CVE-2023-6270 Référence CVE CVE-2023-6356 https://www.cve.org/CVERecord?id=CVE

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

d?id=CVE-2023-52616 Référence CVE CVE-2023-52617 https://www.cve.org/CVERecord?id=CVE-2023-52617 Référence CVE CVE-2023-52618 https://www.cve.org/CVERecord?id=CVE-2023-52618 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52627 https://www.cve.org/CVERecord?id=CVE-2023-52627 Référence CVE CVE-2023-52631 https://www.cve.org/CVERecord?id=CVE-2023-52631 Référence CVE CVE-2023-52633 https://www.cve.org/CVERecord?id=CVE-2023-52633 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52637 https://www.cve.org/CVERecord?id=CVE-2023-52637 Référence CVE CVE-2023-52638 https://www.cve.org/CVERecord?id=CVE-2023-52638 Référence CVE CVE-2023-52642 https://www.cve.org/CVERecord?id=CVE-2023-52642 Référence CVE CVE-2023-52643 https://www.cve.org/CVERecord?id=CVE-2023-52643 Référence CVE CVE-2024-1151 https://www.cve.org/CVERecord?id=CVE-2024-1151 Référence CVE CVE-2024-2201 https://www.cve.org/CVERecord?id=CVE-2024-2201 Référence CVE CVE-2024-23849 https://www.cve.org/CVERecord?id=CVE-2024-23849 Référence CVE CVE-2024-26592 https://www.cve.org/CVERecord?id=CVE-

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

d?id=CVE-2023-52593 Référence CVE CVE-2023-52595 https://www.cve.org/CVERecord?id=CVE-2023-52595 Référence CVE CVE-2023-52598 https://www.cve.org/CVERecord?id=CVE-2023-52598 Référence CVE CVE-2023-52607 https://www.cve.org/CVERecord?id=CVE-2023-52607 Référence CVE CVE-2023-52614 https://www.cve.org/CVERecord?id=CVE-2023-52614 Référence CVE CVE-2023-52616 https://www.cve.org/CVERecord?id=CVE-2023-52616 Référence CVE CVE-2023-52620 https://www.cve.org/CVERecord?id=CVE-2023-52620 Référence CVE CVE-2023-52627 https://www.cve.org/CVERecord?id=CVE-2023-52627 Référence CVE CVE-2023-52628 https://www.cve.org/CVERecord?id=CVE-2023-52628 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52636 https://www.cve.org/CVERecord?id=CVE-2023-52636 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2023-52644 https://www.cve.org/CVERecord?id=CVE-2023-52644 Référence CVE CVE-2023-52645 https://www.cve.org/CVERecord?id=CVE-2023-52645 Référence CVE CVE-2023-52646 https://www.cve.org/CVERecord?id=CVE-2023-52646 Référence CVE CVE-2023-52650 https://www.cve.org/CVERecord?id=CVE-2023-52650 Référence CVE CVE-2023-52652 https://www.cve.org/CVERecord?id=CVE-2023-52652 Référence CVE CVE-2023-52653 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2023-52619 Référence CVE CVE-2023-52621 https://www.cve.org/CVERecord?id=CVE-2023-52621 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52626 https://www.cve.org/CVERecord?id=CVE-2023-52626 Référence CVE CVE-2023-52627 https://www.cve.org/CVERecord?id=CVE-2023-52627 Référence CVE CVE-2023-52631 https://www.cve.org/CVERecord?id=CVE-2023-52631 Référence CVE CVE-2023-52632 https://www.cve.org/CVERecord?id=CVE-2023-52632 Référence CVE CVE-2023-52633 https://www.cve.org/CVERecord?id=CVE-2023-52633 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52637 https://www.cve.org/CVERecord?id=CVE-2023-52637 Référence CVE CVE-2023-52638 https://www.cve.org/CVERecord?id=CVE-2023-52638 Référence CVE CVE-2023-52642 https://www.cve.org/CVERecord?id=CVE-2023-52642 Référence CVE CVE-2023-52643 https://www.cve.org/CVERecord?id=CVE-2023-52643 Référence CVE CVE-2023-6356 https://www.cve.org/CVERecord?id=CVE-2023-6356 Référence CVE CVE-2023-6535 https://www.cve.org/CVERecord?id=CVE-2023-6535 Référence CVE CVE-2023-6536 https://www.cve.org/CVERecord?id=CVE-2023-6536 Référence CVE CVE-2024-1151 https://www.cve.org/CVERecord?id=CVE-202

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

d?id=CVE-2023-52615 Référence CVE CVE-2023-52616 https://www.cve.org/CVERecord?id=CVE-2023-52616 Référence CVE CVE-2023-52617 https://www.cve.org/CVERecord?id=CVE-2023-52617 Référence CVE CVE-2023-52618 https://www.cve.org/CVERecord?id=CVE-2023-52618 Référence CVE CVE-2023-52619 https://www.cve.org/CVERecord?id=CVE-2023-52619 Référence CVE CVE-2023-52620 https://www.cve.org/CVERecord?id=CVE-2023-52620 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52627 https://www.cve.org/CVERecord?id=CVE-2023-52627 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52637 https://www.cve.org/CVERecord?id=CVE-2023-52637 Référence CVE CVE-2023-52642 https://www.cve.org/CVERecord?id=CVE-2023-52642 Référence CVE CVE-2023-52644 https://www.cve.org/CVERecord?id=CVE-2023-52644 Référence CVE CVE-2023-52650 https://www.cve.org/CVERecord?id=CVE-2023-52650 Référence CVE CVE-2023-6270 https://www.cve.org/CVERecord?id=CVE-2023-6270 Référence CVE CVE-2023-7042 https://www.cve.org/CVERecord?id=CVE-2023-7042 Référence CVE CVE-2024-0340 https://www.cve.org/CVERecord?id=CVE-2024-0340 Référence CVE CVE-2024-0565 https://www.cve.org/CVERecord?id=CVE-202

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

d?id=CVE-2023-52619 Référence CVE CVE-2023-52620 https://www.cve.org/CVERecord?id=CVE-2023-52620 Référence CVE CVE-2023-52621 https://www.cve.org/CVERecord?id=CVE-2023-52621 Référence CVE CVE-2023-52622 https://www.cve.org/CVERecord?id=CVE-2023-52622 Référence CVE CVE-2023-52623 https://www.cve.org/CVERecord?id=CVE-2023-52623 Référence CVE CVE-2023-52630 https://www.cve.org/CVERecord?id=CVE-2023-52630 Référence CVE CVE-2023-52631 https://www.cve.org/CVERecord?id=CVE-2023-52631 Référence CVE CVE-2023-52632 https://www.cve.org/CVERecord?id=CVE-2023-52632 Référence CVE CVE-2023-52633 https://www.cve.org/CVERecord?id=CVE-2023-52633 Référence CVE CVE-2023-52635 https://www.cve.org/CVERecord?id=CVE-2023-52635 Référence CVE CVE-2023-52637 https://www.cve.org/CVERecord?id=CVE-2023-52637 Référence CVE CVE-2023-52638 https://www.cve.org/CVERecord?id=CVE-2023-52638 Référence CVE CVE-2023-52639 https://www.cve.org/CVERecord?id=CVE-2023-52639 Référence CVE CVE-2023-52640 https://www.cve.org/CVERecord?id=CVE-2023-52640 Référence CVE CVE-2023-52641 https://www.cve.org/CVERecord?id=CVE-2023-52641 Référence CVE CVE-2023-6270 https://www.cve.org/CVERecord?id=CVE-2023-6270 Référence CVE CVE-2023-7042 https://www.cve.org/CVERecord?id=CVE-2023-7042 Référence CVE CVE-2024-0340 https://www.cve.org/CVERecord?id=CVE-2

Official advisory ↗
JVN iPedia · Japanese · JVNDB-2023-028420Linux の Linux Kernel 等複数ベンダの製品における無限ループに関する脆弱性

Linux の Linux Kernel 等複数ベンダの製品には、無限ループに関する脆弱性が存在します。

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
Linux: 7e6fdd4bad033fa2d73716377b184fa975b0d985 < 3399cc7013e761fee9d6eec795e9b31ab0cbe475, 7e6fdd4bad033fa2d73716377b184fa975b0d985 < 099f6a9edbe30b142c1d97fe9a4748601d995675, 7e6fdd4bad033fa2d73716377b184fa975b0d985 < 31569995fc65007b73a3fff605ec2b3401b435e9, 7e6fdd4bad033fa2d73716377b184fa975b0d985 < 0aedb319ef3ed39e9e5a7b7726c8264ca627bbd9, 7e6fdd4bad033fa2d73716377b184fa975b0d985 < ae815e2fdc284ab31651d52460698bd89c0fce22, 7e6fdd4bad033fa2d73716377b184fa975b0d985 < aed5ed595960c6d301dcd4ed31aeaa7a8054c0c6, 3.8
Fixed
Linux: < 3.8, 5.10.210 ≤ 5.10.*, 5.15.149 ≤ 5.15.*, 6.1.77 ≤ 6.1.*, 6.6.16 ≤ 6.6.*, 6.7.4 ≤ 6.7.*, 6.8 ≤ *
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 2 Apr 2024 · Last source change 11 May 2026, 19:30 UTC · CWE-835 · Loop with Unreachable Exit Condition ('Infinite Loop')

CVE recordCVE.org · 5.2
CVSS sourceNIST NVD
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-2023-57259
Product sourceCNA
Remediation sourceCVE/CNA references
CWE sourceNIST NVD
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-2023-52635 · cve.blacktree.nl