Lucene search
+L

18270 matches found

Tenable Nessus
Tenable Nessus
added 2024/07/17 12:00 a.m.121 views

Ubuntu 20.04 LTS / 22.04 LTS : Linux kernel vulnerabilities (USN-6898-2)

The remote Ubuntu 20.04 LTS / 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6898-2 advisory. Ziming Zhang discovered that the DRM driver for VMware Virtual GPU did not properly handle certain error conditions, leading to a NULL pointe...

9.8CVSS7.2AI score0.01413EPSS
SaveExploits1References151
Tenable Nessus
Tenable Nessus
added 2024/07/17 12:00 a.m.97 views

Ubuntu 22.04 LTS : Linux kernel vulnerabilities (USN-6900-1)

The remote Ubuntu 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6900-1 advisory. It was discovered that the ATA over Ethernet AoE driver in the Linux kernel contained a race condition, leading to a use-after-free vulnerability. An...

9.8CVSS7.5AI score0.00846EPSS
SaveExploits1References104
RedhatCVE
RedhatCVE
added 2024/07/16 11:25 p.m.42 views

CVE-2022-48805

In the Linux kernel, the following vulnerability has been resolved: net: usb: ax88179178a: Fix out-of-bounds accesses in RX fixup ax88179rxfixup contains several out-of-bounds accesses that can be triggered by a malicious or defective USB device, in particular: - The metadata array...

7.1CVSS7.6AI score0.00318EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 9:24 p.m.19 views

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...

4.4CVSS7AI score0.00275EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 8:56 p.m.16 views

CVE-2022-48838

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc-dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in devuevent+0x712/0x780 drivers/base/core.c:2320 Read of size 8 at addr ffff88802b934098 ...

5.5CVSS6.8AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 8:56 p.m.22 views

CVE-2022-48837

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndissetresponse If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow...

5.5CVSS7.3AI score0.00257EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 7:25 p.m.30 views

CVE-2023-52886

In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix race by not overwriting udev-descriptor in hubportinit Syzbot reported an out-of-bounds read in sysfs.c:readdescriptors: BUG: KASAN: slab-out-of-bounds in readdescriptors+0x263/0x280 drivers/usb/core/sysfs.c:883 Re...

4.1CVSS7AI score0.00328EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 2:23 p.m.20 views

CVE-2024-40903

A vulnerability was found in the tcpmregistersourcecaps function in the Linux kernel's USB Type-C TCPM component. This issue arises when new, potentially invalid source capabilities are advertised while existing capabilities are unregistered, leading to a use-after-free condition if the...

5.2CVSS8.2AI score0.00284EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/16 2:23 p.m.27 views

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.5CVSS6.9AI score0.00291EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 1:15 p.m.9 views

DEBIAN-CVE-2022-48857

In the Linux kernel, the following vulnerability has been resolved: NFC: port100: fix use-after-free in port100sendcomplete Syzbot reported UAF in port100sendcomplete. The root case is in missing usbkillurb calls on error handling path of -probe function. port100sendcomplete accesses devm allocat...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/16 1:15 p.m.30 views

CVE-2022-48837

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndissetresponse If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow...

7.8CVSS0.00257EPSS
SaveExploits0References8
NVD
NVD
added 2024/07/16 1:15 p.m.35 views

CVE-2022-48838

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc-dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in devuevent+0x712/0x780 drivers/base/core.c:2320 Read of size 8 at addr ffff88802b934098 ...

5.5CVSS0.00235EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/16 1:15 p.m.8 views

DEBIAN-CVE-2022-48837

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndissetresponse If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow...

7.8CVSS5.8AI score0.00257EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/16 1:15 p.m.20 views

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.5CVSS0.00244EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/16 1:15 p.m.11 views

UBUNTU-CVE-2022-48857

In the Linux kernel, the following vulnerability has been resolved: NFC: port100: fix use-after-free in port100sendcomplete Syzbot reported UAF in port100sendcomplete. The root case is in missing usbkillurb calls on error handling path of -probe function. port100sendcomplete accesses devm allocat...

5.5CVSS6.2AI score0.00205EPSS
SaveExploits0References12
OSV
OSV
added 2024/07/16 1:15 p.m.9 views

UBUNTU-CVE-2022-48838

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc-dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in devuevent+0x712/0x780 drivers/base/core.c:2320 Read of size 8 at addr ffff88802b934098 ...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.17 views

CVE-2022-48834

In the Linux kernel, the following vulnerability has been resolved: usb: usbtmc: Fix bug in pipe direction for control transfers The syzbot fuzzer reported a minor bug in the usbtmc driver: usb 5-1: BOGUS control dir, pipe 80001e80 doesn't match bRequestType 0 WARNING: CPU: 0 PID: 3813 at...

7.8CVSS6.2AI score0.00262EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.16 views

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.4AI score0.00244EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.27 views

CVE-2022-48838

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc-dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in devuevent+0x712/0x780 drivers/base/core.c:2320 Read of size 8 at addr ffff88802b934098 ...

5.5CVSS5.8AI score0.00235EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/07/16 1:15 p.m.21 views

CVE-2022-48837

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndissetresponse If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow...

7.8CVSS6.5AI score0.00257EPSS
SaveExploits0References10
Rows per page
Query Builder