Threats Tagged 'cve-2026-45881'
View all threats tagged with 'cve-2026-45881'. 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-45881'
Click on any threat for detailed analysis and mitigation recommendations
0 A memory leak vulnerability was identified and fixed in the Linux kernel's MediaTek SVS driver. The issue occurred in the svs_enable_debug_write() function where a buffer allocated by memdup_user_nul() was not freed if kstrtoint() failed, leading to a resource leak. The fix involved changing the code to use automatic freeing mechanisms to prevent the leak. This vulnerability is classified as CWE-401 (Improper Release of Memory). 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: soc: mediatek: svs: Fix memory leak in svs_enable_debug_write() In svs_enable_debug_write(), the buf allocated by memdup_user_nul() is leaked if kstrtoint() fails. Fix this by using __free(kfree) to automatically free buf, eliminating the need for explicit kfree() calls and preventing leaks. [Angelo: Added missing cleanup.h inclusion] Join the discussion | GCVE Database | 05/27/2026, 14:17:00 UTC Added: 07/18/2026, 11:19:17 UTC |
Showing 1 to 2 of 2 results