Lucene search
+L

2659 matches found

OSV
OSV
added 2024/07/16 1:15 p.m.5 views

DEBIAN-CVE-2022-48836

In the Linux kernel, the following vulnerability has been resolved: Input: aiptek - properly check endpoint type Syzbot reported warning in usbsubmiturb which is caused by wrong endpoint type. There was a check for the number of endpoints, but not for the type of endpoint. Fix it by replacing old...

5.5CVSS5.6AI score0.00242EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/16 1:15 p.m.8 views

UBUNTU-CVE-2022-48836

In the Linux kernel, the following vulnerability has been resolved: Input: aiptek - properly check endpoint type Syzbot reported warning in usbsubmiturb which is caused by wrong endpoint type. There was a check for the number of endpoints, but not for the type of endpoint. Fix it by replacing old...

5.5CVSS6.2AI score0.00242EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/16 12:15 p.m.8 views

UBUNTU-CVE-2022-48822

In the Linux kernel, the following vulnerability has been resolved: usb: ffs: Fix use-after-free for epfile Consider a case where ffsfuncepsdisable is called from ffsfuncdisable as part of composition switch and at the same time ffsepfilerelease get called from userspace. ffsepfilerelease will fr...

7.8CVSS6.3AI score0.00272EPSS
SaveExploits0References10
CNVD
CNVD
added 2024/07/15 12:00 a.m.11 views

NETGEAR RAX30 Information Disclosure Vulnerability

NETGEAR RAX30 is a WiFi 6 router from NETGEAR , supporting dual-band 2.4GHz and 5GHz with a maximum transmission rate of 2400Mbps, three external antenna design, and equipped with a 1.5GHz triple-core processor for simultaneous connection of up to 20 devices. An information disclosure vulnerabili...

4.6CVSS6.2AI score0.00645EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.6 views

DEBIAN-CVE-2024-40927

In the Linux kernel, the following vulnerability has been resolved: xhci: Handle TD clearing for multiple streams case When multiple streams are in use, multiple TDs might be in flight when an endpoint is stopped. We need to issue a Set TR Dequeue Pointer for each, to ensure everything is reset...

7.8CVSS6AI score0.00292EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.15 views

DEBIAN-CVE-2024-40904

In the Linux kernel, the following vulnerability has been resolved: USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages The syzbot fuzzer found that the interrupt-URB completion callback in the cdc-wdm driver was taking too long, and the driver's immediate resubmission of interru...

5.5CVSS5.7AI score0.00291EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/12 1:15 p.m.11 views

UBUNTU-CVE-2024-40903

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix use-after-free case in tcpmregistersourcecaps There could be a potential use-after-free case in tcpmregistersourcecaps. This could happen when: new say invalid source caps are advertised the existing source...

7.8CVSS6.2AI score0.00284EPSS
SaveExploits0References14
OSV
OSV
added 2024/07/12 11:07 a.m.11 views

OESA-2024-1835 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: usb: fix various gadgets null ptr deref on 10gbps cabling. This avoids a null pointer dereference in...

7.8CVSS5.6AI score0.00861EPSS
SaveExploits0References37
Microsoft CVE
Microsoft CVE
added 2024/07/12 7:00 a.m.5 views

USB: core: Fix deadlock in port "disable" sysfs attribute

...

7.8CVSS6.5AI score0.00179EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a memory misreference vulnerability that originates from a confusion in the instructions responsible for freeing memory in the tcpmregistersourcecaps...

7.8CVSS7.2AI score0.00284EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2024/07/08 12:00 a.m.9 views

IBM FlashSystem 5300 安全漏洞

The IBM FlashSystem 5300 is an IBM storage enterprise system from International Business Machines IBM that stores data on flash memory. The IBM FlashSystem 5300 suffers from an authentication error vulnerability that could be exploited by an attacker to cause loss of access to data using a USB po...

4.6CVSS6.7AI score0.00246EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/07/07 12:00 a.m.13 views

PT-2024-28650 · Ibm · Ibm Flashsystem 5300

Name of the Vulnerable Software and Affected Versions: IBM FlashSystem 5300 affected versions not specified Description: The issue allows a user with physical access to the system to use a disabled USB port, potentially causing loss of access to data. This can occur even if the administrator has...

4.6CVSS6.6AI score0.00246EPSS
SaveExploits0References6
BDU FSTEC
BDU FSTEC
added 2024/07/03 12:00 a.m.9 views

The vulnerability of the MICROprogramming software of the SIMATIC CN 4100 communication gateway lies in the absence of an immutable root certificate in the equipment. This allows a malicious actor to gain access to read or write data in the device’s file system.

The vulnerability of the SIMATIC CN 4100 communication gateway’s microprogramming software is related to the absence of an immutable trust root in the equipment. Exploiting this vulnerability can allow attackers to gain access to read or write data in the device’s file system through an unlimited...

7.6CVSS5.5AI score0.00394EPSS
SaveExploits0References3Affected Software1
RedHat Linux
RedHat Linux
added 2024/07/02 9:02 a.m.15 views

kernel: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path

In the Linux kernel, the following vulnerability has been resolved: net/usb: kalmia: Don't pass actlen in usbbulkmsg error path syzbot reported that actlen in kalmiasendinitpacket is uninitialized when passing it to the first usbbulkmsg error path. Jiri Pirko noted that it's pointless to pass it ...

5.5CVSS6.3AI score0.00253EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/07/02 9:02 a.m.9 views

kernel: usb: config: fix iteration issue in 'usb_get_bos_descriptor()'

In the Linux kernel, the following vulnerability has been resolved: usb: config: fix iteration issue in 'usbgetbosdescriptor' The BOS descriptor defines a root descriptor and is the base descriptor for accessing a family of related descriptors. Function 'usbgetbosdescriptor' encounters an iterati...

5.5CVSS6.4AI score0.00241EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/24 11:15 p.m.8 views

SUSE CVE-2024-38628

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: Fix race condition use of controls after free during gadget unbind. Hang on to the control IDs instead of pointers since those are correctly handled with locks...

5.5CVSS6.2AI score0.00181EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2024/06/21 12:00 a.m.10 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel, which stems from a race condition issue in the usb:gadget:uaudio module...

5.5CVSS6.5AI score0.00181EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/06/21 12:00 a.m.12 views

PT-2024-20211 · Sony · Sony Xav-Ax5500

Name of the Vulnerable Software and Affected Versions: Sony XAV-AX5500 affected versions not specified Description: This issue allows physically present attackers to execute arbitrary code on affected installations of Sony XAV-AX5500 devices. Authentication is not required to exploit this issue...

6.8CVSS7.5AI score0.00893EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/06/17 12:00 a.m.11 views

The vulnerability of the disable_{show,store}() functions in the Linux kernel USB driver allows a perpetrator to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the disableshow,store functions in the drivers/usb/core/port.c file of the Linux kernel’s USB driver is related to an infinite waiting loop for resources. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of...

7.8CVSS6.5AI score0.00179EPSS
SaveExploits0References21Affected Software5
BDU FSTEC
BDU FSTEC
added 2024/06/17 12:00 a.m.11 views

The vulnerability of the interface_authorized_store() function in the Linux kernel USB driver allows a perpetrator to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the interfaceauthorizedstore function in the drivers/usb/core/sysfs.c file of the Linux USB driver kernel is related to an infinite wait loop for resources. Exploiting this vulnerability could allow a attacker to compromise the confidentiality, integrity, and accessibility of...

7.8CVSS6.5AI score0.0019EPSS
SaveExploits0References32Affected Software6
Rows per page
Query Builder