CVE-2026-93224: Linux
- Severity
- 8.1 (HIGH)
- Vendor
- LINUX
- Affected versions
- cb3cba0ec372fa7c5f5f5c12990bef02e458ab86 through before 0335800071a6dfdf7d21d729b5e7d8fa98936211; 8ac6fcae5dc0e801f1c82a
- Patch status
- Patched
- Published
- 2026-09-24T16:17:17.720
- Modified
- 2026-09-25T05:17:00.290
Why it matters
High-severity vulnerability requiring prioritized review.
Recommended admin actions
- Review and patch based on exposure, asset criticality, and business impact.
- Compare installed versions against the affected version range in the advisory.
Technical summary
In the Linux kernel, the following vulnerability has been resolved: svcrdma: Fix unmatched rn_unregister on failed accept When svc_rdma_accept() takes the errout path before rpcrdma_rn_register() has succeeded, the existing cleanup block calls rpcrdma_rn_unregister(dev, &newxprt->sc_rn) unconditionally. svcxprt_rdma is kzalloc'd, so on that path sc_rn.rn_index is 0 and sc_rn.rn_done is NULL; the unregister therefore xa_erase()s another caller's slot 0 and performs an unmatched kref_put() on the rpcrdma_device's rd_kref. The same errout also brackets the cleanup with svc_xprt_get()/ svc_xprt_put() around the kref_init() birth reference. The kref goes 1 -> 2 -> 1 and never reaches 0, so the svcxprt_rdma (and the net/ns_tracker it pinned) is leaked on every failed accept. rpcrdma_rn_register() writes rn->rn_done last, only after xa_alloc() and kref_get() have both succeeded, so rn_done == NULL is a natural "never registered" sentinel. Guard rpcrdma_rn_unregister() with an early return when rn_done is NULL, and clear rn_done before the matching xa_erase() so a repeated unregister is also a no-op. With that guard in place, the accept errout drops the kref_init() birth reference via svc_xprt_put(), which dispatches svc_rdma_free(). Teardown of sc_qp, sc_sq_cq, sc_rq_cq, and sc_pd runs under existing IS_ERR/NULL guards in svc_rdma_free(); sc_rn is covered by the new rn_done sentinel; sc_cm_id is non-NULL on every errout path because svc_rdma_accept() dereferences it above the first goto errout. svc_xprt_free() drops the module reference associated with the freed transport, and svc_handle_xprt() drops its pre-acquired reference when ->xpo_accept() returns NULL. Take a replacement module reference before svc_xprt_put() so the two module_put()s remain balanced. The rn_done guard also covers svc_rdma_free()'s non-listener call to rpcrdma_rn_unregister() for transports whose register attempt failed or never ran.
View the official NVD record for CVE-2026-93224
CVE data is sourced from NVD/CNA records and optional enrichment. Validate against the vendor advisory before taking production action.
VULNERABILITY PULSE
| AFFECTED PRODUCT | ACTION | ||
|---|---|---|---|
| CVE-2026-61732 |
Decepticon PATCH
Reporter: SECURITY-ADVISORIES
|
10
CRITICAL
|
VIEW RECORD |
| CVE-2026-93425 |
dokploy PATCH
Reporter: SECURITY-ADVISORIES
|
9.9
CRITICAL
|
VIEW RECORD |
| CVE-2026-93207 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-97413 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-13249 |
Product identification pending
Reporter: PSIRT
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-14281 |
Automation Web Platform – Notifications and OTP for WooCommerce, Advanced Country Code
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-92609 |
Product identification pending PATCH
Reporter: SECURITY
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-100075 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-93643 |
Product identification pending
Reporter: CVE
|
9.8
CRITICAL
|
VIEW RECORD |
| CVE-2026-61604 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-61741 |
http4s-scala-xml
Reporter: SECURITY-ADVISORIES
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-61742 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-13016 |
Product identification pending PATCH
Reporter: PSIRT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-86860 |
Product identification pending PATCH
Reporter: PSIRT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93291 |
Product identification pending
Reporter: ICS-CERT
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-95832 |
Product identification pending PATCH
Reporter: 4DAA8CEA-433A-44BD-9456-53B127FC289A
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93641 |
Product identification pending
Reporter: CVE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93642 |
Product identification pending
Reporter: CVE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-93647 |
Product identification pending
Reporter: CVE
|
9.3
CRITICAL
|
VIEW RECORD |
| CVE-2026-81630 |
Product identification pending
Reporter: ICS-CERT
|
9.2
CRITICAL
|
VIEW RECORD |
| CVE-2026-93228 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-79766 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-89055 |
Customer Reviews for WooCommerce
Reporter: SECURITY
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-93399 |
Online Scheduling and Appointment Booking System – Bookly
Reporter: SECURITY
|
9.1
CRITICAL
|
VIEW RECORD |
| CVE-2026-93289 |
Product identification pending
Reporter: ICS-CERT
|
9
CRITICAL
|
VIEW RECORD |
| CVE-2026-94606 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.9
HIGH
|
VIEW RECORD |
| CVE-2026-93280 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93284 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93790 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93793 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93799 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93806 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-94609 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97409 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97442 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97509 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-13248 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-62062 |
Product identification pending
Reporter: AUDIT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-19804 |
s2Member – Excellent for All Kinds of Memberships, Content Restriction Paywalls & Member Access Subscriptions
Reporter: SECURITY
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-89426 |
Knit Pay – Cashfree, Instamojo, Razorpay, PayPal and more
Reporter: SECURITY
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97527 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97528 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97555 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-97957 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-98115 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-85542 |
Product identification pending
Reporter: PSIRT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-93834 |
Product identification pending
Reporter: SECALERT
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-96812 |
Product identification pending
Reporter: CVE-COORDINATION
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-56744 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-63498 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-91122 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-85057 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-61825 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-86858 |
Product identification pending PATCH
Reporter: PSIRT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-86859 |
Product identification pending PATCH
Reporter: PSIRT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-82566 |
Product identification pending
Reporter: ICS-CERT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-84399 |
Product identification pending
Reporter: ICS-CERT
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-96883 |
Product identification pending PATCH
Reporter: FF89BA41-3AA1-4D27-914A-91399E9639E5
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-87721 |
Product identification pending PATCH
Reporter: CVE-COORDINATION
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-87722 |
Product identification pending PATCH
Reporter: CVE-COORDINATION
|
8.7
HIGH
|
VIEW RECORD |
| CVE-2026-77581 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-63493 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-95985 |
Product identification pending PATCH
Reporter: FF89BA41-3AA1-4D27-914A-91399E9639E5
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-81455 |
Product identification pending
Reporter: SECURITY_ALERT
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-77967 |
Product identification pending
Reporter: ICS-CERT
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-97818 |
Product identification pending
Reporter: CVE
|
8.6
HIGH
|
VIEW RECORD |
| CVE-2026-56739 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-56738 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-82371 |
Product identification pending PATCH
Reporter: SIRT
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-82372 |
Product identification pending PATCH
Reporter: SIRT
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-93354 |
Product identification pending PATCH
Reporter: DISCLOSURE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-85082 |
Product identification pending
Reporter: HELP
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-97730 |
Product identification pending PATCH
Reporter: CVE
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100172 |
Product identification pending
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-100176 |
Product identification pending
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.5
HIGH
|
VIEW RECORD |
| CVE-2026-93827 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97450 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97451 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97452 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97455 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-86857 |
Product identification pending PATCH
Reporter: PSIRT
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-14443 |
Product identification pending PATCH
Reporter: SIRT
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-95699 |
Product identification pending
Reporter: ICS-CERT
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-97898 |
Product identification pending
Reporter: 5A6E4751-2F3F-4070-9419-94FB35B644E8
|
8.4
HIGH
|
VIEW RECORD |
| CVE-2026-96746 |
Product identification pending
Reporter: CNA
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-82157 |
Product identification pending
Reporter: SECURITY_ALERT
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-96748 |
Product identification pending
Reporter: CNA
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-91160 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-97433 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-85056 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-97525 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.2
HIGH
|
VIEW RECORD |
| CVE-2026-56737 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93221 |
Product identification pending
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93224 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93282 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-62368 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93786 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-93787 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-94611 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-77294 |
Product identification pending PATCH
Reporter: SECURITY-ADVISORIES
|
8.1
HIGH
|
VIEW RECORD |
About the Vulnerability Pulse CVE Feed
The Vulnerability Pulse feed tracks live CVE advisories sourced from the National Vulnerability Database and vendor security disclosures. It is designed for SOC analysts, IT administrators, and security teams who need a fast, filterable view of current vulnerabilities without digging through raw NVD data.
How to Use the CVE Advisory Tracker
Use the severity filters to narrow results to Critical or High priority vulnerabilities. Filter by vendor to focus on software and hardware relevant to your environment. Export to CSV for reporting, ticketing, or patch prioritization workflows.
What Is a CVE Advisory?
A CVE (Common Vulnerabilities and Exposures) advisory is a public disclosure of a security vulnerability assigned a unique identifier by MITRE. Advisories include severity scores (CVSS), affected versions, and remediation guidance. Monitoring CVE advisories is a core function of vulnerability management programs and SOC operations.
CVE Analysis & Writeups
For in-depth analysis of specific vulnerabilities, visit the IT Knowledge Bases blog for CVE breakdowns, exploitation analysis, and remediation guidance written for security practitioners.