lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1764065838.git.duoming@zju.edu.cn>
Date: Tue, 25 Nov 2025 18:36:25 +0800
From: Duoming Zhou <duoming@....edu.cn>
To: linux-usb@...r.kernel.org
Cc: gregkh@...uxfoundation.org,
	heikki.krogerus@...ux.intel.com,
	mitltlatltl@...il.com,
	linux-kernel@...r.kernel.org,
	sergei.shtylyov@...il.com,
	Duoming Zhou <duoming@....edu.cn>
Subject: [PATCH v2 0/2] usb: typec: ucsi: Fixes for Huawei Matebook E Go UCSI driver

This patch series addresses two critical issues in the Huawei Matebook E Go
UCSI driver that were preventing proper functionality and causing potential
use-after-free scenarios.

The first patch fixes a probe failure by adding the missing poll_cci to the
UCSI operations structure, which is required by the UCSI core for proper
initialization.

The second patch resolves use-after-free vulnerabilities where a delayed
work item could access freed memory after device or module removal, by
ensuring proper cancellation of the work item in gaokun_ucsi_remove().

Duoming Zhou (2):
  usb: typec: ucsi: fix probe failure in gaokun_ucsi_probe()
  usb: typec: ucsi: fix use-after-free caused by uec->work

 drivers/usb/typec/ucsi/ucsi_huawei_gaokun.c | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ