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

netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout

Linux · Linux

7.8HighCVSS 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-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 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-265688 · CSAF 2.0 · revision 13 · interimSiemens ProductCERTSSA-265688: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 TM MFP V1.1
1 known affected

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

  • SIMATIC S7-1500 TM MFP - GNU/Linux subsystem
Summary
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout
Remediation
Limit access to the interactive shell of the additional GNU/Linux subssytem to trusted personnel only.
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-23905

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: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymous sets with timeouts while it is being released from the commit path. Mingi Cho originally reported this issue in a different path in 6.1.x with a pipapo set with low timeouts which is not possible upstream since 7395dfacfff6 ("netfilter: nf_tables: use timestamp to check for set element timeout"). Fix this by setting on the dead flag for anonymous sets to skip async gc in this case. According to 08e4c8c5919f ("netfilter: nf_tables: mark newset as dead on transaction abort"), Florian plans to accelerate abort path by releasing objects via workqueue, therefore, this sets on the dead flag for abort path too.

What

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymous sets with timeouts while it is being released from the commit path. Mingi Cho originally reported this issue in a different path in 6.1.x with a pipapo set with low timeouts which is not possible upstream since 7395dfacfff6 ("netfilter: nf_tables: use timestamp to check for set element timeout"). Fix this by setting on the dead flag for anonymous sets to skip async gc in this case. According to 08e4c8c5919f ("netfilter: nf_tables: mark newset as dead on transaction abort"), Florian plans to accelerate abort path by releasing objects via workqueue, therefore, this sets on the dead flag for abort path too.

Why

The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.

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: netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout While the rhashtable set gc runs asynchronously, a race allows it to collect elements from anonymous sets with timeouts while it is being released from the commit path. Mingi Cho originally reported this issue in a different path in 6.1.x with a pipapo set with low timeouts which is not possible upstream since 7395dfacfff6 ("netfilter: nf_tables: use timestamp to check for set element timeout"). Fix this by setting on the dead flag for anonymous sets to skip async gc in this case. According to 08e4c8c5919f ("netfilter: nf_tables: mark newset as dead on transaction abort"), Florian plans to accelerate abort path by releasing objects via workqueue, therefore, this sets on the dead flag for abort path too.

Why

The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.

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 → Improper Locking → 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-667

CWE-667: Improper Locking. The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.

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:H/I:H/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.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.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-667
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-0694Linux Kernel: Schwachstelle ermöglicht nicht spezifizierten Angriff

Ein lokaler Angreifer kann eine Schwachstelle im Linux Kernel ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.

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

USE-SU-2025:3970-1 du 06 novembre 2025 https://www.suse.com/support/update/announcement/2025/suse-su-20253970-1 Bulletin de sécurité SUSE SUSE-SU-2025:3983-1 du 06 novembre 2025 https://www.suse.com/support/update/announcement/2025/suse-su-20253983-1 Référence CVE CVE-2022-49138 https://www.cve.org/CVERecord?id=CVE-2022-49138 Référence CVE CVE-2022-49770 https://www.cve.org/CVERecord?id=CVE-2022-49770 Référence CVE CVE-2022-50252 https://www.cve.org/CVERecord?id=CVE-2022-50252 Référence CVE CVE-2023-52923 https://www.cve.org/CVERecord?id=CVE-2023-52923 Référence CVE CVE-2023-52927 https://www.cve.org/CVERecord?id=CVE-2023-52927 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-53057 https://www.cve.org/CVERecord?id=CVE-2024-53057 Référence CVE CVE-2024-53164 https://www.cve.org/CVERecord?id=CVE-2024-53164 Référence CVE CVE-2024-57947 https://www.cve.org/CVERecord?id=CVE-2024-57947 Référence CVE CVE-2025-37797 https://www.cve.org/CVERecord?id=CVE-2025-37797 Référence CVE CVE-2025-38079 https://www.cve.org/CVERecord?id=CVE-2025-38079 Référence CVE CVE-2025-38181 https://www.cve.org/CVERecord?id=CVE-2025-38181 Référence CVE CVE-2025-38200 https://www.cve.org/CVERecord?id=CVE-2025-38200 Référence CVE CVE-2025-38206 https://www.cve.org/CVERecord?id=

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

rd?id=CVE-2023-2176 Référence CVE CVE-2023-52878 https://www.cve.org/CVERecord?id=CVE-2023-52878 Référence CVE CVE-2023-52888 https://www.cve.org/CVERecord?id=CVE-2023-52888 Référence CVE CVE-2023-52923 https://www.cve.org/CVERecord?id=CVE-2023-52923 Référence CVE CVE-2023-52927 https://www.cve.org/CVERecord?id=CVE-2023-52927 Référence CVE CVE-2023-53020 https://www.cve.org/CVERecord?id=CVE-2023-53020 Référence CVE CVE-2023-53117 https://www.cve.org/CVERecord?id=CVE-2023-53117 Référence CVE CVE-2023-53118 https://www.cve.org/CVERecord?id=CVE-2023-53118 Référence CVE CVE-2023-53146 https://www.cve.org/CVERecord?id=CVE-2023-53146 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26831 https://www.cve.org/CVERecord?id=CVE-2024-26831 Référence CVE CVE-2024-26974 https://www.cve.org/CVERecord?id=CVE-2024-26974 Référence CVE CVE-2024-26982 https://www.cve.org/CVERecord?id=CVE-2024-26982 Référence CVE CVE-2024-36028 https://www.cve.org/CVERecord?id=CVE-2024-36028 Référence CVE CVE-2024-36348 https://www.cve.org/CVERecord?id=CVE-2024-36348 Référence CVE CVE-2024-36349 https://www.cve.org/CVERecord?id=CVE-2024-36349 Référence CVE CVE-2024-36350 https://www.cve.org/CVERecord?id=CVE-2024-36350 Référence CVE CVE-2024-36357 https://www.cve.org/CVERecord?id=

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

/support/update/announcement/2025/suse-su-202502707-1 Bulletin de sécurité SUSE SUSE-SU-2025:02708-1 du 05 août 2025 https://www.suse.com/support/update/announcement/2025/suse-su-202502708-1 Bulletin de sécurité SUSE SUSE-SU-2025:02710-1 du 05 août 2025 https://www.suse.com/support/update/announcement/2025/suse-su-202502710-1 Référence CVE CVE-2022-49138 https://www.cve.org/CVERecord?id=CVE-2022-49138 Référence CVE CVE-2022-49770 https://www.cve.org/CVERecord?id=CVE-2022-49770 Référence CVE CVE-2023-52923 https://www.cve.org/CVERecord?id=CVE-2023-52923 Référence CVE CVE-2023-52927 https://www.cve.org/CVERecord?id=CVE-2023-52927 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26809 https://www.cve.org/CVERecord?id=CVE-2024-26809 Référence CVE CVE-2024-41069 https://www.cve.org/CVERecord?id=CVE-2024-41069 Référence CVE CVE-2024-50208 https://www.cve.org/CVERecord?id=CVE-2024-50208 Référence CVE CVE-2024-50250 https://www.cve.org/CVERecord?id=CVE-2024-50250 Référence CVE CVE-2024-53057 https://www.cve.org/CVERecord?id=CVE-2024-53057 Référence CVE CVE-2024-53125 https://www.cve.org/CVERecord?id=CVE-2024-53125 Référence CVE CVE-2024-53146 https://www.cve.org/CVERecord?id=CVE-2024-53146 Référence CVE CVE-2024-53164 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0741Multiples vulnérabilités dans Juniper Secure Analytics

d?id=CVE-2024-26461 Référence CVE CVE-2024-26583 https://www.cve.org/CVERecord?id=CVE-2024-26583 Référence CVE CVE-2024-26584 https://www.cve.org/CVERecord?id=CVE-2024-26584 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26593 https://www.cve.org/CVERecord?id=CVE-2024-26593 Référence CVE CVE-2024-26603 https://www.cve.org/CVERecord?id=CVE-2024-26603 Référence CVE CVE-2024-26610 https://www.cve.org/CVERecord?id=CVE-2024-26610 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26656 https://www.cve.org/CVERecord?id=CVE-2024-26656 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26675 https://www.cve.org/CVERecord?id=CVE-2024-26675 Référence CVE CVE-2024-26693 https://www.cve.org/CVERecord?id=CVE-2024-26693 Référence CVE CVE-2024-26694 https://www.cve.org/CVERecord?id=CVE-2024-26694 Référence CVE CVE-2024-26735 https://www.cve.org/CVERecord?id=CVE-2024-26735 Référence CVE CVE-2024-26743 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-2024-26623 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26632 https://www.cve.org/CVERecord?id=CVE-2024-26632 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26638 https://www.cve.org/CVERecord?id=CVE-2024-26638 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26650 https://www.cve.org/CVERecord?id=CVE-2024-26650 Référence CVE CVE-2024-26652 https://www.cve.org/CVERecord?id=CVE-2024-26652 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26656 https://www.cve.org/CVERecord?id=CVE-2024-26656 Référence CVE CVE-2024-26657 https://www.cve.org/CVERecord?id=CVE-2024-26657 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26661 https://www.cve.org/CVERecord?id=CVE-2024-26661 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-24788 Référence CVE CVE-2024-24806 https://www.cve.org/CVERecord?id=CVE-2024-24806 Référence CVE CVE-2024-25026 https://www.cve.org/CVERecord?id=CVE-2024-25026 Référence CVE CVE-2024-25744 https://www.cve.org/CVERecord?id=CVE-2024-25744 Référence CVE CVE-2024-26593 https://www.cve.org/CVERecord?id=CVE-2024-26593 Référence CVE CVE-2024-26603 https://www.cve.org/CVERecord?id=CVE-2024-26603 Référence CVE CVE-2024-26610 https://www.cve.org/CVERecord?id=CVE-2024-26610 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26693 https://www.cve.org/CVERecord?id=CVE-2024-26693 Référence CVE CVE-2024-26694 https://www.cve.org/CVERecord?id=CVE-2024-26694 Référence CVE CVE-2024-26743 https://www.cve.org/CVERecord?id=CVE-2024-26743 Référence CVE CVE-2024-26744 https://www.cve.org/CVERecord?id=CVE-2024-26744 Référence CVE CVE-2024-26779 https://www.cve.org/CVERecord?id=CVE-2024-26779 Référence CVE CVE-2024-26872 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-25742 Référence CVE CVE-2024-25744 https://www.cve.org/CVERecord?id=CVE-2024-25744 Référence CVE CVE-2024-26583 https://www.cve.org/CVERecord?id=CVE-2024-26583 Référence CVE CVE-2024-26584 https://www.cve.org/CVERecord?id=CVE-2024-26584 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26601 https://www.cve.org/CVERecord?id=CVE-2024-26601 Référence CVE CVE-2024-26603 https://www.cve.org/CVERecord?id=CVE-2024-26603 Référence CVE CVE-2024-26629 https://www.cve.org/CVERecord?id=CVE-2024-26629 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26687 https://www.cve.org/CVERecord?id=CVE-2024-26687 Référence CVE CVE-2024-26688 https://www.cve.org/CVERecord?id=CVE-2024-26688 Référence CVE CVE-2024-26733 https://www.cve.org/CVERecord?id=CVE-2024-26733 Référence CVE CVE-2024-26735 https://www.cve.org/CVERecord?id=CVE-2024-26735 Référence CVE CVE-2024-26736 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26586 Référence CVE CVE-2024-26593 https://www.cve.org/CVERecord?id=CVE-2024-26593 Référence CVE CVE-2024-26600 https://www.cve.org/CVERecord?id=CVE-2024-26600 Référence CVE CVE-2024-26601 https://www.cve.org/CVERecord?id=CVE-2024-26601 Référence CVE CVE-2024-26602 https://www.cve.org/CVERecord?id=CVE-2024-26602 Référence CVE CVE-2024-26603 https://www.cve.org/CVERecord?id=CVE-2024-26603 Référence CVE CVE-2024-26606 https://www.cve.org/CVERecord?id=CVE-2024-26606 Référence CVE CVE-2024-26629 https://www.cve.org/CVERecord?id=CVE-2024-26629 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26660 https://www.cve.org/CVERecord?id=CVE-2024-26660 Référence CVE CVE-2024-26661 https://www.cve.org/CVERecord?id=CVE-2024-26661 Référence CVE CVE-2024-26662 https://www.cve.org/CVERecord?id=CVE-2024-26662 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-22099 Référence CVE CVE-2024-23307 https://www.cve.org/CVERecord?id=CVE-2024-23307 Référence CVE CVE-2024-24861 https://www.cve.org/CVERecord?id=CVE-2024-24861 Référence CVE CVE-2024-26583 https://www.cve.org/CVERecord?id=CVE-2024-26583 Référence CVE CVE-2024-26584 https://www.cve.org/CVERecord?id=CVE-2024-26584 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26601 https://www.cve.org/CVERecord?id=CVE-2024-26601 Référence CVE CVE-2024-26603 https://www.cve.org/CVERecord?id=CVE-2024-26603 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26688 https://www.cve.org/CVERecord?id=CVE-2024-26688 Référence CVE CVE-2024-26720 https://www.cve.org/CVERecord?id=CVE-2024-26720 Référence CVE CVE-2024-26733 https://www.cve.org/CVERecord?id=CVE-2024-26733 Référence CVE CVE-2024-26735 https://www.cve.org/CVERecord?id=CVE-2024-26735 Référence CVE CVE-2024-26736 https://www.cve.org/CVERecord?id=CVE-2024-26736 Référence CVE CVE-2024-26737 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-23307 Référence CVE CVE-2024-24861 https://www.cve.org/CVERecord?id=CVE-2024-24861 Référence CVE CVE-2024-25739 https://www.cve.org/CVERecord?id=CVE-2024-25739 Référence CVE CVE-2024-26583 https://www.cve.org/CVERecord?id=CVE-2024-26583 Référence CVE CVE-2024-26584 https://www.cve.org/CVERecord?id=CVE-2024-26584 Référence CVE CVE-2024-26585 https://www.cve.org/CVERecord?id=CVE-2024-26585 Référence CVE CVE-2024-26601 https://www.cve.org/CVERecord?id=CVE-2024-26601 Référence CVE CVE-2024-26603 https://www.cve.org/CVERecord?id=CVE-2024-26603 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26653 https://www.cve.org/CVERecord?id=CVE-2024-26653 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26655 https://www.cve.org/CVERecord?id=CVE-2024-26655 Référence CVE CVE-2024-26656 https://www.cve.org/CVERecord?id=CVE-2024-26656 Référence CVE CVE-2024-26657 https://www.cve.org/CVERecord?id=CVE-2024-26657 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26688 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-2024-26601 Référence CVE CVE-2024-26610 https://www.cve.org/CVERecord?id=CVE-2024-26610 Référence CVE CVE-2024-26611 https://www.cve.org/CVERecord?id=CVE-2024-26611 Référence CVE CVE-2024-26614 https://www.cve.org/CVERecord?id=CVE-2024-26614 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26632 https://www.cve.org/CVERecord?id=CVE-2024-26632 Référence CVE CVE-2024-26638 https://www.cve.org/CVERecord?id=CVE-2024-26638 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26652 https://www.cve.org/CVERecord?id=CVE-2024-26652 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26656 https://www.cve.org/CVERecord?id=CVE-2024-26656 Référence CVE CVE-2024-26657 https://www.cve.org/CVERecord?id=CVE-2024-26657 Référence CVE CVE-2024-26671 https://www.cve.org/CVERecord?id=CVE-2024-26671 Référence CVE CVE-2024-26673 https://www.cve.org/CVERecord?id=CVE-2024-26673 Référence CVE CVE-2024-26674 https://www.cve.org/CVERecord?id=CVE-2024-26674 Référence CVE CVE-2024-26675 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-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26633 https://www.cve.org/CVERecord?id=CVE-2024-26633 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=

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

rg/CVERecord?id=CVE-2023-6531 Référence CVE CVE-2024-0090 https://www.cve.org/CVERecord?id=CVE-2024-0090 Référence CVE CVE-2024-0091 https://www.cve.org/CVERecord?id=CVE-2024-0091 Référence CVE CVE-2024-0092 https://www.cve.org/CVERecord?id=CVE-2024-0092 Référence CVE CVE-2024-0639 https://www.cve.org/CVERecord?id=CVE-2024-0639 Référence CVE CVE-2024-2201 https://www.cve.org/CVERecord?id=CVE-2024-2201 Référence CVE CVE-2024-26581 https://www.cve.org/CVERecord?id=CVE-2024-26581 Référence CVE CVE-2024-26597 https://www.cve.org/CVERecord?id=CVE-2024-26597 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26679 https://www.cve.org/CVERecord?id=CVE-2024-26679 Référence CVE CVE-2024-26692 https://www.cve.org/CVERecord?id=CVE-2024-26692 Référence CVE CVE-2024-26698 https://www.cve.org/CVERecord?id=CVE-2024-26698 Référence CVE CVE-2024-26700 https://www.cve.org/CVERecord?id=CVE-2024-26700 Référence CVE CVE-2024-26715 https://www.cve.org/CVERecord?id=CVE-2024-26715 Référence CVE CVE-2024-26739 https://www.cve.org/CVERecord?id=CVE-2024-26739 Référence CVE CVE-2024-26742 https://www.cve.org/CVERecord?id=CVE-2024-26742 Référence CVE CVE-2024-26748 https://www.cve.org/CVERecord?id=

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

cord?id=CVE-2024-0340 Référence CVE CVE-2024-1086 https://www.cve.org/CVERecord?id=CVE-2024-1086 Référence CVE CVE-2024-23307 https://www.cve.org/CVERecord?id=CVE-2024-23307 Référence CVE CVE-2024-25744 https://www.cve.org/CVERecord?id=CVE-2024-25744 Référence CVE CVE-2024-26593 https://www.cve.org/CVERecord?id=CVE-2024-26593 Référence CVE CVE-2024-26603 https://www.cve.org/CVERecord?id=CVE-2024-26603 Référence CVE CVE-2024-26610 https://www.cve.org/CVERecord?id=CVE-2024-26610 Référence CVE CVE-2024-26615 https://www.cve.org/CVERecord?id=CVE-2024-26615 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26693 https://www.cve.org/CVERecord?id=CVE-2024-26693 Référence CVE CVE-2024-26694 https://www.cve.org/CVERecord?id=CVE-2024-26694 Référence CVE CVE-2024-26735 https://www.cve.org/CVERecord?id=CVE-2024-26735 Référence CVE CVE-2024-26743 https://www.cve.org/CVERecord?id=CVE-2024-26743 Référence CVE CVE-2024-26744 https://www.cve.org/CVERecord?id=CVE-2024-26744 Référence CVE CVE-2024-26779 https://www.cve.org/CVERecord?id=

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

De multiples vulnérabilités ont été découvertes dans le noyau Linux de Red Hat. Elles permettent à un attaquant de provoquer une élévation de privilèges, une atteinte à la confidentialité des données, un déni de service.

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

VERecord?id=CVE-2023-6915 Référence CVE CVE-2023-6932 https://www.cve.org/CVERecord?id=CVE-2023-6932 Référence CVE CVE-2024-0841 https://www.cve.org/CVERecord?id=CVE-2024-0841 Référence CVE CVE-2024-1086 https://www.cve.org/CVERecord?id=CVE-2024-1086 Référence CVE CVE-2024-25742 https://www.cve.org/CVERecord?id=CVE-2024-25742 Référence CVE CVE-2024-25743 https://www.cve.org/CVERecord?id=CVE-2024-25743 Référence CVE CVE-2024-26602 https://www.cve.org/CVERecord?id=CVE-2024-26602 Référence CVE CVE-2024-26609 https://www.cve.org/CVERecord?id=CVE-2024-26609 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26671 https://www.cve.org/CVERecord?id=CVE-2024-26671 Référence CVE CVE-2024-26673 https://www.cve.org/CVERecord?id=CVE-2024-26673 Référence CVE CVE-2024-26804 https://www.cve.org/CVERecord?id=CVE-2024-26804 Gestion détaillée du document le 24 mai 2024 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des sys

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

d?id=CVE-2024-26615 Référence CVE CVE-2024-26622 https://www.cve.org/CVERecord?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26635 https://www.cve.org/CVERecord?id=CVE-2024-26635 Référence CVE CVE-2024-26636 https://www.cve.org/CVERecord?id=CVE-2024-26636 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26644 https://www.cve.org/CVERecord?id=CVE-2024-26644 Référence CVE CVE-2024-26645 https://www.cve.org/CVERecord?id=CVE-2024-26645 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26622 Référence CVE CVE-2024-26625 https://www.cve.org/CVERecord?id=CVE-2024-26625 Référence CVE CVE-2024-26626 https://www.cve.org/CVERecord?id=CVE-2024-26626 Référence CVE CVE-2024-26627 https://www.cve.org/CVERecord?id=CVE-2024-26627 Référence CVE CVE-2024-26629 https://www.cve.org/CVERecord?id=CVE-2024-26629 Référence CVE CVE-2024-26639 https://www.cve.org/CVERecord?id=CVE-2024-26639 Référence CVE CVE-2024-26640 https://www.cve.org/CVERecord?id=CVE-2024-26640 Référence CVE CVE-2024-26641 https://www.cve.org/CVERecord?id=CVE-2024-26641 Référence CVE CVE-2024-26642 https://www.cve.org/CVERecord?id=CVE-2024-26642 Référence CVE CVE-2024-26643 https://www.cve.org/CVERecord?id=CVE-2024-26643 Référence CVE CVE-2024-26651 https://www.cve.org/CVERecord?id=CVE-2024-26651 Référence CVE CVE-2024-26654 https://www.cve.org/CVERecord?id=CVE-2024-26654 Référence CVE CVE-2024-26659 https://www.cve.org/CVERecord?id=CVE-2024-26659 Référence CVE CVE-2024-26660 https://www.cve.org/CVERecord?id=CVE-2024-26660 Référence CVE CVE-2024-26663 https://www.cve.org/CVERecord?id=CVE-2024-26663 Référence CVE CVE-2024-26664 https://www.cve.org/CVERecord?id=CVE-2024-26664 Référence CVE CVE-2024-26665 https://www.cve.org/CVERecord?id=CVE-2024-26665 Référence CVE CVE-2024-26667 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
SIMATIC S7-1500 TM MFP - GNU/Linux subsystem
Fixed
< 6.5; 5.4.274 ≤ 5.4.*; 5.10.215 ≤ 5.10.*; 5.15.154 ≤ 5.15.*; 6.1.84 ≤ 6.1.*; 6.6.24 ≤ 6.6.*; 6.7.12 ≤ 6.7.*; 6.8 ≤ *
Action
Review the linked authoritative reference and apply the recorded fixed release appropriate to the affected product branch.
Workaround
Limit access to the interactive shell of the additional GNU/Linux subssytem to trusted personnel only.
04

Evidence and provenance

Published 21 Mar 2024 · Last source change 5 Aug 2026, 11:26 UTC · CWE-667 · Improper Locking

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-2024-23905
Product sourceVendor CSAF · Siemens ProductCERT
Remediation sourceVendor CSAF · Siemens ProductCERT
CWE sourceNIST NVD
NVD statusNVD modified after enrichment

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