Lucene search
+L

1437 matches found

CVE
CVE
added 2025/05/09 6:45 a.m.164 views

CVE-2025-37881

In CVE-2025-37881, the Linux kernel USB gadget aspeed driver (ast_vhub_init_dev) fixes a NULL pointer dereference by adding a NULL check for d->name (returned by devm_kasprintf). The issue could occur if devm_kasprintf() returns NULL, potentially leading to a crash. The patch, which references...

5.5CVSS6.4AI score0.00292EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/05/09 6:45 a.m.25 views

CVE-2025-37881 usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

0.00292EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/09 6:45 a.m.13 views

CVE-2025-37881 usb: gadget: aspeed: Add NULL pointer check in ast_vhub_init_dev()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: aspeed: Add NULL pointer check in astvhubinitdev The variable d-name, returned by devmkasprintf, could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to the fix in...

6.1AI score
SaveExploits0References13
OSV
OSV
added 2025/05/08 7:15 a.m.10 views

DEBIAN-CVE-2025-37810

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: check that event count does not exceed event buffer length The event count is read from register DWC3GEVNTCOUNT. There is a check for the count being zero, but not for exceeding the event buffer length. Check...

7.8CVSS5.9AI score0.00216EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/05/08 12:00 a.m.10 views

PT-2025-20339

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue is related to the USB gadget functionality, specifically in the dwc3 driver. The problem occurs when the event count read...

7.8CVSS6.8AI score0.00216EPSS
SaveExploits0
OSV
OSV
added 2025/05/07 10:33 a.m.18 views

USN-7496-5 linux-azure-fips vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Block layer subsystem; - Character device driver; - Hardware crypto device drivers; - GPU drivers; - Media drivers;...

9.8CVSS6.7AI score0.00725EPSS
SaveExploits3References34
OSV
OSV
added 2025/05/07 10:22 a.m.13 views

USN-7496-4 linux-azure vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Block layer subsystem; - Character device driver; - Hardware crypto device drivers; - GPU drivers; - Media drivers;...

9.8CVSS6.7AI score0.00725EPSS
SaveExploits3References34
OSV
OSV
added 2025/05/07 7:38 a.m.22 views

USN-7496-2 linux-aws-fips, linux-fips, linux-gcp-fips vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Block layer subsystem; - Character device driver; - Hardware crypto device drivers; - GPU drivers; - Media drivers;...

9.8CVSS6.7AI score0.00725EPSS
SaveExploits3References34
OSV
OSV
added 2025/05/07 7:22 a.m.15 views

USN-7496-1 linux, linux-aws, linux-aws-hwe, linux-gcp, linux-gcp-4.15, linux-hwe, linux-kvm, linux-oracle vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - Block layer subsystem; - Character device driver; - Hardware crypto device drivers; - GPU drivers; - Media drivers;...

9.8CVSS6.7AI score0.00725EPSS
SaveExploits3References34
OSV
OSV
added 2025/05/05 9:36 p.m.35 views

CLSA-2025-1746479711 kernel-uek: Fix of 218 CVEs

sctp: sysctl: authenable: avoid using current-nsproxy - sctp: sysctl: cookiehmacalg: avoid using current-nsproxy CVE-2025-21640 - bpf: Use preemptcount directly in bpfsendsignalcommon - Revert "sctp: sysctl: cookiehmacalg: avoid using current-nsproxy" - jfs: fix slab-out-of-bounds read in eaget -...

9.8CVSS7AI score0.36848EPSS
SaveExploits3References1
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:00 a.m.8 views

usb: gadget: f_tcm: Don't free command immediately

...

7.8CVSS7.5AI score0.0024EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/04 4:17 p.m.15 views

CVE-2023-53045

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: don't let userspace block driver unbind In the unbind callback for fuac1 and fuac2, a call to sndcardfree via gaudiocleanup will disconnect the card and then wait for all resources to be released, which happe...

7AI score0.00144EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.10 views

SUSE CVE-2023-53045

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: don't let userspace block driver unbind In the unbind callback for fuac1 and fuac2, a call to sndcardfree via gaudiocleanup will disconnect the card and then wait for all resources to be released, which happe...

5.5CVSS6.5AI score0.00144EPSS
SaveExploits0References10
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.10 views

CVE-2023-53045

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: don't let userspace block driver unbind In the unbind callback for fuac1 and fuac2, a call to sndcardfree via gaudiocleanup will disconnect the card and then wait for all resources to be released, which happe...

5.5CVSS6.1AI score0.00144EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.9 views

UBUNTU-CVE-2023-53045

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: don't let userspace block driver unbind In the unbind callback for fuac1 and fuac2, a call to sndcardfree via gaudiocleanup will disconnect the card and then wait for all resources to be released, which happe...

5.5CVSS6.1AI score0.00144EPSS
SaveExploits0References11
OSV
OSV
added 2025/04/17 2:37 p.m.7 views

SUSE-SU-2025:20192-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52927: netfilter: allow exp not to be removed in nfctfindexpectation bsc1239644. - CVE-2024-26708: mptcp: fix inconsistent state on fastopen race...

10CVSS7.2AI score0.36848EPSS
SaveExploits8References799
SUSE Linux
SUSE Linux
added 2025/04/17 2:34 p.m.8 views

Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52927: netfilter: allow exp not to be removed in nfctfindexpectation bsc1239644. CVE-2024-26708: mptcp: fix inconsistent state on fastopen race...

8.6CVSS7.6AI score0.36848EPSS
SaveExploits8References1614
SUSE Linux
SUSE Linux
added 2025/04/17 10:48 a.m.5 views

Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52927: netfilter: allow exp not to be removed in nfctfindexpectation bsc1239644. CVE-2024-26708: mptcp: fix inconsistent state on fastopen race...

8.6CVSS7.8AI score0.36848EPSS
SaveExploits8References1286
SUSE Linux
SUSE Linux
added 2025/04/17 10:19 a.m.7 views

Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2023-52927: netfilter: allow exp not to be removed in nfctfindexpectation bsc1239644. CVE-2024-26708: mptcp: fix inconsistent state on fastopen race...

8.6CVSS7.8AI score0.36848EPSS
SaveExploits8References1286
OSV
OSV
added 2025/04/17 9:25 a.m.6 views

SUSE-SU-2025:20260-1 Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-52927: netfilter: allow exp not to be removed in nfctfindexpectation bsc1239644. - CVE-2024-26708: mptcp: fix inconsistent state on fastopen...

10CVSS7.2AI score0.36848EPSS
SaveExploits8References636
Rows per page
Query Builder