CVE-2024-50269
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Summary
In the Linux kernel, the following vulnerability has been resolved:
usb: musb: sunxi: Fix accessing an released usb phy
Commit 6ed05c68cbca ("usb: musb: sunxi: Explicitly release USB PHY on exit") will cause that usb phy @glue->xceiv is accessed after released.
register platform driver @sunxi_musb_driver // get the usb phy @glue->xceiv sunxi_musb_probe() -> devm_usb_get_phy().
register and unregister platform driver @musb_driver musb_probe() -> sunxi_musb_init() use the phy here //the phy is released here musb_remove() -> sunxi_musb_exit() -> devm_usb_put_phy()
register @musb_driver again musb_probe() -> sunxi_musb_init() use the phy here but the phy has been released at 2). …
Fixed by reverting the commit, namely, removing devm_usb_put_phy() from sunxi_musb_exit().
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < 721ddad945596220c123eb6f7126729fe277ee4f | affected |
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < 4aa77d5ea9944468e16c3eed15e858fd5de44de1 | affected |
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < 6e2848d1c8c0139161e69ac0a94133e90e9988e8 | affected |
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < 63559ba8077cbadae1c92a65b73ea522bf377dd9 | affected |
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < ccd811c304d2ee56189bfbc49302cb3c44361893 | affected |
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < 8a30da5aa9609663b3e05bcc91a916537f66a4cd | affected |
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < b08baa75b989cf779cbfa0969681f8ba2dc46569 | affected |
| Linux | Linux | 6ed05c68cbcae42cd52b8e53b66952bfa9c002ce < 498dbd9aea205db9da674994b74c7bf8e18448bd | affected |
| Linux | Linux | 583a4219841d00e96b5de55be160aa7eb7721a4d | affected |
| Linux | Linux | b4ecc15d6f5a13c0bbe2777438e87e321f83faaa | affected |
| Linux | Linux | a2259ebaa933331c53904caf792b619ec42f0da5 | affected |
| Linux | Linux | 4.4.95 < 4.5 | affected |
| Linux | Linux | 4.9.59 < 4.10 | affected |
| Linux | Linux | 4.13.10 < 4.14 | affected |
| Linux | Linux | 4.14 | affected |
| Linux | Linux | 0 < 4.14 | unaffected |
| Linux | Linux | 4.19.324 <= 4.19.* | unaffected |
| Linux | Linux | 5.4.286 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.230 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.172 <= 5.15.* | unaffected |
| Linux | Linux | 6.1.117 <= 6.1.* | unaffected |
| Linux | Linux | 6.6.61 <= 6.6.* | unaffected |
| Linux | Linux | 6.11.8 <= 6.11.* | unaffected |
| Linux | Linux | 6.12 <= * | unaffected |
Weaknesses
ADP Enrichment
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: no
- Technical Impact: total
CVE Program Container
Additional References
- https://lists.debian.org/debian-lts-announce/2025/03/msg00002.html
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
References
- https://git.kernel.org/stable/c/721ddad945596220c123eb6f7126729fe277ee4f
- https://git.kernel.org/stable/c/4aa77d5ea9944468e16c3eed15e858fd5de44de1
- https://git.kernel.org/stable/c/6e2848d1c8c0139161e69ac0a94133e90e9988e8
- https://git.kernel.org/stable/c/63559ba8077cbadae1c92a65b73ea522bf377dd9
- https://git.kernel.org/stable/c/ccd811c304d2ee56189bfbc49302cb3c44361893
- https://git.kernel.org/stable/c/8a30da5aa9609663b3e05bcc91a916537f66a4cd
- https://git.kernel.org/stable/c/b08baa75b989cf779cbfa0969681f8ba2dc46569
- https://git.kernel.org/stable/c/498dbd9aea205db9da674994b74c7bf8e18448bd
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.