Lucene search
+L

7627 matches found

EUVD
EUVD
added 2025/12/30 3:30 p.m.13 views

EUVD-2022-55873

In the Linux kernel, the following vulnerability has been resolved: usb: typec: wusb3801: fix fwnode refcount leak in wusb3801probe I got the following report while doing fault injection test: OF: ERROR: memory leak, expected refcount 1 instead of 4, ofnodeget/ofnodeput unbalanced - destroy cset...

6.3AI score0.00258EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/30 1:16 p.m.10 views

CVE-2023-54270

In the Linux kernel, the following vulnerability has been resolved: media: usb: siano: Fix use after free bugs caused by dosubmiturb There are UAF bugs caused by dosubmiturb. One of the KASan reports is shown below: 36.403605 BUG: KASAN: use-after-free in workerthread+0x4a2/0x890 36.406105 Read o...

0.00205EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/30 1:16 p.m.7 views

CVE-2023-54213

In the Linux kernel, the following vulnerability has been resolved: USB: sisusbvga: Add endpoint checks The syzbot fuzzer was able to provoke a WARNING from the sisusbvga driver: ------------ cut here ------------ usb 1-1: BOGUS urb xfer, pipe 3 != type 1 WARNING: CPU: 1 PID: 26 at...

0.00208EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/30 1:16 p.m.13 views

CVE-2023-54299

In the Linux kernel, the following vulnerability has been resolved: usb: typec: bus: verify partner exists in typecaltmodeattention Some usb hubs will negotiate DisplayPort Alt mode with the device but will then negotiate a data role swap after entering the alt mode. The data role swap causes the...

5.7AI score0.00202EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/30 1:15 p.m.10 views

CVE-2022-50829

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: Fix use-after-free in ath9khifusbregincb It is possible that skb is freed in ath9khtcrxmsg, then usbsubmiturb fails and we try to free skb again. It causes use-after-free bug. Moreover, if allocskb fails,...

0.0028EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/30 12:23 p.m.34 views

CVE-2023-54299

CVE-2023-54299 covers a Linux kernel DisplayPort Alt Mode handling bug in usb: typec: bus where a device’s altmode partner is not verified before Attention messages. This can lead to a NULL pointer dereference when the partner’s typec_altmode/typec_altmode_ops are dereferenced after a data role s...

6AI score0.00202EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.7 views

CVE-2023-54299

In the Linux kernel, the following vulnerability has been resolved: usb: typec: bus: verify partner exists in typecaltmodeattention Some usb hubs will negotiate DisplayPort Alt mode with the device but will then negotiate a data role swap after entering the alt mode. The data role swap causes the...

5.3AI score0.00202EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.13 views

CVE-2022-50881

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: Fix use-after-free in ath9khifusbdisconnect This patch fixes a use-after-free in ath9k that occurs in ath9khifusbdisconnect when ath9kdestroywmi is trying to access 'drvpriv' that has already been freed by...

5.5AI score0.00197EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:16 p.m.38 views

CVE-2023-54270 media: usb: siano: Fix use after free bugs caused by do_submit_urb

In the Linux kernel, the following vulnerability has been resolved: media: usb: siano: Fix use after free bugs caused by dosubmiturb There are UAF bugs caused by dosubmiturb. One of the KASan reports is shown below: 36.403605 BUG: KASAN: use-after-free in workerthread+0x4a2/0x890 36.406105 Read o...

0.00205EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:16 p.m.33 views

CVE-2023-54270

CVE-2023-54270 concerns the Linux kernel media: usb: siano driver and describes use-after-free bugs caused by do_submit_urb. The provided reports show a KASAN UAF in worker_thread with a trace and indicate memory allocation/free paths (smsusb_probe/term_device) involved in probe/driver flow. Conn...

6.2AI score0.00205EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:16 p.m.14 views

CVE-2023-54270

In the Linux kernel, the following vulnerability has been resolved: media: usb: siano: Fix use after free bugs caused by dosubmiturb There are UAF bugs caused by dosubmiturb. One of the KASan reports is shown below: 36.403605 BUG: KASAN: use-after-free in workerthread+0x4a2/0x890 36.406105 Read o...

5.8AI score0.00205EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.13 views

CVE-2023-54266

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: m920x: Fix a potential memory leak in m920xi2cxfer 'read' is freed when it is known to be NULL, but not when a read error occurs. Revert the logic to avoid a small leak, should a m920xread call fail...

5.1AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:11 p.m.35 views

CVE-2023-54213

CVE-2023-54213 concerns the Linux kernel USB driver sisusbvga, where the driver probes endpoints without validating their presence or type. The result can provoke a kernel warning from usb_submit_urb and may lead to instability. The published fix is to add a check validating endpoints before use ...

6AI score0.00208EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/30 12:08 p.m.39 views

CVE-2023-54186 usb: typec: altmodes/displayport: fix pin_assignment_show

In the Linux kernel, the following vulnerability has been resolved: usb: typec: altmodes/displayport: fix pinassignmentshow This patch fixes negative indexing of buf array in pinassignmentshow when getcurrentpinassignments returns 0 i.e. no compatible pin assignments are found. BUG: KASAN:...

7.8CVSS0.00147EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 11:10 a.m.10 views

OESA-2025-2883 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved:usb: musb: sunxi: Fix accessing an released usb phyCommit 6ed05c68cbca usb: musb: sunxi: Explicitly release USB PHY onexit will cause that usb phy @glue-xceiv is...

7.8CVSS7AI score0.00351EPSS
SaveExploits0References19
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992229)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992229 advisory. In the Linux kernel, the following vulnerability has been resolved: ath9k: fix use-after-free in ath9khifusbrxcb Syzbot reported use-after-free Read in ath9khifusbrx...

7.8CVSS6.1AI score0.00236EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.19 views

PT-2025-54106

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.4.0-rc1-syzkaller-00016-ga4422ff22142 Description The udlfb driver in the Linux kernel has an issue where it does not properly validate the endpoint type. Specifically, the driver only checks for the existence ...

7.8CVSS6.2AI score0.00954EPSS
SaveExploits2References898
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.9 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-992678)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992678 advisory. In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be...

5.5CVSS6.7AI score0.00182EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:00 a.m.6 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992282)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992282 advisory. In the Linux kernel, the following vulnerability has been resolved: USB: core: Prevent nested device-reset calls Automatic kernel fuzzing revealed a recursive lockin...

5.5CVSS6.1AI score0.00171EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.21 views

PT-2025-54085

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: don't reset device side if dwc3 was configured as host-only Commit c4a5153e87fd "usb: dwc3: core: Power-off core/PHYs on system suspend in host mode" replaces check for HOST only dr mode with current dr role. But durin...

6.4AI score
SaveExploits0References8
Rows per page
Query Builder