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

bpf: Fix overrunning reservations in ringbuf

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.

14 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 4 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 4 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 4 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 4 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 4 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivelinux-gkeopAffected, no fix publishedCanonical OVAL identifies this running kernel flavour as affected and does not publish a fixed package version in this definition.Not published in this feedCanonical record ↗Source updated 4 Sept 2026
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 4 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 4 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 4 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 4 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 4 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 4 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 4 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 4 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.

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

The vendor explicitly states that these products are not affected by this CVE.

  • RUGGEDCOM RST2428P (6GK6242-6PA00)
  • SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
  • SCALANCE XCM-/XRM-/XCH-/XRH-300 family
Summary
bpf: Fix overrunning reservations in ringbuf.
Remediation
No remediation text is recorded.
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
bpf: Fix overrunning reservations in ringbuf.
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-39358

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: bpf: Fix overrunning reservations in ringbuf The BPF ring buffer internally is implemented as a power-of-2 sized circular buffer, with two logical and ever-increasing counters: consumer_pos is the consumer counter to show which logical position the consumer consumed the data, and producer_pos which is the producer counter denoting the amount of data reserved by all producers. Each time a record is reserved, the producer that "owns" the record will successfully advance producer counter. In user space each time a record is read, the consumer of the data advanced the consumer counter once it finished processing. Both counters are stored in separate pages so that from user space, the producer counter is read-only and the consumer counter is read-write. One aspect that simplifies and thus speeds up the implementation of both producers and consumers is how the data area is mapped twice contiguously back-to-back in the virtual memory, allowing to not take any special measures for samples that have to wrap around at the end of the circular buffer data area, because the next page after the last data page would be first data page again, and thus the sample will still appear completely contiguous in virtual memory. Each record has a struct bpf_ringbuf_hdr { u32 len; u32 pg_off; } header for book-keeping the length and offset, and is inaccessible to the BPF program. Helpers like bpf_ringbuf_reserve() return `(void *)hdr + BPF_RINGBUF_HDR_SZ` for the BPF program to use. Bing-Jhong and Muhammad reported that it is however possible to make a second allocated memory chunk overlapping with the first chunk and as a result, the BPF program is now able to edit first chunk's header. For example, consider the creation of a BPF_MAP_TYPE_RINGBUF map with size of 0x4000. Next, the consumer_pos is modified to 0x3000 /before/ a call to bpf_ringbuf_reserve() is made. This will allocate a chunk A, which is in [0x0,0x3008], and the BPF program is able to edit [0x8,0x3008]. Now, lets allocate a chunk B with size 0x3000. This will succeed because consumer_pos was edited ahead of time to pass the `new_prod_pos - cons_pos > rb->mask` check. Chunk B will be in range [0x3008,0x6010], and the BPF program is able to edit [0x3010,0x6010]. Due to the ring buffer memory layout mentioned earlier, the ranges [0x0,0x4000] and [0x4000,0x8000] point to the same data pages. This means that chunk B at [0x4000,0x4008] is chunk A's header. bpf_ringbuf_submit() / bpf_ringbuf_discard() use the header's pg_off to then locate the bpf_ringbuf itself via bpf_ringbuf_restore_from_rec(). Once chunk B modified chunk A's header, then bpf_ringbuf_commit() refers to the wrong page and could cause a crash. Fix it by calculating the oldest pending_pos and check whether the range from the oldest outstanding record to the newest would span beyond the ring buffer size. If that is the case, then reject the request. We've tested with the ring buffer benchmark in BPF selftests (./benchs/run_bench_ringbufs.sh) before/after the fix and while it seems a bit slower on some benchmarks, it is still not significantly enough to matter.

What

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overrunning reservations in ringbuf The BPF ring buffer internally is implemented as a power-of-2 sized circular buffer, with two logical and ever-increasing counters: consumer_pos is the consumer counter to show which logical position the consumer consumed the data, and producer_pos which is the producer counter denoting the amount of data reserved by all producers. Each time a record is reserved, the producer that "owns" the record will successfully advance producer counter. In user space each time a record is read, the consumer of the data advanced the consumer counter once it finished processing. Both counters are stored in separate pages so that from user space, the producer counter is read-only and the consumer counter is read-write. One aspect that simplifies and thus speeds up the implementation of both producers and consumers is how the data area is mapped twice contiguously back-to-back in the virtual memory, allowing to not take any special measures for samples that have to wrap around at the end of the circular buffer data area, because the next page after the last data page would be first data page again, and thus the sample will still appear completely contiguous in virtual memory. Each record has a struct bpf_ringbuf_hdr { u32 len; u32 pg_off; } header for book-keeping the length and offset, and is inaccessible to the BPF program. Helpers like bpf_ringbuf_reserve() return `(void *)hdr + BPF_RINGBUF_HDR_SZ` for the BPF program to use. Bing-Jhong and Muhammad reported that it is however possible to make a second allocated memory chunk overlapping with the first chunk and as a result, the BPF program is now able to edit first chunk's header. For example, consider the creation of a BPF_MAP_TYPE_RINGBUF map with size of 0x4000. Next, the consumer_pos is modified to 0x3000 /before/ a call to bpf_ringbuf_reserve() is made. This will allocate a chunk A, which is in [0x0,0x3008], and the BPF program is able to edit [0x8,0x3008]. Now, lets allocate a chunk B with size 0x3000. This will succeed because consumer_pos was edited ahead of time to pass the `new_prod_pos - cons_pos > rb->mask` check. Chunk B will be in range [0x3008,0x6010], and the BPF program is able to edit [0x3010,0x6010]. Due to the ring buffer memory layout mentioned earlier, the ranges [0x0,0x4000] and [0x4000,0x8000] point to the same data pages. This means that chunk B at [0x4000,0x4008] is chunk A's header. bpf_ringbuf_submit() / bpf_ringbuf_discard() use the header's pg_off to then locate the bpf_ringbuf itself via bpf_ringbuf_restore_from_rec(). Once chunk B modified chunk A's header, then bpf_ringbuf_commit() refers to the wrong page and could cause a crash. Fix it by calculating the oldest pending_pos and check whether the range from the oldest outstanding record to the newest would span beyond the ring buffer size. If that is the case, then reject the request. We've tested with the ring buffer benchmark in BPF selftests (./benchs/run_bench_ringbufs.sh) before/after the fix and while it seems a bit slower on some benchmarks, it is still not significantly enough to matter.

Why

The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may disrupt the affected service.

What

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overrunning reservations in ringbuf The BPF ring buffer internally is implemented as a power-of-2 sized circular buffer, with two logical and ever-increasing counters: consumer_pos is the consumer counter to show which logical position the consumer consumed the data, and producer_pos which is the producer counter denoting the amount of data reserved by all producers. Each time a record is reserved, the producer that "owns" the record will successfully advance producer counter. In user space each time a record is read, the consumer of the data advanced the consumer counter once it finished processing. Both counters are stored in separate pages so that from user space, the producer counter is read-only and the consumer counter is read-write. One aspect that simplifies and thus speeds up the implementation of both producers and consumers is how the data area is mapped twice contiguously back-to-back in the virtual memory, allowing to not take any special measures for samples that have to wrap around at the end of the circular buffer data area, because the next page after the last data page would be first data page again, and thus the sample will still appear completely contiguous in virtual memory. Each record has a struct bpf_ringbuf_hdr { u32 len; u32 pg_off; } header for book-keeping the length and offset, and is inaccessible to the BPF program. Helpers like bpf_ringbuf_reserve() return `(void *)hdr + BPF_RINGBUF_HDR_SZ` for the BPF program to use. Bing-Jhong and Muhammad reported that it is however possible to make a second allocated memory chunk overlapping with the first chunk and as a result, the BPF program is now able to edit first chunk's header. For example, consider the creation of a BPF_MAP_TYPE_RINGBUF map with size of 0x4000. Next, the consumer_pos is modified to 0x3000 /before/ a call to bpf_ringbuf_reserve() is made. This will allocate a chunk A, which is in [0x0,0x3008], and the BPF program is able to edit [0x8,0x3008]. Now, lets allocate a chunk B with size 0x3000. This will succeed because consumer_pos was edited ahead of time to pass the `new_prod_pos - cons_pos > rb->mask` check. Chunk B will be in range [0x3008,0x6010], and the BPF program is able to edit [0x3010,0x6010]. Due to the ring buffer memory layout mentioned earlier, the ranges [0x0,0x4000] and [0x4000,0x8000] point to the same data pages. This means that chunk B at [0x4000,0x4008] is chunk A's header. bpf_ringbuf_submit() / bpf_ringbuf_discard() use the header's pg_off to then locate the bpf_ringbuf itself via bpf_ringbuf_restore_from_rec(). Once chunk B modified chunk A's header, then bpf_ringbuf_commit() refers to the wrong page and could cause a crash. Fix it by calculating the oldest pending_pos and check whether the range from the oldest outstanding record to the newest would span beyond the ring buffer size. If that is the case, then reject the request. We've tested with the ring buffer benchmark in BPF selftests (./benchs/run_bench_ringbufs.sh) before/after the fix and while it seems a bit slower on some benchmarks, it is still not significantly enough to matter.

Why

The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may disrupt the affected service.

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 → Allocation of Resources Without Limits or Throttling → disrupt the affected service
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-770

CWE-770: Allocation of Resources Without Limits or Throttling. The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

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.
Denial of serviceCWE-770
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-1646Linux Kernel: Mehrere Schwachstellen ermöglichen Manipulation von Dateien

Ein lokaler Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen, um Dateien zu manipulieren.

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0677Multiples vulnérabilités dans les produits Siemens

d?id=CVE-2024-40987 Référence CVE CVE-2024-40988 https://www.cve.org/CVERecord?id=CVE-2024-40988 Référence CVE CVE-2024-40990 https://www.cve.org/CVERecord?id=CVE-2024-40990 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-41000 https://www.cve.org/CVERecord?id=CVE-2024-41000 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41005 https://www.cve.org/CVERecord?id=CVE-2024-41005 Référence CVE CVE-2024-41006 https://www.cve.org/CVERecord?id=CVE-2024-41006 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41017 https://www.cve.org/CVERecord?id=CVE-2024-41017 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=CVE-2024-41020 Référence CVE CVE-2024-41022 https://www.cve.org/CVERecord?id=CVE-2024-41022 Référence CVE CVE-2024-41034 https://www.cve.org/CVERecord?id=CVE-2024-41034 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41040 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0401Multiples vulnérabilités dans Juniper Networks Secure Analytics

d?id=CVE-2024-38540 Référence CVE CVE-2024-38541 https://www.cve.org/CVERecord?id=CVE-2024-38541 Référence CVE CVE-2024-38586 https://www.cve.org/CVERecord?id=CVE-2024-38586 Référence CVE CVE-2024-38608 https://www.cve.org/CVERecord?id=CVE-2024-38608 Référence CVE CVE-2024-39503 https://www.cve.org/CVERecord?id=CVE-2024-39503 Référence CVE CVE-2024-40924 https://www.cve.org/CVERecord?id=CVE-2024-40924 Référence CVE CVE-2024-40961 https://www.cve.org/CVERecord?id=CVE-2024-40961 Référence CVE CVE-2024-40983 https://www.cve.org/CVERecord?id=CVE-2024-40983 Référence CVE CVE-2024-40984 https://www.cve.org/CVERecord?id=CVE-2024-40984 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41042 https://www.cve.org/CVERecord?id=CVE-2024-41042 Référence CVE CVE-2024-41066 https://www.cve.org/CVERecord?id=CVE-2024-41066 Référence CVE CVE-2024-41092 https://www.cve.org/CVERecord?id=CVE-2024-41092 Référence CVE CVE-2024-41093 https://www.cve.org/CVERecord?id=CVE-2024-41093 Référence CVE CVE-2024-42070 https://www.cve.org/CVERecord?id=CVE-2024-42070 Référence CVE CVE-2024-42079 https://www.cve.org/CVERecord?id=CVE-2024-42079 Référence CVE CVE-2024-42244 https://www.cve.org/CVERecord?id=CVE-2024-42244 Référence CVE CVE-2024-42284 https://www.cve.org/CVERecord?id=

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

ecord?id=CVE-2024-38608 Référence CVE CVE-2024-39338 https://www.cve.org/CVERecord?id=CVE-2024-39338 Référence CVE CVE-2024-39503 https://www.cve.org/CVERecord?id=CVE-2024-39503 Référence CVE CVE-2024-4067 https://www.cve.org/CVERecord?id=CVE-2024-4067 Référence CVE CVE-2024-4068 https://www.cve.org/CVERecord?id=CVE-2024-4068 Référence CVE CVE-2024-40924 https://www.cve.org/CVERecord?id=CVE-2024-40924 Référence CVE CVE-2024-40961 https://www.cve.org/CVERecord?id=CVE-2024-40961 Référence CVE CVE-2024-40983 https://www.cve.org/CVERecord?id=CVE-2024-40983 Référence CVE CVE-2024-40984 https://www.cve.org/CVERecord?id=CVE-2024-40984 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41042 https://www.cve.org/CVERecord?id=CVE-2024-41042 Référence CVE CVE-2024-41066 https://www.cve.org/CVERecord?id=CVE-2024-41066 Référence CVE CVE-2024-41092 https://www.cve.org/CVERecord?id=CVE-2024-41092 Référence CVE CVE-2024-41093 https://www.cve.org/CVERecord?id=CVE-2024-41093 Référence CVE CVE-2024-41942 https://www.cve.org/CVERecord?id=CVE-2024-41942 Référence CVE CVE-2024-42070 https://www.cve.org/CVERecord?id=CVE-2024-42070 Référence CVE CVE-2024-42079 https://www.cve.org/CVERecord?id=CVE-2024-42079 Référence CVE CVE-2024-42244 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-40995 Référence CVE CVE-2024-40996 https://www.cve.org/CVERecord?id=CVE-2024-40996 Référence CVE CVE-2024-41000 https://www.cve.org/CVERecord?id=CVE-2024-41000 Référence CVE CVE-2024-41001 https://www.cve.org/CVERecord?id=CVE-2024-41001 Référence CVE CVE-2024-41002 https://www.cve.org/CVERecord?id=CVE-2024-41002 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41005 https://www.cve.org/CVERecord?id=CVE-2024-41005 Référence CVE CVE-2024-41006 https://www.cve.org/CVERecord?id=CVE-2024-41006 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41016 https://www.cve.org/CVERecord?id=CVE-2024-41016 Référence CVE CVE-2024-41017 https://www.cve.org/CVERecord?id=CVE-2024-41017 Référence CVE CVE-2024-41019 https://www.cve.org/CVERecord?id=CVE-2024-41019 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=CVE-2024-41020 Référence CVE CVE-2024-41022 https://www.cve.org/CVERecord?id=CVE-2024-41022 Référence CVE CVE-2024-41027 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-38560 Référence CVE CVE-2024-38577 https://www.cve.org/CVERecord?id=CVE-2024-38577 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-39472 https://www.cve.org/CVERecord?id=CVE-2024-39472 Référence CVE CVE-2024-39486 https://www.cve.org/CVERecord?id=CVE-2024-39486 Référence CVE CVE-2024-39487 https://www.cve.org/CVERecord?id=CVE-2024-39487 Référence CVE CVE-2024-40915 https://www.cve.org/CVERecord?id=CVE-2024-40915 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41010 https://www.cve.org/CVERecord?id=CVE-2024-41010 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41017 https://www.cve.org/CVERecord?id=CVE-2024-41017 Référence CVE CVE-2024-41018 https://www.cve.org/CVERecord?id=CVE-2024-41018 Référence CVE CVE-2024-41019 https://www.cve.org/CVERecord?id=CVE-2024-41019 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-37356 Référence CVE CVE-2024-38384 https://www.cve.org/CVERecord?id=CVE-2024-38384 Référence CVE CVE-2024-38541 https://www.cve.org/CVERecord?id=CVE-2024-38541 Référence CVE CVE-2024-38555 https://www.cve.org/CVERecord?id=CVE-2024-38555 Référence CVE CVE-2024-39507 https://www.cve.org/CVERecord?id=CVE-2024-39507 Référence CVE CVE-2024-40988 https://www.cve.org/CVERecord?id=CVE-2024-40988 Référence CVE CVE-2024-40997 https://www.cve.org/CVERecord?id=CVE-2024-40997 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41008 https://www.cve.org/CVERecord?id=CVE-2024-41008 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-41031 https://www.cve.org/CVERecord?id=CVE-2024-41031 Référence CVE CVE-2024-41038 https://www.cve.org/CVERecord?id=CVE-2024-41038 Référence CVE CVE-2024-41041 https://www.cve.org/CVERecord?id=CVE-2024-41041 Référence CVE CVE-2024-41056 https://www.cve.org/CVERecord?id=CVE-2024-41056 Référence CVE CVE-2024-41093 https://www.cve.org/CVERecord?id=CVE-2024-41093 Référence CVE CVE-2024-42154 https://www.cve.org/CVERecord?id=CVE-2024-42154 Référence CVE CVE-2024-42228 https://www.cve.org/CVERecord?id=

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

d?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=CVE-2024-41023 Référence CVE CVE-2024-42244 https://www.cve.org/CVERecord?id=CVE-2024-42244 Référence CVE CVE-2024-46858 https://www.cve.org/CVERecord?id=CVE-2024-46858 Référence CVE CVE-2024-50226 https://www.cve.org/CVERecord?id=CVE-2024-50226 Gestion détaillée du document le 29 novembre 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.go

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

d?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-38630 https://www.cve.org/CVERecord?id=CVE-2024-38630 Référence CVE CVE-2024-39486 https://www.cve.org/CVERecord?id=CVE-2024-39486 Référence CVE CVE-2024-39487 https://www.cve.org/CVERecord?id=CVE-2024-39487 Référence CVE CVE-2024-39494 https://www.cve.org/CVERecord?id=CVE-2024-39494 Référence CVE CVE-2024-39496 https://www.cve.org/CVERecord?id=CVE-2024-39496 Référence CVE CVE-2024-40929 https://www.cve.org/CVERecord?id=CVE-2024-40929 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41010 https://www.cve.org/CVERecord?id=CVE-2024-41010 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41017 https://www.cve.org/CVERecord?id=CVE-2024-41017 Référence CVE CVE-2024-41018 https://www.cve.org/CVERecord?id=CVE-2024-41018 Référence CVE CVE-2024-41019 https://www.cve.org/CVERecord?id=CVE-2024-41019 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-38540 Référence CVE CVE-2024-38541 https://www.cve.org/CVERecord?id=CVE-2024-38541 Référence CVE CVE-2024-38586 https://www.cve.org/CVERecord?id=CVE-2024-38586 Référence CVE CVE-2024-38608 https://www.cve.org/CVERecord?id=CVE-2024-38608 Référence CVE CVE-2024-39503 https://www.cve.org/CVERecord?id=CVE-2024-39503 Référence CVE CVE-2024-40924 https://www.cve.org/CVERecord?id=CVE-2024-40924 Référence CVE CVE-2024-40961 https://www.cve.org/CVERecord?id=CVE-2024-40961 Référence CVE CVE-2024-40983 https://www.cve.org/CVERecord?id=CVE-2024-40983 Référence CVE CVE-2024-40984 https://www.cve.org/CVERecord?id=CVE-2024-40984 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41042 https://www.cve.org/CVERecord?id=CVE-2024-41042 Référence CVE CVE-2024-41066 https://www.cve.org/CVERecord?id=CVE-2024-41066 Référence CVE CVE-2024-41092 https://www.cve.org/CVERecord?id=CVE-2024-41092 Référence CVE CVE-2024-41093 https://www.cve.org/CVERecord?id=CVE-2024-41093 Référence CVE CVE-2024-42070 https://www.cve.org/CVERecord?id=CVE-2024-42070 Référence CVE CVE-2024-42079 https://www.cve.org/CVERecord?id=CVE-2024-42079 Référence CVE CVE-2024-42244 https://www.cve.org/CVERecord?id=CVE-2024-42244 Référence CVE CVE-2024-42284 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-38627 Référence CVE CVE-2024-38630 https://www.cve.org/CVERecord?id=CVE-2024-38630 Référence CVE CVE-2024-39480 https://www.cve.org/CVERecord?id=CVE-2024-39480 Référence CVE CVE-2024-39487 https://www.cve.org/CVERecord?id=CVE-2024-39487 Référence CVE CVE-2024-39494 https://www.cve.org/CVERecord?id=CVE-2024-39494 Référence CVE CVE-2024-39495 https://www.cve.org/CVERecord?id=CVE-2024-39495 Référence CVE CVE-2024-40901 https://www.cve.org/CVERecord?id=CVE-2024-40901 Référence CVE CVE-2024-40902 https://www.cve.org/CVERecord?id=CVE-2024-40902 Référence CVE CVE-2024-40941 https://www.cve.org/CVERecord?id=CVE-2024-40941 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41073 https://www.cve.org/CVERecord?id=CVE-2024-41073 Référence CVE CVE-2024-41097 https://www.cve.org/CVERecord?id=CVE-2024-41097 Référence CVE CVE-2024-42089 https://www.cve.org/CVERecord?id=CVE-2024-42089 Référence CVE CVE-2024-42154 https://www.cve.org/CVERecord?id=CVE-2024-42154 Référence CVE CVE-2024-42157 https://www.cve.org/CVERecord?id=CVE-2024-42157 Référence CVE CVE-2024-42159 https://www.cve.org/CVERecord?id=CVE-2024-42159 Référence CVE CVE-2024-42160 https://www.cve.org/CVERecord?id=CVE-2024-42160 Référence CVE CVE-2024-42223 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-38662 Référence CVE CVE-2024-39489 https://www.cve.org/CVERecord?id=CVE-2024-39489 Référence CVE CVE-2024-40905 https://www.cve.org/CVERecord?id=CVE-2024-40905 Référence CVE CVE-2024-40909 https://www.cve.org/CVERecord?id=CVE-2024-40909 Référence CVE CVE-2024-40978 https://www.cve.org/CVERecord?id=CVE-2024-40978 Référence CVE CVE-2024-40980 https://www.cve.org/CVERecord?id=CVE-2024-40980 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-41000 https://www.cve.org/CVERecord?id=CVE-2024-41000 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41016 https://www.cve.org/CVERecord?id=CVE-2024-41016 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=CVE-2024-41020 Référence CVE CVE-2024-41022 https://www.cve.org/CVERecord?id=CVE-2024-41022 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41036 https://www.cve.org/CVERecord?id=CVE-2024-41036 Référence CVE CVE-2024-41038 https://www.cve.org/CVERecord?id=CVE-2024-41038 Référence CVE CVE-2024-41039 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-40978 Référence CVE CVE-2024-40980 https://www.cve.org/CVERecord?id=CVE-2024-40980 Référence CVE CVE-2024-40981 https://www.cve.org/CVERecord?id=CVE-2024-40981 Référence CVE CVE-2024-40984 https://www.cve.org/CVERecord?id=CVE-2024-40984 Référence CVE CVE-2024-40987 https://www.cve.org/CVERecord?id=CVE-2024-40987 Référence CVE CVE-2024-40988 https://www.cve.org/CVERecord?id=CVE-2024-40988 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-41006 https://www.cve.org/CVERecord?id=CVE-2024-41006 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41034 https://www.cve.org/CVERecord?id=CVE-2024-41034 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41041 https://www.cve.org/CVERecord?id=CVE-2024-41041 Référence CVE CVE-2024-41044 https://www.cve.org/CVERecord?id=CVE-2024-41044 Référence CVE CVE-2024-41046 https://www.cve.org/CVERecord?id=CVE-2024-41046 Référence CVE CVE-2024-41049 https://www.cve.org/CVERecord?id=CVE-2024-41049 Référence CVE CVE-2024-41087 https://www.cve.org/CVERecord?id=CVE-2024-41087 Référence CVE CVE-2024-41089 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-40984 Référence CVE CVE-2024-40988 https://www.cve.org/CVERecord?id=CVE-2024-40988 Référence CVE CVE-2024-40989 https://www.cve.org/CVERecord?id=CVE-2024-40989 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-40997 https://www.cve.org/CVERecord?id=CVE-2024-40997 Référence CVE CVE-2024-40998 https://www.cve.org/CVERecord?id=CVE-2024-40998 Référence CVE CVE-2024-41005 https://www.cve.org/CVERecord?id=CVE-2024-41005 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41008 https://www.cve.org/CVERecord?id=CVE-2024-41008 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41013 https://www.cve.org/CVERecord?id=CVE-2024-41013 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=CVE-2024-41023 Référence CVE CVE-2024-41031 https://www.cve.org/CVERecord?id=CVE-2024-41031 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41038 https://www.cve.org/CVERecord?id=CVE-2024-41038 Référence CVE CVE-2024-41039 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-40999 Référence CVE CVE-2024-41000 https://www.cve.org/CVERecord?id=CVE-2024-41000 Référence CVE CVE-2024-41001 https://www.cve.org/CVERecord?id=CVE-2024-41001 Référence CVE CVE-2024-41002 https://www.cve.org/CVERecord?id=CVE-2024-41002 Référence CVE CVE-2024-41003 https://www.cve.org/CVERecord?id=CVE-2024-41003 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41005 https://www.cve.org/CVERecord?id=CVE-2024-41005 Référence CVE CVE-2024-41006 https://www.cve.org/CVERecord?id=CVE-2024-41006 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41027 https://www.cve.org/CVERecord?id=CVE-2024-41027 Référence CVE CVE-2024-41034 https://www.cve.org/CVERecord?id=CVE-2024-41034 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41040 https://www.cve.org/CVERecord?id=CVE-2024-41040 Référence CVE CVE-2024-41041 https://www.cve.org/CVERecord?id=CVE-2024-41041 Référence CVE CVE-2024-41044 https://www.cve.org/CVERecord?id=CVE-2024-41044 Référence CVE CVE-2024-41046 https://www.cve.org/CVERecord?id=CVE-2024-41046 Référence CVE CVE-2024-41047 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-40992 Référence CVE CVE-2024-40994 https://www.cve.org/CVERecord?id=CVE-2024-40994 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-40997 https://www.cve.org/CVERecord?id=CVE-2024-40997 Référence CVE CVE-2024-41000 https://www.cve.org/CVERecord?id=CVE-2024-41000 Référence CVE CVE-2024-41001 https://www.cve.org/CVERecord?id=CVE-2024-41001 Référence CVE CVE-2024-41002 https://www.cve.org/CVERecord?id=CVE-2024-41002 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41010 https://www.cve.org/CVERecord?id=CVE-2024-41010 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41016 https://www.cve.org/CVERecord?id=CVE-2024-41016 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=CVE-2024-41020 Référence CVE CVE-2024-41022 https://www.cve.org/CVERecord?id=CVE-2024-41022 Référence CVE CVE-2024-41024 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-40999 Référence CVE CVE-2024-41000 https://www.cve.org/CVERecord?id=CVE-2024-41000 Référence CVE CVE-2024-41001 https://www.cve.org/CVERecord?id=CVE-2024-41001 Référence CVE CVE-2024-41002 https://www.cve.org/CVERecord?id=CVE-2024-41002 Référence CVE CVE-2024-41003 https://www.cve.org/CVERecord?id=CVE-2024-41003 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41005 https://www.cve.org/CVERecord?id=CVE-2024-41005 Référence CVE CVE-2024-41006 https://www.cve.org/CVERecord?id=CVE-2024-41006 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41027 https://www.cve.org/CVERecord?id=CVE-2024-41027 Référence CVE CVE-2024-41034 https://www.cve.org/CVERecord?id=CVE-2024-41034 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41040 https://www.cve.org/CVERecord?id=CVE-2024-41040 Référence CVE CVE-2024-41041 https://www.cve.org/CVERecord?id=CVE-2024-41041 Référence CVE CVE-2024-41044 https://www.cve.org/CVERecord?id=CVE-2024-41044 Référence CVE CVE-2024-41046 https://www.cve.org/CVERecord?id=CVE-2024-41046 Référence CVE CVE-2024-41047 https://www.cve.org/CVERecord?id=

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

d?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=CVE-2024-36286 Référence CVE CVE-2024-38618 https://www.cve.org/CVERecord?id=CVE-2024-38618 Référence CVE CVE-2024-38662 https://www.cve.org/CVERecord?id=CVE-2024-38662 Référence CVE CVE-2024-39489 https://www.cve.org/CVERecord?id=CVE-2024-39489 Référence CVE CVE-2024-40909 https://www.cve.org/CVERecord?id=CVE-2024-40909 Référence CVE CVE-2024-40910 https://www.cve.org/CVERecord?id=CVE-2024-40910 Référence CVE CVE-2024-40984 https://www.cve.org/CVERecord?id=CVE-2024-40984 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41016 https://www.cve.org/CVERecord?id=CVE-2024-41016 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=CVE-2024-41020 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41062 https://www.cve.org/CVERecord?id=CVE-2024-41062 Référence CVE CVE-2024-41068 https://www.cve.org/CVERecord?id=CVE-2024-41068 Référence CVE CVE-2024-41087 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-26886 Référence CVE CVE-2024-26974 https://www.cve.org/CVERecord?id=CVE-2024-26974 Référence CVE CVE-2024-27019 https://www.cve.org/CVERecord?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-35898 https://www.cve.org/CVERecord?id=CVE-2024-35898 Référence CVE CVE-2024-38559 https://www.cve.org/CVERecord?id=CVE-2024-38559 Référence CVE CVE-2024-38573 https://www.cve.org/CVERecord?id=CVE-2024-38573 Référence CVE CVE-2024-38615 https://www.cve.org/CVERecord?id=CVE-2024-38615 Référence CVE CVE-2024-40984 https://www.cve.org/CVERecord?id=CVE-2024-40984 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41023 https://www.cve.org/CVERecord?id=CVE-2024-41023 Référence CVE CVE-2024-41031 https://www.cve.org/CVERecord?id=CVE-2024-41031 Référence CVE CVE-2024-42241 https://www.cve.org/CVERecord?id=CVE-2024-42241 Référence CVE CVE-2024-42243 https://www.cve.org/CVERecord?id=CVE-2024-42243 Référence CVE CVE-2024-42246 https://www.cve.org/CVERecord?id=CVE-2024-42246 Gestion détaillée du document le 20 septembre 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.g

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

d?id=CVE-2024-40992 Référence CVE CVE-2024-40994 https://www.cve.org/CVERecord?id=CVE-2024-40994 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-40997 https://www.cve.org/CVERecord?id=CVE-2024-40997 Référence CVE CVE-2024-41000 https://www.cve.org/CVERecord?id=CVE-2024-41000 Référence CVE CVE-2024-41001 https://www.cve.org/CVERecord?id=CVE-2024-41001 Référence CVE CVE-2024-41002 https://www.cve.org/CVERecord?id=CVE-2024-41002 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41010 https://www.cve.org/CVERecord?id=CVE-2024-41010 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41016 https://www.cve.org/CVERecord?id=CVE-2024-41016 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=CVE-2024-41020 Référence CVE CVE-2024-41022 https://www.cve.org/CVERecord?id=CVE-2024-41022 Référence CVE CVE-2024-41024 https://www.cve.org/CVERecord?id=

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

DSA-5747-1 du 12 août 2024 https://lists.debian.org/debian-security-announce/2024/msg00159.html Référence CVE CVE-2022-48666 https://www.cve.org/CVERecord?id=CVE-2022-48666 Référence CVE CVE-2024-36484 https://www.cve.org/CVERecord?id=CVE-2024-36484 Référence CVE CVE-2024-36901 https://www.cve.org/CVERecord?id=CVE-2024-36901 Référence CVE CVE-2024-36938 https://www.cve.org/CVERecord?id=CVE-2024-36938 Référence CVE CVE-2024-39487 https://www.cve.org/CVERecord?id=CVE-2024-39487 Référence CVE CVE-2024-40947 https://www.cve.org/CVERecord?id=CVE-2024-40947 Référence CVE CVE-2024-41007 https://www.cve.org/CVERecord?id=CVE-2024-41007 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41017 https://www.cve.org/CVERecord?id=CVE-2024-41017 Référence CVE CVE-2024-41020 https://www.cve.org/CVERecord?id=CVE-2024-41020 Référence CVE CVE-2024-41022 https://www.cve.org/CVERecord?id=CVE-2024-41022 Référence CVE CVE-2024-41034 https://www.cve.org/CVERecord?id=CVE-2024-41034 Référence CVE CVE-2024-41035 https://www.cve.org/CVERecord?id=CVE-2024-41035 Référence CVE CVE-2024-41040 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-40989 Référence CVE CVE-2024-40990 https://www.cve.org/CVERecord?id=CVE-2024-40990 Référence CVE CVE-2024-40994 https://www.cve.org/CVERecord?id=CVE-2024-40994 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-40998 https://www.cve.org/CVERecord?id=CVE-2024-40998 Référence CVE CVE-2024-40999 https://www.cve.org/CVERecord?id=CVE-2024-40999 Référence CVE CVE-2024-41002 https://www.cve.org/CVERecord?id=CVE-2024-41002 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41006 https://www.cve.org/CVERecord?id=CVE-2024-41006 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41013 https://www.cve.org/CVERecord?id=CVE-2024-41013 Référence CVE CVE-2024-41014 https://www.cve.org/CVERecord?id=CVE-2024-41014 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41016 https://www.cve.org/CVERecord?id=CVE-2024-41016 Référence CVE CVE-2024-41017 https://www.cve.org/CVERecord?id=CVE-2024-41017 Référence CVE CVE-2024-41040 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-40989 Référence CVE CVE-2024-40990 https://www.cve.org/CVERecord?id=CVE-2024-40990 Référence CVE CVE-2024-40994 https://www.cve.org/CVERecord?id=CVE-2024-40994 Référence CVE CVE-2024-40995 https://www.cve.org/CVERecord?id=CVE-2024-40995 Référence CVE CVE-2024-40998 https://www.cve.org/CVERecord?id=CVE-2024-40998 Référence CVE CVE-2024-40999 https://www.cve.org/CVERecord?id=CVE-2024-40999 Référence CVE CVE-2024-41002 https://www.cve.org/CVERecord?id=CVE-2024-41002 Référence CVE CVE-2024-41004 https://www.cve.org/CVERecord?id=CVE-2024-41004 Référence CVE CVE-2024-41006 https://www.cve.org/CVERecord?id=CVE-2024-41006 Référence CVE CVE-2024-41009 https://www.cve.org/CVERecord?id=CVE-2024-41009 Référence CVE CVE-2024-41011 https://www.cve.org/CVERecord?id=CVE-2024-41011 Référence CVE CVE-2024-41012 https://www.cve.org/CVERecord?id=CVE-2024-41012 Référence CVE CVE-2024-41013 https://www.cve.org/CVERecord?id=CVE-2024-41013 Référence CVE CVE-2024-41014 https://www.cve.org/CVERecord?id=CVE-2024-41014 Référence CVE CVE-2024-41015 https://www.cve.org/CVERecord?id=CVE-2024-41015 Référence CVE CVE-2024-41016 https://www.cve.org/CVERecord?id=CVE-2024-41016 Référence CVE CVE-2024-41017 https://www.cve.org/CVERecord?id=CVE-2024-41017 Référence CVE CVE-2024-41040 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
< 5.8; 5.10.223 ≤ 5.10.*; 5.15.164 ≤ 5.15.*; 6.1.97 ≤ 6.1.*; 6.6.37 ≤ 6.6.*; 6.9.8 ≤ 6.9.*; 6.10 ≤ *
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 17 Jul 2024 · Last source change 5 Aug 2026, 11:34 UTC · CWE-770 · Allocation of Resources Without Limits or Throttling

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