PatchSiren cyber security CVE debrief
CVE-2026-97993 Linux CVE debrief
A vulnerability in the Linux kernel's vhost-vdpa has been addressed. The issue arises from the improper handling of eventfd_ctx_fdget() errors in the config_ctx, which could lead to a window where an ERR_PTR is briefly held, potentially causing issues with config interrupts. This vulnerability was resolved by modifying the vhost_vdpa_set_config_call() function to check the fd before installing it, thus closing the window and preventing potential config interrupt issues. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential config interrupt issues.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- Unknown
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Linux kernel maintainers, users, and administrators should assess exposure and verify patch deployment to prevent potential config interrupt issues. This includes reviewing the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance, and planning vendor-supported updates or mitigations through normal change control where exposure is confirmed.
Why it matters
A vulnerability in the Linux kernel's vhost-vdpa has been addressed. Linux kernel maintainers and users should assess exposure and verify patch deployment to prevent potential config interrupt issues.
- Verify patch deployment to prevent potential config interrupt issues
- Assess exposure to determine if systems are affected
Technical summary
The Linux kernel's vhost-vdpa has a vulnerability where eventfd_ctx_fdget() errors in config_ctx could cause issues. A fix has been applied to address this issue by modifying the vhost_vdpa_set_config_call() function to check the fd before installing it, thus preventing potential config interrupt issues. This fix ensures that the config_ctx is not briefly set to an ERR_PTR, which could cause problems with config interrupts. The fix also stops a rejected fd from tearing down a config interrupt that was working, preventing the device from silently stopping delivering config interrupts until userspace installed a new fd.
Defensive priority
Linux kernel maintainers and users should assess exposure and verify patch deployment.
Recommended defensive actions
- Assess exposure and apply patch
- Verify config interrupt functionality
- Monitor for potential issues
- Review compensating controls for exposed systems
- Check relevant monitoring, detection, and logs for exposed assets
- Track exceptions and retest remediated assets
- Confirm whether affected product deployments exist in managed environments
Evidence notes
The CVE record and source references indicate a fix has been applied to address the vhost-vdpa vulnerability in the Linux kernel. The vulnerability was introduced due to improper handling of eventfd_ctx_fdget() errors in config_ctx. The fix involves checking the fd before installing it to prevent potential issues with config interrupts. The source references provide additional context and details about the vulnerability and its resolution.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-97993 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-97993
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-97993 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-97993
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/388c678639a0cebfd936b3e56c64ac6a371efec2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/65faf9eaa00e408e1406fbcf675c8c8d0e27ff2a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/6b20b40f020bde236f6b8a08ff88d8653261ec2b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e74a9fa50749b9940b4fb13199652325e08d3c4a
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.