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

genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline

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.

13 package states
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 archivelinuxAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-awsAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-azureAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-gcpAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-gkeAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-ibmAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-lowlatencyAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-nvidiaAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-nvidia-lowlatencyAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-oem-6.8Affected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-oracleAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-raspiAffected, 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
Ubuntu 24.04 LTSnoble · standard archivelinux-riscvAffected, 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
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
SSA-613116 · CSAF 2.0 · revision 3 · interimSiemens ProductCERTSSA-613116: Multiple Vulnerabilities in Third-Party Components in SINEC OS before V3.1
2 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • RUGGEDCOM RST2428P (6GK6242-6PA00)
  • SCALANCE XCM-/XRM-/XCH-/XRH-300 family
Summary
In the Linux kernel, the following vulnerability has been resolved: genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline The absence of IRQD_MOVE_PCNTXT prevents immediate effectiveness of interrupt affinity reconfiguration via procfs. Instead, the change is deferred until the next instance of the interrupt being triggered on the original CPU. When the interrupt next triggers on the original CPU, the new affinity is enforced within __irq_move_irq(). A vector is allocated from the new CPU, but the old vector on the original CPU remains and is not immediately reclaimed. Instead, apicd->move_in_progress is flagged, and the reclaiming process is delayed until the next trigger of the interrupt on the new CPU. Upon the subsequent triggering of the interrupt on the new CPU, irq_complete_move() adds a task to the old CPU's vector_cleanup list if it remains online. Subsequently, the timer on the old CPU iterates over its vector_cleanup list, reclaiming old vectors. However, a rare scenario arises if the old CPU is outgoing before the interrupt triggers again on the new CPU. In that case irq_force_complete_move() is not invoked on the outgoing CPU to reclaim the old apicd->prev_vector because the interrupt isn't currently affine to the outgoing CPU, and irq_needs_fixup() returns false. Even though __vector_schedule_cleanup() is later called on the new CPU, it doesn't reclaim apicd->prev_vector; instead, it simply resets both apicd->move_in_progress and apicd->prev_vector to 0. As a result, the vector remains unreclaimed in vector_matrix, leading to a CPU vector leak. To address this issue, move the invocation of irq_force_complete_move() before the irq_needs_fixup() call to reclaim apicd->prev_vector, if the interrupt is currently or used to be affine to the outgoing CPU. Additionally, reclaim the vector in __vector_schedule_cleanup() as well, following a warning message, although theoretically it should never see apicd->move_in_progress with apicd->prev_cpu pointing to an offline CPU.
Remediation
Update to V3.1 or later version
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-2024-34455

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: genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline The absence of IRQD_MOVE_PCNTXT prevents immediate effectiveness of interrupt affinity reconfiguration via procfs. Instead, the change is deferred until the next instance of the interrupt being triggered on the original CPU. When the interrupt next triggers on the original CPU, the new affinity is enforced within __irq_move_irq(). A vector is allocated from the new CPU, but the old vector on the original CPU remains and is not immediately reclaimed. Instead, apicd->move_in_progress is flagged, and the reclaiming process is delayed until the next trigger of the interrupt on the new CPU. Upon the subsequent triggering of the interrupt on the new CPU, irq_complete_move() adds a task to the old CPU's vector_cleanup list if it remains online. Subsequently, the timer on the old CPU iterates over its vector_cleanup list, reclaiming old vectors. However, a rare scenario arises if the old CPU is outgoing before the interrupt triggers again on the new CPU. In that case irq_force_complete_move() is not invoked on the outgoing CPU to reclaim the old apicd->prev_vector because the interrupt isn't currently affine to the outgoing CPU, and irq_needs_fixup() returns false. Even though __vector_schedule_cleanup() is later called on the new CPU, it doesn't reclaim apicd->prev_vector; instead, it simply resets both apicd->move_in_progress and apicd->prev_vector to 0. As a result, the vector remains unreclaimed in vector_matrix, leading to a CPU vector leak. To address this issue, move the invocation of irq_force_complete_move() before the irq_needs_fixup() call to reclaim apicd->prev_vector, if the interrupt is currently or used to be affine to the outgoing CPU. Additionally, reclaim the vector in __vector_schedule_cleanup() as well, following a warning message, although theoretically it should never see apicd->move_in_progress with apicd->prev_cpu pointing to an offline CPU.

What

In the Linux kernel, the following vulnerability has been resolved: genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline The absence of IRQD_MOVE_PCNTXT prevents immediate effectiveness of interrupt affinity reconfiguration via procfs. Instead, the change is deferred until the next instance of the interrupt being triggered on the original CPU. When the interrupt next triggers on the original CPU, the new affinity is enforced within __irq_move_irq(). A vector is allocated from the new CPU, but the old vector on the original CPU remains and is not immediately reclaimed. Instead, apicd->move_in_progress is flagged, and the reclaiming process is delayed until the next trigger of the interrupt on the new CPU. Upon the subsequent triggering of the interrupt on the new CPU, irq_complete_move() adds a task to the old CPU's vector_cleanup list if it remains online. Subsequently, the timer on the old CPU iterates over its vector_cleanup list, reclaiming old vectors. However, a rare scenario arises if the old CPU is outgoing before the interrupt triggers again on the new CPU. In that case irq_force_complete_move() is not invoked on the outgoing CPU to reclaim the old apicd->prev_vector because the interrupt isn't currently affine to the outgoing CPU, and irq_needs_fixup() returns false. Even though __vector_schedule_cleanup() is later called on the new CPU, it doesn't reclaim apicd->prev_vector; instead, it simply resets both apicd->move_in_progress and apicd->prev_vector to 0. As a result, the vector remains unreclaimed in vector_matrix, leading to a CPU vector leak. To address this issue, move the invocation of irq_force_complete_move() before the irq_needs_fixup() call to reclaim apicd->prev_vector, if the interrupt is currently or used to be affine to the outgoing CPU. Additionally, reclaim the vector in __vector_schedule_cleanup() as well, following a warning message, although theoretically it should never see apicd->move_in_progress with apicd->prev_cpu pointing to an offline CPU.

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 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: genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offline The absence of IRQD_MOVE_PCNTXT prevents immediate effectiveness of interrupt affinity reconfiguration via procfs. Instead, the change is deferred until the next instance of the interrupt being triggered on the original CPU. When the interrupt next triggers on the original CPU, the new affinity is enforced within __irq_move_irq(). A vector is allocated from the new CPU, but the old vector on the original CPU remains and is not immediately reclaimed. Instead, apicd->move_in_progress is flagged, and the reclaiming process is delayed until the next trigger of the interrupt on the new CPU. Upon the subsequent triggering of the interrupt on the new CPU, irq_complete_move() adds a task to the old CPU's vector_cleanup list if it remains online. Subsequently, the timer on the old CPU iterates over its vector_cleanup list, reclaiming old vectors. However, a rare scenario arises if the old CPU is outgoing before the interrupt triggers again on the new CPU. In that case irq_force_complete_move() is not invoked on the outgoing CPU to reclaim the old apicd->prev_vector because the interrupt isn't currently affine to the outgoing CPU, and irq_needs_fixup() returns false. Even though __vector_schedule_cleanup() is later called on the new CPU, it doesn't reclaim apicd->prev_vector; instead, it simply resets both apicd->move_in_progress and apicd->prev_vector to 0. As a result, the vector remains unreclaimed in vector_matrix, leading to a CPU vector leak. To address this issue, move the invocation of irq_force_complete_move() before the irq_needs_fixup() call to reclaim apicd->prev_vector, if the interrupt is currently or used to be affine to the outgoing CPU. Additionally, reclaim the vector in __vector_schedule_cleanup() as well, following a warning message, although theoretically it should never see apicd->move_in_progress with apicd->prev_cpu pointing to an offline CPU.

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 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 → vulnerable operation → 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.
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: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.
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-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-W-2024-1431Linux Kernel: Mehrere Schwachstellen ermöglichen Denial of Service

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

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

ord?id=CVE-2022-48773 Référence CVE CVE-2022-48786 https://www.cve.org/CVERecord?id=CVE-2022-48786 Référence CVE CVE-2022-48929 https://www.cve.org/CVERecord?id=CVE-2022-48929 Référence CVE CVE-2023-0597 https://www.cve.org/CVERecord?id=CVE-2023-0597 Référence CVE CVE-2023-52489 https://www.cve.org/CVERecord?id=CVE-2023-52489 Référence CVE CVE-2024-26671 https://www.cve.org/CVERecord?id=CVE-2024-26671 Référence CVE CVE-2024-26961 https://www.cve.org/CVERecord?id=CVE-2024-26961 Référence CVE CVE-2024-27043 https://www.cve.org/CVERecord?id=CVE-2024-27043 Référence CVE CVE-2024-27399 https://www.cve.org/CVERecord?id=CVE-2024-27399 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-35823 https://www.cve.org/CVERecord?id=CVE-2024-35823 Référence CVE CVE-2024-36889 https://www.cve.org/CVERecord?id=CVE-2024-36889 Référence CVE CVE-2024-36920 https://www.cve.org/CVERecord?id=CVE-2024-36920 Référence CVE CVE-2024-38564 https://www.cve.org/CVERecord?id=CVE-2024-38564 Référence CVE CVE-2024-40988 https://www.cve.org/CVERecord?id=CVE-2024-40988 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41014 https://www.cve.org/CVERecord?id=CVE-2024-41014 Référence CVE CVE-2024-41023 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2023-52522 Référence CVE CVE-2023-52749 https://www.cve.org/CVERecord?id=CVE-2023-52749 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26656 https://www.cve.org/CVERecord?id=CVE-2024-26656 Référence CVE CVE-2024-26772 https://www.cve.org/CVERecord?id=CVE-2024-26772 Référence CVE CVE-2024-26837 https://www.cve.org/CVERecord?id=CVE-2024-26837 Référence CVE CVE-2024-26870 https://www.cve.org/CVERecord?id=CVE-2024-26870 Référence CVE CVE-2024-26906 https://www.cve.org/CVERecord?id=CVE-2024-26906 Référence CVE CVE-2024-26984 https://www.cve.org/CVERecord?id=CVE-2024-26984 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-35950 https://www.cve.org/CVERecord?id=CVE-2024-35950 Référence CVE CVE-2024-38564 https://www.cve.org/CVERecord?id=CVE-2024-38564 Référence CVE CVE-2024-38596 https://www.cve.org/CVERecord?id=CVE-2024-38596 Référence CVE CVE-2024-40901 https://www.cve.org/CVERecord?id=CVE-2024-40901 Référence CVE CVE-2024-40924 https://www.cve.org/CVERecord?id=CVE-2024-40924 Référence CVE CVE-2024-40931 https://www.cve.org/CVERecord?id=CVE-2024-40931 Référence CVE CVE-2024-40956 https://www.cve.org/CVERecord?id=CVE-2024-40956 Référence CVE CVE-2024-40988 https://www.cve.org/CVERecord?id=

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

ord?id=CVE-2024-29025 Référence CVE CVE-2024-29131 https://www.cve.org/CVERecord?id=CVE-2024-29131 Référence CVE CVE-2024-29133 https://www.cve.org/CVERecord?id=CVE-2024-29133 Référence CVE CVE-2024-2961 https://www.cve.org/CVERecord?id=CVE-2024-2961 Référence CVE CVE-2024-29857 https://www.cve.org/CVERecord?id=CVE-2024-29857 Référence CVE CVE-2024-30171 https://www.cve.org/CVERecord?id=CVE-2024-30171 Référence CVE CVE-2024-30172 https://www.cve.org/CVERecord?id=CVE-2024-30172 Référence CVE CVE-2024-30203 https://www.cve.org/CVERecord?id=CVE-2024-30203 Référence CVE CVE-2024-30205 https://www.cve.org/CVERecord?id=CVE-2024-30205 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-31882 https://www.cve.org/CVERecord?id=CVE-2024-31882 Référence CVE CVE-2024-33599 https://www.cve.org/CVERecord?id=CVE-2024-33599 Référence CVE CVE-2024-33600 https://www.cve.org/CVERecord?id=CVE-2024-33600 Référence CVE CVE-2024-33601 https://www.cve.org/CVERecord?id=CVE-2024-33601 Référence CVE CVE-2024-33602 https://www.cve.org/CVERecord?id=CVE-2024-33602 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-34064 https://www.cve.org/CVERecord?id=CVE-2024-34064 Référence CVE CVE-2024-34069 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26851 Référence CVE CVE-2024-26880 https://www.cve.org/CVERecord?id=CVE-2024-26880 Référence CVE CVE-2024-26960 https://www.cve.org/CVERecord?id=CVE-2024-26960 Référence CVE CVE-2024-26984 https://www.cve.org/CVERecord?id=CVE-2024-26984 Référence CVE CVE-2024-27051 https://www.cve.org/CVERecord?id=CVE-2024-27051 Référence CVE CVE-2024-27397 https://www.cve.org/CVERecord?id=CVE-2024-27397 Référence CVE CVE-2024-27398 https://www.cve.org/CVERecord?id=CVE-2024-27398 Référence CVE CVE-2024-27436 https://www.cve.org/CVERecord?id=CVE-2024-27436 Référence CVE CVE-2024-27437 https://www.cve.org/CVERecord?id=CVE-2024-27437 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-36971 https://www.cve.org/CVERecord?id=CVE-2024-36971 Référence CVE CVE-2024-38570 https://www.cve.org/CVERecord?id=CVE-2024-38570 Référence CVE CVE-2024-38583 https://www.cve.org/CVERecord?id=CVE-2024-38583 Référence CVE CVE-2024-38602 https://www.cve.org/CVERecord?id=CVE-2024-38602 Référence CVE CVE-2024-38611 https://www.cve.org/CVERecord?id=CVE-2024-38611 Référence CVE CVE-2024-38621 https://www.cve.org/CVERecord?id=CVE-2024-38621 Référence CVE CVE-2024-38627 https://www.cve.org/CVERecord?id=CVE-2024-38627 Référence CVE CVE-2024-38630 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-2024-26812 Référence CVE CVE-2024-26835 https://www.cve.org/CVERecord?id=CVE-2024-26835 Référence CVE CVE-2024-26851 https://www.cve.org/CVERecord?id=CVE-2024-26851 Référence CVE CVE-2024-27010 https://www.cve.org/CVERecord?id=CVE-2024-27010 Référence CVE CVE-2024-27011 https://www.cve.org/CVERecord?id=CVE-2024-27011 Référence CVE CVE-2024-27016 https://www.cve.org/CVERecord?id=CVE-2024-27016 Référence CVE CVE-2024-27024 https://www.cve.org/CVERecord?id=CVE-2024-27024 Référence CVE CVE-2024-27079 https://www.cve.org/CVERecord?id=CVE-2024-27079 Référence CVE CVE-2024-27403 https://www.cve.org/CVERecord?id=CVE-2024-27403 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-35897 https://www.cve.org/CVERecord?id=CVE-2024-35897 Référence CVE CVE-2024-35902 https://www.cve.org/CVERecord?id=CVE-2024-35902 Référence CVE CVE-2024-35945 https://www.cve.org/CVERecord?id=CVE-2024-35945 Référence CVE CVE-2024-35971 https://www.cve.org/CVERecord?id=CVE-2024-35971 Référence CVE CVE-2024-36009 https://www.cve.org/CVERecord?id=CVE-2024-36009 Référence CVE CVE-2024-36013 https://www.cve.org/CVERecord?id=CVE-2024-36013 Référence CVE CVE-2024-36270 https://www.cve.org/CVERecord?id=CVE-2024-36270 Référence CVE CVE-2024-36286 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26651 Référence CVE CVE-2024-26677 https://www.cve.org/CVERecord?id=CVE-2024-26677 Référence CVE CVE-2024-26733 https://www.cve.org/CVERecord?id=CVE-2024-26733 Référence CVE CVE-2024-26851 https://www.cve.org/CVERecord?id=CVE-2024-26851 Référence CVE CVE-2024-26880 https://www.cve.org/CVERecord?id=CVE-2024-26880 Référence CVE CVE-2024-26984 https://www.cve.org/CVERecord?id=CVE-2024-26984 Référence CVE CVE-2024-27012 https://www.cve.org/CVERecord?id=CVE-2024-27012 Référence CVE CVE-2024-27398 https://www.cve.org/CVERecord?id=CVE-2024-27398 Référence CVE CVE-2024-27437 https://www.cve.org/CVERecord?id=CVE-2024-27437 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-32936 https://www.cve.org/CVERecord?id=CVE-2024-32936 Référence CVE CVE-2024-33619 https://www.cve.org/CVERecord?id=CVE-2024-33619 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-33847 https://www.cve.org/CVERecord?id=CVE-2024-33847 Référence CVE CVE-2024-34027 https://www.cve.org/CVERecord?id=CVE-2024-34027 Référence CVE CVE-2024-34030 https://www.cve.org/CVERecord?id=CVE-2024-34030 Référence CVE CVE-2024-34777 https://www.cve.org/CVERecord?id=CVE-2024-34777 Référence CVE CVE-2024-35247 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-27011 Référence CVE CVE-2024-27024 https://www.cve.org/CVERecord?id=CVE-2024-27024 Référence CVE CVE-2024-27049 https://www.cve.org/CVERecord?id=CVE-2024-27049 Référence CVE CVE-2024-27050 https://www.cve.org/CVERecord?id=CVE-2024-27050 Référence CVE CVE-2024-27079 https://www.cve.org/CVERecord?id=CVE-2024-27079 Référence CVE CVE-2024-27398 https://www.cve.org/CVERecord?id=CVE-2024-27398 Référence CVE CVE-2024-27403 https://www.cve.org/CVERecord?id=CVE-2024-27403 Référence CVE CVE-2024-27433 https://www.cve.org/CVERecord?id=CVE-2024-27433 Référence CVE CVE-2024-27437 https://www.cve.org/CVERecord?id=CVE-2024-27437 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-35817 https://www.cve.org/CVERecord?id=CVE-2024-35817 Référence CVE CVE-2024-35854 https://www.cve.org/CVERecord?id=CVE-2024-35854 Référence CVE CVE-2024-35855 https://www.cve.org/CVERecord?id=CVE-2024-35855 Référence CVE CVE-2024-35897 https://www.cve.org/CVERecord?id=CVE-2024-35897 Référence CVE CVE-2024-35902 https://www.cve.org/CVERecord?id=CVE-2024-35902 Référence CVE CVE-2024-35913 https://www.cve.org/CVERecord?id=CVE-2024-35913 Référence CVE CVE-2024-35939 https://www.cve.org/CVERecord?id=CVE-2024-35939 Référence CVE CVE-2024-35949 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-27020 Référence CVE CVE-2024-27059 https://www.cve.org/CVERecord?id=CVE-2024-27059 Référence CVE CVE-2024-27393 https://www.cve.org/CVERecord?id=CVE-2024-27393 Référence CVE CVE-2024-27395 https://www.cve.org/CVERecord?id=CVE-2024-27395 Référence CVE CVE-2024-27396 https://www.cve.org/CVERecord?id=CVE-2024-27396 Référence CVE CVE-2024-27398 https://www.cve.org/CVERecord?id=CVE-2024-27398 Référence CVE CVE-2024-27399 https://www.cve.org/CVERecord?id=CVE-2024-27399 Référence CVE CVE-2024-27401 https://www.cve.org/CVERecord?id=CVE-2024-27401 Référence CVE CVE-2024-27437 https://www.cve.org/CVERecord?id=CVE-2024-27437 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-32936 https://www.cve.org/CVERecord?id=CVE-2024-32936 Référence CVE CVE-2024-33619 https://www.cve.org/CVERecord?id=CVE-2024-33619 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-33847 https://www.cve.org/CVERecord?id=CVE-2024-33847 Référence CVE CVE-2024-34027 https://www.cve.org/CVERecord?id=CVE-2024-34027 Référence CVE CVE-2024-34030 https://www.cve.org/CVERecord?id=CVE-2024-34030 Référence CVE CVE-2024-34777 https://www.cve.org/CVERecord?id=CVE-2024-34777 Référence CVE CVE-2024-35247 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2023-52803 Référence CVE CVE-2023-52884 https://www.cve.org/CVERecord?id=CVE-2023-52884 Référence CVE CVE-2023-52887 https://www.cve.org/CVERecord?id=CVE-2023-52887 Référence CVE CVE-2024-23848 https://www.cve.org/CVERecord?id=CVE-2024-23848 Référence CVE CVE-2024-24860 https://www.cve.org/CVERecord?id=CVE-2024-24860 Référence CVE CVE-2024-25741 https://www.cve.org/CVERecord?id=CVE-2024-25741 Référence CVE CVE-2024-26830 https://www.cve.org/CVERecord?id=CVE-2024-26830 Référence CVE CVE-2024-26921 https://www.cve.org/CVERecord?id=CVE-2024-26921 Référence CVE CVE-2024-26929 https://www.cve.org/CVERecord?id=CVE-2024-26929 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-32936 https://www.cve.org/CVERecord?id=CVE-2024-32936 Référence CVE CVE-2024-33619 https://www.cve.org/CVERecord?id=CVE-2024-33619 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-33847 https://www.cve.org/CVERecord?id=CVE-2024-33847 Référence CVE CVE-2024-34027 https://www.cve.org/CVERecord?id=CVE-2024-34027 Référence CVE CVE-2024-34030 https://www.cve.org/CVERecord?id=CVE-2024-34030 Référence CVE CVE-2024-34777 https://www.cve.org/CVERecord?id=CVE-2024-34777 Référence CVE CVE-2024-35247 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-2024-27011 Référence CVE CVE-2024-27016 https://www.cve.org/CVERecord?id=CVE-2024-27016 Référence CVE CVE-2024-27024 https://www.cve.org/CVERecord?id=CVE-2024-27024 Référence CVE CVE-2024-27049 https://www.cve.org/CVERecord?id=CVE-2024-27049 Référence CVE CVE-2024-27050 https://www.cve.org/CVERecord?id=CVE-2024-27050 Référence CVE CVE-2024-27079 https://www.cve.org/CVERecord?id=CVE-2024-27079 Référence CVE CVE-2024-27403 https://www.cve.org/CVERecord?id=CVE-2024-27403 Référence CVE CVE-2024-27433 https://www.cve.org/CVERecord?id=CVE-2024-27433 Référence CVE CVE-2024-27437 https://www.cve.org/CVERecord?id=CVE-2024-27437 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-35854 https://www.cve.org/CVERecord?id=CVE-2024-35854 Référence CVE CVE-2024-35855 https://www.cve.org/CVERecord?id=CVE-2024-35855 Référence CVE CVE-2024-35897 https://www.cve.org/CVERecord?id=CVE-2024-35897 Référence CVE CVE-2024-35902 https://www.cve.org/CVERecord?id=CVE-2024-35902 Référence CVE CVE-2024-35913 https://www.cve.org/CVERecord?id=CVE-2024-35913 Référence CVE CVE-2024-35915 https://www.cve.org/CVERecord?id=CVE-2024-35915 Référence CVE CVE-2024-35933 https://www.cve.org/CVERecord?id=CVE-2024-35933 Référence CVE CVE-2024-35939 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26907 Référence CVE CVE-2024-26921 https://www.cve.org/CVERecord?id=CVE-2024-26921 Référence CVE CVE-2024-26929 https://www.cve.org/CVERecord?id=CVE-2024-26929 Référence CVE CVE-2024-26936 https://www.cve.org/CVERecord?id=CVE-2024-26936 Référence CVE CVE-2024-26980 https://www.cve.org/CVERecord?id=CVE-2024-26980 Référence CVE CVE-2024-27019 https://www.cve.org/CVERecord?id=CVE-2024-27019 Référence CVE CVE-2024-27398 https://www.cve.org/CVERecord?id=CVE-2024-27398 Référence CVE CVE-2024-27399 https://www.cve.org/CVERecord?id=CVE-2024-27399 Référence CVE CVE-2024-27401 https://www.cve.org/CVERecord?id=CVE-2024-27401 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-35835 https://www.cve.org/CVERecord?id=CVE-2024-35835 Référence CVE CVE-2024-35848 https://www.cve.org/CVERecord?id=CVE-2024-35848 Référence CVE CVE-2024-35947 https://www.cve.org/CVERecord?id=CVE-2024-35947 Référence CVE CVE-2024-35955 https://www.cve.org/CVERecord?id=CVE-2024-35955 Référence CVE CVE-2024-35976 https://www.cve.org/CVERecord?id=CVE-2024-35976 Référence CVE CVE-2024-36014 https://www.cve.org/CVERecord?id=CVE-2024-36014 Référence CVE CVE-2024-36015 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-27019 Référence CVE CVE-2024-27020 https://www.cve.org/CVERecord?id=CVE-2024-27020 Référence CVE CVE-2024-27394 https://www.cve.org/CVERecord?id=CVE-2024-27394 Référence CVE CVE-2024-27395 https://www.cve.org/CVERecord?id=CVE-2024-27395 Référence CVE CVE-2024-27396 https://www.cve.org/CVERecord?id=CVE-2024-27396 Référence CVE CVE-2024-27398 https://www.cve.org/CVERecord?id=CVE-2024-27398 Référence CVE CVE-2024-27399 https://www.cve.org/CVERecord?id=CVE-2024-27399 Référence CVE CVE-2024-27400 https://www.cve.org/CVERecord?id=CVE-2024-27400 Référence CVE CVE-2024-27401 https://www.cve.org/CVERecord?id=CVE-2024-27401 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-35846 https://www.cve.org/CVERecord?id=CVE-2024-35846 Référence CVE CVE-2024-35847 https://www.cve.org/CVERecord?id=CVE-2024-35847 Référence CVE CVE-2024-35848 https://www.cve.org/CVERecord?id=CVE-2024-35848 Référence CVE CVE-2024-35849 https://www.cve.org/CVERecord?id=CVE-2024-35849 Référence CVE CVE-2024-35850 https://www.cve.org/CVERecord?id=CVE-2024-35850 Référence CVE CVE-2024-35851 https://www.cve.org/CVERecord?id=CVE-2024-35851 Référence CVE CVE-2024-35852 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-27020 Référence CVE CVE-2024-27394 https://www.cve.org/CVERecord?id=CVE-2024-27394 Référence CVE CVE-2024-27395 https://www.cve.org/CVERecord?id=CVE-2024-27395 Référence CVE CVE-2024-27396 https://www.cve.org/CVERecord?id=CVE-2024-27396 Référence CVE CVE-2024-27398 https://www.cve.org/CVERecord?id=CVE-2024-27398 Référence CVE CVE-2024-27399 https://www.cve.org/CVERecord?id=CVE-2024-27399 Référence CVE CVE-2024-27400 https://www.cve.org/CVERecord?id=CVE-2024-27400 Référence CVE CVE-2024-27401 https://www.cve.org/CVERecord?id=CVE-2024-27401 Référence CVE CVE-2024-27416 https://www.cve.org/CVERecord?id=CVE-2024-27416 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-35833 https://www.cve.org/CVERecord?id=CVE-2024-35833 Référence CVE CVE-2024-35846 https://www.cve.org/CVERecord?id=CVE-2024-35846 Référence CVE CVE-2024-35847 https://www.cve.org/CVERecord?id=CVE-2024-35847 Référence CVE CVE-2024-35848 https://www.cve.org/CVERecord?id=CVE-2024-35848 Référence CVE CVE-2024-35849 https://www.cve.org/CVERecord?id=CVE-2024-35849 Référence CVE CVE-2024-35850 https://www.cve.org/CVERecord?id=CVE-2024-35850 Référence CVE CVE-2024-35851 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-2024-27019 Référence CVE CVE-2024-27020 https://www.cve.org/CVERecord?id=CVE-2024-27020 Référence CVE CVE-2024-27025 https://www.cve.org/CVERecord?id=CVE-2024-27025 Référence CVE CVE-2024-27030 https://www.cve.org/CVERecord?id=CVE-2024-27030 Référence CVE CVE-2024-27062 https://www.cve.org/CVERecord?id=CVE-2024-27062 Référence CVE CVE-2024-27065 https://www.cve.org/CVERecord?id=CVE-2024-27065 Référence CVE CVE-2024-27388 https://www.cve.org/CVERecord?id=CVE-2024-27388 Référence CVE CVE-2024-27395 https://www.cve.org/CVERecord?id=CVE-2024-27395 Référence CVE CVE-2024-27434 https://www.cve.org/CVERecord?id=CVE-2024-27434 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-35789 https://www.cve.org/CVERecord?id=CVE-2024-35789 Référence CVE CVE-2024-35790 https://www.cve.org/CVERecord?id=CVE-2024-35790 Référence CVE CVE-2024-35801 https://www.cve.org/CVERecord?id=CVE-2024-35801 Référence CVE CVE-2024-35807 https://www.cve.org/CVERecord?id=CVE-2024-35807 Référence CVE CVE-2024-35810 https://www.cve.org/CVERecord?id=CVE-2024-35810 Référence CVE CVE-2024-35814 https://www.cve.org/CVERecord?id=CVE-2024-35814 Référence CVE CVE-2024-35823 https://www.cve.org/CVERecord?id=

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

A-5731-1 du 16 juillet 2024 https://lists.debian.org/debian-security-announce/2024/msg00142.html Référence CVE CVE-2022-43945 https://www.cve.org/CVERecord?id=CVE-2022-43945 Référence CVE CVE-2022-48772 https://www.cve.org/CVERecord?id=CVE-2022-48772 Référence CVE CVE-2023-52760 https://www.cve.org/CVERecord?id=CVE-2023-52760 Référence CVE CVE-2024-25741 https://www.cve.org/CVERecord?id=CVE-2024-25741 Référence CVE CVE-2024-26629 https://www.cve.org/CVERecord?id=CVE-2024-26629 Référence CVE CVE-2024-27019 https://www.cve.org/CVERecord?id=CVE-2024-27019 Référence CVE CVE-2024-27397 https://www.cve.org/CVERecord?id=CVE-2024-27397 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-33847 https://www.cve.org/CVERecord?id=CVE-2024-33847 Référence CVE CVE-2024-34027 https://www.cve.org/CVERecord?id=CVE-2024-34027 Référence CVE CVE-2024-35247 https://www.cve.org/CVERecord?id=CVE-2024-35247 Référence CVE CVE-2024-36014 https://www.cve.org/CVERecord?id=CVE-2024-36014 Référence CVE CVE-2024-36015 https://www.cve.org/CVERecord?id=CVE-2024-36015 Référence CVE CVE-2024-36016 https://www.cve.org/CVERecord?id=CVE-2024-36016 Référence CVE CVE-2024-36270 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-2024-27412 Référence CVE CVE-2024-27413 https://www.cve.org/CVERecord?id=CVE-2024-27413 Référence CVE CVE-2024-27414 https://www.cve.org/CVERecord?id=CVE-2024-27414 Référence CVE CVE-2024-27416 https://www.cve.org/CVERecord?id=CVE-2024-27416 Référence CVE CVE-2024-27417 https://www.cve.org/CVERecord?id=CVE-2024-27417 Référence CVE CVE-2024-27419 https://www.cve.org/CVERecord?id=CVE-2024-27419 Référence CVE CVE-2024-27431 https://www.cve.org/CVERecord?id=CVE-2024-27431 Référence CVE CVE-2024-27436 https://www.cve.org/CVERecord?id=CVE-2024-27436 Référence CVE CVE-2024-27437 https://www.cve.org/CVERecord?id=CVE-2024-27437 Référence CVE CVE-2024-31076 https://www.cve.org/CVERecord?id=CVE-2024-31076 Référence CVE CVE-2024-33621 https://www.cve.org/CVERecord?id=CVE-2024-33621 Référence CVE CVE-2024-35785 https://www.cve.org/CVERecord?id=CVE-2024-35785 Référence CVE CVE-2024-35789 https://www.cve.org/CVERecord?id=CVE-2024-35789 Référence CVE CVE-2024-35791 https://www.cve.org/CVERecord?id=CVE-2024-35791 Référence CVE CVE-2024-35796 https://www.cve.org/CVERecord?id=CVE-2024-35796 Référence CVE CVE-2024-35805 https://www.cve.org/CVERecord?id=CVE-2024-35805 Référence CVE CVE-2024-35806 https://www.cve.org/CVERecord?id=CVE-2024-35806 Référence CVE CVE-2024-35807 https://www.cve.org/CVERecord?id=

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
RUGGEDCOM RST2428P (6GK6242-6PA00); SCALANCE XCM-/XRM-/XCH-/XRH-300 family
Fixed
< 4.13; 4.19.316 ≤ 4.19.*; 5.4.278 ≤ 5.4.*; 5.10.219 ≤ 5.10.*; 5.15.161 ≤ 5.15.*; 6.1.93 ≤ 6.1.*; 6.6.33 ≤ 6.6.*; 6.9.4 ≤ 6.9.*
Action
Update to V3.1 or later version
Workaround
No verified workaround is recorded. Limit untrusted access and use least privilege until authoritative guidance is available.
04

Evidence and provenance

Published 21 Jun 2024 · Last source change 11 May 2026, 20:10 UTC · CWE not yet assigned

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-2024-34455
Product sourceVendor CSAF · Siemens ProductCERT
Remediation sourceVendor CSAF · Siemens ProductCERT
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-2024-31076 · cve.blacktree.nl