Threats Tagged 'cve-2026-45869'
View all threats tagged with 'cve-2026-45869'. 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-45869'
Click on any threat for detailed analysis and mitigation recommendations
0 A race condition in the Linux kernel wm97xx power supply driver can cause a NULL pointer dereference. This occurs because an interrupt may trigger use of an uninitialized power_supply handle between requesting an IRQ and registering the power_supply. The issue is fixed by reordering operations to request the IRQ only after the power_supply handle is registered. 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: power: supply: wm97xx: Fix NULL pointer dereference in power_supply_changed() In `probe()`, `request_irq()` is called before allocating/registering a `power_supply` handle. If an interrupt is fired between the call to `request_irq()` and `power_supply_register()`, the `power_supply` handle will be used uninitialized in `power_supply_changed()` in `wm97xx_bat_update()` (triggered from the interrupt handler). This will lead to a `NULL` pointer dereference since Fix this racy `NULL` pointer dereference by making sure the IRQ is requested _after_ the registration of the `power_supply` handle. Since the IRQ is the last thing requests in the `probe()` now, remove the error path for freeing it. Instead add one for unregistering the `power_supply` handle when IRQ request fails. Join the discussion | GCVE Database | 05/27/2026, 14:17:00 UTC Added: 07/18/2026, 11:19:23 UTC |
Showing 1 to 2 of 2 results