{"id":"AZL-101504","summary":"CVE-2026-89891 affecting package kernel 6.6.150.1-1","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: em28xx: fix use-after-free of dev_next-\u003edevlist on disconnect\n\nWhen a device with has_dual_ts=1 is probed and the is_audio_only path\nis taken, both dev and dev-\u003edev_next are added to the global\nem28xx_devlist via em28xx_init_extension(). However, during disconnect,\nem28xx_close_extension(dev) only calls list_del(&dev-\u003edevlist), leaving\ndev-\u003edev_next-\u003edevlist still linked in the global list. When dev_next is\nsubsequently freed via kref_put(), its devlist entry becomes a dangling\npointer in em28xx_devlist. The next device probe that calls\nem28xx_init_extension() triggers a list corruption BUG when list_add_tail\ndetects the freed node.\n\nThis bug was exposed by commit a368ecde8a50 (\"USB: core: Fix duplicate\nendpoint bug by clearing reserved bits in the descriptor\") which clears\nreserved bits in bEndpointAddress during endpoint parsing. This causes\nfuzzed endpoint addresses like 0xf3 to be normalized to 0x83, which\nem28xx interprets as a vendor audio endpoint, enabling the\nis_audio_only + has_dual_ts code path that was previously unreachable\nwith such descriptors.\n\nFix this by removing dev-\u003edev_next-\u003edevlist from the global list in\nem28xx_close_extension() before the device is freed.","modified":"2026-09-19T05:33:49Z","published":"2026-09-16T11:16:57Z","upstream":["CVE-2026-89891"],"references":[{"type":"WEB","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89891"}],"affected":[{"package":{"name":"kernel","ecosystem":"Azure Linux:3","purl":"pkg:rpm/azure-linux/kernel"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"last_affected":"6.6.150.1-1"}]}],"database_specific":{"source":"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-101504.json"}}],"schema_version":"1.9.0"}