CVE-2022-49867
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
net: wwan: iosm: fix memory leak in ipc_wwan_dellink
IOSM driver registers network device without setting the needs_free_netdev flag, and does NOT call free_netdev() when unregisters network device, which causes a memory leak.
This patch sets needs_free_netdev to true when registers network device, which makes netdev subsystem call free_netdev() automatically after unregister_netdevice().
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 2a54f2c7793409736f2e5ea101e050b3f1997088 < 2ce2348c2858d723f7fe389dead9b43b08e0944e | affected |
| Linux | Linux | 2a54f2c7793409736f2e5ea101e050b3f1997088 < 128514b51a5ba2c82f9e4a106f1c10423907618a | affected |
| Linux | Linux | 2a54f2c7793409736f2e5ea101e050b3f1997088 < f25caaca424703d5a0607310f0452f978f1f78d9 | affected |
| Linux | Linux | 5.14 | affected |
| Linux | Linux | 0 < 5.14 | unaffected |
| Linux | Linux | 5.15.79 <= 5.15.* | unaffected |
| Linux | Linux | 6.0.9 <= 6.0.* | unaffected |
| Linux | Linux | 6.1 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: partial
References
- https://git.kernel.org/stable/c/2ce2348c2858d723f7fe389dead9b43b08e0944e
- https://git.kernel.org/stable/c/128514b51a5ba2c82f9e4a106f1c10423907618a
- https://git.kernel.org/stable/c/f25caaca424703d5a0607310f0452f978f1f78d9
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.