PatchSiren cyber security CVE debrief
CVE-2026-89549 Linux CVE debrief
A Linux kernel vulnerability has been resolved, affecting the svc_pool_for_cpu() function. The vulnerability occurs when a service runs fewer threads than it has pools, causing trailing pools to be left with no threads. This results in transports being enqueued on sp_xprts and never picked up, leading to a connection hang indefinitely. The svc_pool_for_cpu() function has been updated to skip pools with no threads, ensuring that work is actually serviced. This change addresses a vulnerability where transports would be enqueued on sp_xprts and never picked up, leading to a connection hang indefinitely. Linux kernel administrators and defenders should assess exposure and prioritize
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel administrators and defenders should assess exposure and prioritize patching for services with uneven thread and pool configurations. Defenders should prioritize verifying and applying patches for Linux kernel services with uneven thread and pool configurations to prevent connection hangs and potential exposure. Linux kernel administrators and defenders should review Linux kernel configurations for potential exposure and monitor Linux kernel
Why it matters
Defenders should prioritize verifying and applying patches for Linux kernel services with uneven thread and pool configurations to prevent connection hangs and potential exposure.
- Verify Linux kernel configurations to prevent connection hangs
- Apply patches to ensure svc_pool_for_cpu() function works correctly
- Monitor Linux kernel services for potential exposure
Technical summary
The svc_pool_for_cpu() function in the Linux kernel has been updated to skip pools with no threads, ensuring that work is actually serviced. This change addresses a vulnerability where transports would be enqueued on sp_xprts and never picked up, leading to a connection hang indefinitely. The vulnerability occurs when a service runs fewer threads than it has pools, causing trailing pools to be left with no threads. This results in transports being enqueued on sp_xprts and never picked up, leading to a connection hang indefinitely. svc_xprt_enqueue() selects a pool from the CPU servicing the transport, queues the transport on that pool's sp_xprts, and only wakes a thread from the same pool. Each thread services
Defensive priority
Defenders should prioritize verifying and applying patches for Linux kernel services with uneven thread and pool configurations.
Recommended defensive actions
- Verify and apply patches for Linux kernel services with uneven thread and pool configurations
- Review Linux kernel configurations for potential exposure
- Monitor Linux kernel services for connection hangs
- Verify Linux kernel configurations to prevent connection hangs
- Apply patches to ensure svc_pool_for_cpu() function works correctly
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but evidence is limited. Official sources indicate the vulnerability has been resolved in the Linux kernel. The svc_pool_for_cpu() function has been updated to skip pools with no threads, ensuring that work is actually serviced. This change addresses a vulnerability where transports would be enqueued on sp_xprts and never picked up, leading to a connection hang indefinitely. Defenders should prioritize verifying and applying patches for Linux kernel services with
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89549 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89549
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89549 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89549
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/011479cf9a7657d4a3e7cc42a784ac63df594170
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/8f766d2d0b4dabf54f8b35812df2b4f481d13316
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9d04d64ad192439835ed9884d767353061c3ed6f
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f6310491c4cdb88af73aa551ec9df1f10a90c709
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.