PatchSiren cyber security CVE debrief
CVE-2026-92525 Linux CVE debrief
A local unprivileged user can cause a denial-of-service (DoS) in the Linux kernel by posting a specially crafted Work Queue Entry (WQE) to a User Queue Pair (QP). The issue arises from the kernel's failure to validate the `num_sge` and `cur_sge` fields in user-submitted WQEs before indexing the `wqe->dma.sge` array. This can lead to an out-of-bounds read of the per-WQE scatter-gather (sge) array in the `copy_data()` function.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
System administrators and security teams responsible for Linux kernel-based systems should assess their exposure and take steps to mitigate the vulnerability. This includes reviewing and updating Linux kernel versions, restricting access to the affected system, and monitoring system logs for suspicious activity.
Why it matters
CVE-2026-92525 is a Linux kernel vulnerability that allows a local unprivileged user to cause a denial-of-service (DoS) attack. The vulnerability is caused by a lack of validation of user-submitted Work Queue Entries (WQEs) in the `rxe_requester()` function. System administrators and security teams should assess their exposure and take steps to mitigate the vulnerability.
- Local unprivileged users can cause a denial-of-service (DoS) on the system
- The vulnerability can be exploited without authentication or elevated privileges
- Successful exploitation can lead to a system crash or instability
- Verification of kernel versions and patch application is necessary to mitigate the vulnerability
Technical summary
The Linux kernel is vulnerable to a local denial-of-service (DoS) attack due to a lack of validation of user-submitted Work Queue Entries (WQEs). An attacker can post a specially crafted WQE to a User Queue Pair (QP) to cause an out-of-bounds read in the `copy_data()` function. This occurs because the `num_sge` and `cur_sge` fields are not checked, allowing an attacker to post a WQE with an out-of-range `cur_sge` or oversized `num_sge`, leading to an out-of-bounds read in `copy_data()`. The vulnerability can be mitigated by bounding `num_sge` to `qp->sq.max_sge` in `rxe_requester()` before use, similar to how `get_srq_wqe()` guards SRQ entries, and bounding `cur_sge` only when the WQE carries payload. The fix
Defensive priority
High
Recommended defensive actions
- Review and update Linux kernel versions to ensure the patch is applied
- Restrict access to the affected system to authorized users only
- Monitor system logs for suspicious activity
- Consider implementing additional security controls, such as SELinux or AppArmor, to limit the impact of a potential exploit
- Perform a thorough review of system configurations and user access controls
- Implement asset inventory management to track affected systems
- Establish a process for tracking and addressing exceptions
Evidence notes
The CVE record and associated sources indicate that the Linux kernel is vulnerable to a local DoS attack. The issue is caused by the lack of validation of user-submitted WQEs in the `rxe_requester()` function. The `num_sge` and `cur_sge` fields are not checked, allowing an attacker to post a WQE with an out-of-range `cur_sge` or oversized `num_sge`, leading to an out-of-bounds read in `copy_data()`.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-92525 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-92525
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-92525 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-92525
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/126c757e4cd46f866ddc283143b58eb4d9bf52cd
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/13cb7160e5b791f5e3ecf9311cf32849fe7e9b62
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5ec111ddc1f727c1e4580aea459842ae5a8359a5
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/69d3ccf6543f24c452a020c8028ca6f46cb1e8db
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/750bba6ce9bb0b11d6a166031c9728ae3f21765e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c067aa7b231e91a18a1b3666201ab14dfb00347a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.