Linux azure: In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug Call Trace:… (CVE-2025-38024)
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug Call Trace: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x7d/0xa0 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 [inline] print_report+0xcf/0x610 mm/kasan/report.c:489 kasan_report+0xb5/0xe0 mm/kasan/report.c:602 rxe_queue_cleanup+0xd0/0xe0 drivers/infiniband/sw/rxe/rxe_queue.c:195 rxe_cq_cleanup+0x3f/0x50 drivers/infiniband/sw/rxe/rxe_cq.c:132 __rxe_cleanup+0x168/0x300 drivers/infiniband/sw/rxe/rxe_pool.c:232 rxe_create_cq+0x22e/0x3a0 drivers/infiniband/sw/rxe/rxe_verbs.c:1109 create_cq+0x658/0xb90 drivers/infiniband/core/uverbs_cmd.c:1052 ib_uverbs_create_cq+0xc7/0x120 drivers/infiniband/core/uverbs_cmd.c:1095 ib_uverbs_write+0x969/0xc90 drivers/infiniband/core/uverbs_main.c:679 vfs_write fs/read_write.c:677 [inline] vfs_write+0x26a/0xcc0 fs/read_write.c:659 ksys_write+0x1b8/0x200 fs/read_write.c:731 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xaa/0x1b0 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f In the function rxe_create_cq, when rxe_cq_from_init fails, the function rxe_cleanup will be called to handle the allocated resources. In fact, some memory resources have already been freed in the function rxe_cq_from_init. Thus, this problem will occur. The solution is to let rxe_cleanup do all the work.
AI Analysis
Technical Summary
This Red Hat security advisory addresses multiple vulnerabilities in the Linux kernel for Red Hat Enterprise Linux 8.8. The key issues include a use-after-free vulnerability in RDMA/rxe (CVE-2025-38024) that could lead to arbitrary code execution, race conditions in ALSA aloop PCM trigger (CVE-2026-23191), denial of service and memory corruption in RDMA umad (CVE-2026-23243), privilege escalation or denial of service in KVM due to improper shadow page table handling (CVE-2026-23401), use-after-free in bonding driver causing denial of service (CVE-2026-31419), use-after-free in CAN raw socket (CVE-2026-31532), a local privilege escalation vulnerability via a variant of the Dirty Frag vulnerability in ESP/XFRM (CVE-2026-46300), and unauthorized reading of root-owned files by unprivileged users (CVE-2026-46333). Red Hat has released patched kernel packages and advises rebooting systems after applying the update.
Potential Impact
The vulnerabilities collectively could allow attackers to execute arbitrary code, cause denial of service, escalate privileges locally, or access sensitive root-owned files without authorization. The issues affect critical kernel subsystems, potentially impacting system stability, confidentiality, and integrity. No known exploits in the wild have been reported at the time of this advisory.
Mitigation Recommendations
Red Hat has released updated kernel packages that address these vulnerabilities as part of advisory RHSA-2026:19521. Users of Red Hat Enterprise Linux 8.8 should apply the kernel update promptly and reboot their systems to activate the fixes. For detailed update instructions, refer to https://access.redhat.com/articles/11258. No additional mitigations are indicated by the vendor advisory.
Linux azure: In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug Call Trace:… (CVE-2025-38024)
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug Call Trace: <TASK> __dump_stack lib/dump_stack.c:94 [inline] dump_stack_lvl+0x7d/0xa0 lib/dump_stack.c:120 print_address_description mm/kasan/report.c:378 [inline] print_report+0xcf/0x610 mm/kasan/report.c:489 kasan_report+0xb5/0xe0 mm/kasan/report.c:602 rxe_queue_cleanup+0xd0/0xe0 drivers/infiniband/sw/rxe/rxe_queue.c:195 rxe_cq_cleanup+0x3f/0x50 drivers/infiniband/sw/rxe/rxe_cq.c:132 __rxe_cleanup+0x168/0x300 drivers/infiniband/sw/rxe/rxe_pool.c:232 rxe_create_cq+0x22e/0x3a0 drivers/infiniband/sw/rxe/rxe_verbs.c:1109 create_cq+0x658/0xb90 drivers/infiniband/core/uverbs_cmd.c:1052 ib_uverbs_create_cq+0xc7/0x120 drivers/infiniband/core/uverbs_cmd.c:1095 ib_uverbs_write+0x969/0xc90 drivers/infiniband/core/uverbs_main.c:679 vfs_write fs/read_write.c:677 [inline] vfs_write+0x26a/0xcc0 fs/read_write.c:659 ksys_write+0x1b8/0x200 fs/read_write.c:731 do_syscall_x64 arch/x86/entry/common.c:52 [inline] do_syscall_64+0xaa/0x1b0 arch/x86/entry/common.c:83 entry_SYSCALL_64_after_hwframe+0x77/0x7f In the function rxe_create_cq, when rxe_cq_from_init fails, the function rxe_cleanup will be called to handle the allocated resources. In fact, some memory resources have already been freed in the function rxe_cq_from_init. Thus, this problem will occur. The solution is to let rxe_cleanup do all the work.
CVSS v3.1
Score 7.8high
Affected software
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
This Red Hat security advisory addresses multiple vulnerabilities in the Linux kernel for Red Hat Enterprise Linux 8.8. The key issues include a use-after-free vulnerability in RDMA/rxe (CVE-2025-38024) that could lead to arbitrary code execution, race conditions in ALSA aloop PCM trigger (CVE-2026-23191), denial of service and memory corruption in RDMA umad (CVE-2026-23243), privilege escalation or denial of service in KVM due to improper shadow page table handling (CVE-2026-23401), use-after-free in bonding driver causing denial of service (CVE-2026-31419), use-after-free in CAN raw socket (CVE-2026-31532), a local privilege escalation vulnerability via a variant of the Dirty Frag vulnerability in ESP/XFRM (CVE-2026-46300), and unauthorized reading of root-owned files by unprivileged users (CVE-2026-46333). Red Hat has released patched kernel packages and advises rebooting systems after applying the update.
Potential Impact
The vulnerabilities collectively could allow attackers to execute arbitrary code, cause denial of service, escalate privileges locally, or access sensitive root-owned files without authorization. The issues affect critical kernel subsystems, potentially impacting system stability, confidentiality, and integrity. No known exploits in the wild have been reported at the time of this advisory.
Mitigation Recommendations
Red Hat has released updated kernel packages that address these vulnerabilities as part of advisory RHSA-2026:19521. Users of Red Hat Enterprise Linux 8.8 should apply the kernel update promptly and reboot their systems to activate the fixes. For detailed update instructions, refer to https://access.redhat.com/articles/11258. No additional mitigations are indicated by the vendor advisory.
Technical Details
- Gcve Source
- db.gcve.eu
- Csaf Category
- csaf_security_advisory
- Csaf Version
- 2.0
- Publisher
- Red Hat Product Security
- Advisory Id
- RHSA-2026:19521
- Cve Count
- 8
- Additional Cves
- ["CVE-2026-23191","CVE-2026-23243","CVE-2026-23401","CVE-2026-31419","CVE-2026-31532","CVE-2026-46300","CVE-2026-46333"]
- Cvss Version
- null
Threat ID: 6a175eede29bf47b50edbb63
Added to database: 05/27/2026, 21:15:25 UTC
Last enriched: 07/07/2026, 00:44:46 UTC
Last updated: 08/05/2026, 00:41:08 UTC
Views: 200
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.