Unknown
CVE-2024-50269
CVE ID
AttackerKB requires a CVE ID in order to pull vulnerability data and references from the CVE list and the National Vulnerability Database. If available, please supply below:
Add References:
Unknown
(0 users assessed)Unknown
(0 users assessed)Unknown
Unknown
Unknown
CVE-2024-50269
MITRE ATT&CK
Collection
Command and Control
Credential Access
Defense Evasion
Discovery
Execution
Exfiltration
Impact
Initial Access
Lateral Movement
Persistence
Privilege Escalation
Topic Tags
Description
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().
Add Assessment
No one has assessed this topic. Be the first to add your voice to the community.
CVSS V3 Severity and Metrics
General Information
Vendors
- Linux
Products
- Linux
References
Miscellaneous
Additional Info
Technical Analysis
Report as Emergent Threat Response
Report as Exploited in the Wild
CVE ID
AttackerKB requires a CVE ID in order to pull vulnerability data and references from the CVE list and the National Vulnerability Database. If available, please supply below: