PatchSiren cyber security CVE debrief
CVE-2026-90268 Linux CVE debrief
A vulnerability in the Linux kernel's SCSI subsystem has been addressed. The issue arises in the sd_probe() function after a large pool creation failure. If sd_large_pool_create() fails after device_add(&sdkp->disk_dev) succeeds, the disk_dev must be unregistered to prevent resource leaks. The fix ensures proper cleanup by calling scsi_disk_release() to free sdkp, avoiding potential issues with already registered devices and sysfs entry leaks.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 8.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
Linux kernel maintainers, users, and administrators should assess exposure and verify applied fixes, prioritizing validation of SCSI subsystem configurations and kernel version checks.
Why it matters
CVE-2026-90268 is a vulnerability in the Linux kernel's SCSI subsystem that requires verification of exposure and application of provided fixes to prevent resource leaks.
- Verification of Linux kernel versions and SCSI subsystem configurations is necessary to determine exposure.
- Applying the provided fixes is crucial to prevent potential resource leaks and ensure proper cleanup in the SCSI subsystem.
- Monitoring for updates from the Linux kernel community and SCSI subsystem maintainers is recommended to stay informed about any future developments or patches.
Technical summary
The Linux kernel's SCSI subsystem has a vulnerability in the sd_probe() function. After a large pool creation failure, if sd_large_pool_create() fails, it must unregister disk_dev to prevent resource leaks and allow scsi_disk_release() to free sdkp. This vulnerability requires verification of exposure and application of provided fixes to prevent resource leaks and ensure proper cleanup in the SCSI subsystem. Linux kernel maintainers and users should assess exposure and verify applied fixes, prioritizing validation of SCSI subsystem configurations and kernel version checks.
Defensive priority
Linux kernel maintainers and users should assess exposure and verify applied fixes, prioritizing validation of SCSI subsystem configurations and kernel version checks.
Recommended defensive actions
- Review Linux kernel versions and SCSI subsystem configurations for potential exposure.
- Verify and apply the provided fixes from git.kernel.org.
- Monitor for updates from the Linux kernel community and SCSI subsystem maintainers.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the Linux kernel vulnerability. Two source references from git.kernel.org are available, detailing the specific commits addressing the issue. The vulnerability affects Linux kernel deployments, and defenders should verify exposure by reviewing SCSI subsystem configurations and kernel versions. Verification of applied fixes is crucial to prevent resource leaks and ensure proper cleanup in the SCSI subsystem.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-90268 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-90268
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-90268 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-90268
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/748a14a0d41cfe3017251c11b314f85045414942
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e3cc6ea1a745e7f5d326f919a428b244fa119d8f
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.