VulnerabilityAnalyzed
CVE-2026-31506
In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix double free of WoL irq We do not need to free wol_irq since it was instantiated with devm_request_irq().
HIGH 7.8EPSS 0.13%
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.13%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix double free of WoL irq We do not need to free wol_irq since it was instantiated with devm_request_irq(). So devres will free for us.
- CVSS 3.1
- 7.8 HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- EPSS
- 0.13% probability · 3th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-415
- Affected
- linux/linux kernel
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/121a6ad9cd42ba3bfc57deae93e3326515c2afe1Patch
- https://git.kernel.org/stable/c/8a30509ce6a29bdf18e0802383c524a7b2357ec0Patch
- https://git.kernel.org/stable/c/9e5f5c07cc7d66522f8c9676c28605eba5d4a20ePatch
- https://git.kernel.org/stable/c/cbfa5be2bf64511d49b854a0f9fd6d0b5118621fPatch
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.