Threats Tagged 'cve-2026-45872'
View all threats tagged with 'cve-2026-45872'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cve-2026-45872'
Click on any threat for detailed analysis and mitigation recommendations
A memory leak vulnerability exists in the Linux kernel's smartpqi SCSI driver due to improper cleanup in the pqi_report_phys_luns() function. The function fails to free allocated memory when encountering unsupported data formats or allocation failures, leading to resource leaks. This issue was identified through static analysis and code review and has been fixed by consolidating error handling to ensure consistent memory release. Join the discussion | GCVE Database | 05/27/2026, 15:33:14 UTC Added: 06/26/2026, 22:06:40 UTC |
In the Linux kernel, the following vulnerability has been resolved: scsi: smartpqi: Fix memory leak in pqi_report_phys_luns() pqi_report_phys_luns() fails to release the rpl_list buffer when encountering an unsupported data format or when the allocation for rpl_16byte_wwid_list fails. These early returns bypass the cleanup logic, leading to memory leaks. Consolidate the error handling by adding an out_free_rpl_list label and use goto statements to ensure rpl_list is consistently freed on failure. Compile tested only. Issue found using a prototype static analysis tool and code review. Join the discussion | GCVE Database | 05/27/2026, 14:17:00 UTC Added: 07/18/2026, 11:19:18 UTC |
Showing 1 to 2 of 2 results