[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"repo-stars":3,"vuln-DEBIAN-CVE-2022-49943":6},{"stargazers_count":4,"fetched_at":5},7,"2026-06-04T08:53:30.047Z",{"id":7,"descriptions":8,"cisa":9,"weaknesses":10,"exploits":11,"aliases":12,"duplicate_of":9,"upstream":13,"downstream":16,"duplicates":17,"related":18,"reserved_at":9,"published_at":19,"modified_at":20,"state":9,"summary":21,"references_raw":23,"kevs":30,"epss":9,"epss_history":31,"metrics":32,"affected":39},"DEBIAN-CVE-2022-49943","In the Linux kernel, the following vulnerability has been resolved:  USB: gadget: Fix obscure lockdep violation for udc_mutex  A recent commit expanding the scope of the udc_lock mutex in the gadget core managed to cause an obscure and slightly bizarre lockdep violation.  In abbreviated form:  ====================================================== WARNING: possible circular locking dependency detected 5.19.0-rc7+ #12510 Not tainted ------------------------------------------------------ udevadm/312 is trying to acquire lock: ffff80000aae1058 (udc_lock){+.+.}-{3:3}, at: usb_udc_uevent+0x54/0xe0  but task is already holding lock: ffff000002277548 (kn->active#4){++++}-{0:0}, at: kernfs_seq_start+0x34/0xe0  which lock already depends on the new lock.  the existing dependency chain (in reverse order) is:  -> #3 (kn->active#4){++++}-{0:0}:         lock_acquire+0x68/0x84         __kernfs_remove+0x268/0x380         kernfs_remove_by_name_ns+0x58/0xac         sysfs_remove_file_ns+0x18/0x24         device_del+0x15c/0x440  -> #2 (device_links_lock){+.+.}-{3:3}:         lock_acquire+0x68/0x84         __mutex_lock+0x9c/0x430         mutex_lock_nested+0x38/0x64         device_link_remove+0x3c/0xa0         _regulator_put.part.0+0x168/0x190         regulator_put+0x3c/0x54         devm_regulator_release+0x14/0x20  -> #1 (regulator_list_mutex){+.+.}-{3:3}:         lock_acquire+0x68/0x84         __mutex_lock+0x9c/0x430         mutex_lock_nested+0x38/0x64         regulator_lock_dependent+0x54/0x284         regulator_enable+0x34/0x80         phy_power_on+0x24/0x130         __dwc2_lowlevel_hw_enable+0x100/0x130         dwc2_lowlevel_hw_enable+0x18/0x40         dwc2_hsotg_udc_start+0x6c/0x2f0         gadget_bind_driver+0x124/0x1f4  -> #0 (udc_lock){+.+.}-{3:3}:         __lock_acquire+0x1298/0x20cc         lock_acquire.part.0+0xe0/0x230         lock_acquire+0x68/0x84         __mutex_lock+0x9c/0x430         mutex_lock_nested+0x38/0x64         usb_udc_uevent+0x54/0xe0  Evidently this was caused by the scope of udc_mutex being too large. The mutex is only meant to protect udc->driver along with a few other things.  As far as I can tell, there's no reason for the mutex to be held while the gadget core calls a gadget driver's ->bind or ->unbind routine, or while a UDC is being started or stopped.  (This accounts for link #1 in the chain above, where the mutex is held while the dwc2_hsotg_udc is started as part of driver probing.)  Gadget drivers' ->disconnect callbacks are problematic.  Even though usb_gadget_disconnect() will now acquire the udc_mutex, there's a window in usb_gadget_bind_driver() between the times when the mutex is released and the ->bind callback is invoked.  If a disconnect occurred during that window, we could call the driver's ->disconnect routine before its ->bind routine.  To prevent this from happening, it will be necessary to prevent a UDC from connecting while it has no gadget driver.  This should be done already but it doesn't seem to be; currently usb_gadget_connect() has no check for this.  Such a check will have to be added later.  Some degree of mutual exclusion is required in soft_connect_store(), which can dereference udc->driver at arbitrary times since it is a sysfs callback.  The solution here is to acquire the gadget's device lock rather than the udc_mutex.  Since the driver core guarantees that the device lock is always held during driver binding and unbinding, this will make the accesses in soft_connect_store() mutually exclusive with any changes to udc->driver.  Lastly, it turns out there is one place which should hold the udc_mutex but currently does not: The function_show() routine needs protection while it dereferences udc->driver.  The missing lock and unlock calls are added.",null,[],[],[],[14],{"_key":15},"CVE-2022-49943",[],[],[],"2025-06-18T11:15:21.267Z","2026-04-28T20:25:24.072553Z",{"cisa_kev":22,"cisa_ransomware":22,"cisa_vendor":9,"epss_severity":9,"epss_score":9,"severity":9,"severity_score":9,"severity_version":9,"severity_source":9,"severity_vector":9,"severity_status":9},false,[24],{"url":25,"sources":26,"tags":28},"https://security-tracker.debian.org/tracker/CVE-2022-49943",[27],"osv_debian",[29],"Advisory",[],[],[33],{"source":27,"cvss_v2_0":9,"cvss_v3_0":9,"cvss_v3_1":34,"cvss_v4_0":9},{"baseScore":35,"baseSeverity":9,"vectorString":36,"impactScore":37,"exploitabilityScore":38},5.5,"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",6,4.6,[40],{"ecosystem":41,"name":42,"vendor":43,"product":42,"cpe_part":9,"purl_type":44,"purl_namespace":43,"purl_name":42,"source":9,"versions":45},"Debian","linux","debian","deb",[46,52,53],{"version":47,"is_range":48,"range_type":49,"version_start":9,"version_start_type":9,"version_end":50,"version_end_type":51,"fixed_in":9},"lt6_0_2_1",true,"ecosystem","6.0.2-1","excluding",{"version":47,"is_range":48,"range_type":49,"version_start":9,"version_start_type":9,"version_end":50,"version_end_type":51,"fixed_in":9},{"version":47,"is_range":48,"range_type":49,"version_start":9,"version_start_type":9,"version_end":50,"version_end_type":51,"fixed_in":9}]