Lucene search
+L

18326 matches found

RedhatCVE
RedhatCVE
added 2024/05/14 11:56 p.m.27 views

CVE-2023-52655

A vulnerability was found in the Linux kernel's usb: aqc111 driver. The issue involves inadequate packet handling, which could lead to incorrect limit enforcement. Mitigation Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product...

5.5CVSS9AI score0.00274EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/14 4:17 p.m.20 views

CVE-2024-32742

A vulnerability has been identified in SIMATIC CN 4100 All versions V3.0. The affected device contains an unrestricted USB port. An attacker with local access to the device could potentially misuse the port for booting another operating system and gain complete read/write access to the filesystem...

7.6CVSS7.6AI score0.00394EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/14 2:23 p.m.4 views

DEBIAN-CVE-2023-52655

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

5.5CVSS5.3AI score0.00274EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/14 2:23 p.m.24 views

CVE-2023-52655

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

5.5CVSS6.5AI score0.00274EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/14 2:23 p.m.17 views

CVE-2023-52655

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

5.5CVSS5.9AI score0.00274EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/14 2:23 p.m.12 views

UBUNTU-CVE-2023-52655

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

5.5CVSS5.8AI score0.00274EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/05/14 10:02 a.m.15 views

CVE-2024-32742

A vulnerability has been identified in SIMATIC CN 4100 All versions V3.0. The affected device contains an unrestricted USB port. An attacker with local access to the device could potentially misuse the port for booting another operating system and gain complete read/write access to the filesystem...

7.6CVSS6.8AI score0.00394EPSS
SaveExploits0References1
CVE
CVE
added 2024/05/14 10:02 a.m.70 views

CVE-2024-32742

Affected product: Siemens SIMATIC CN 4100 (all versions

7.6CVSS6.6AI score0.00394EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/05/14 10:02 a.m.25 views

CVE-2024-32742

A vulnerability has been identified in SIMATIC CN 4100 All versions V3.0. The affected device contains an unrestricted USB port. An attacker with local access to the device could potentially misuse the port for booting another operating system and gain complete read/write access to the filesystem...

7.6CVSS7.5AI score0.00394EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/14 3:34 a.m.18 views

SUSE CVE-2023-52655

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

6.6CVSS6.2AI score0.00274EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2024/05/14 12:00 a.m.8 views

PT-2024-3920 · Microsoft · Windows Mobile Broadband Driver +1

Name of the Vulnerable Software and Affected Versions: Windows Mobile Broadband Driver versions prior to Server 2022 23H2 Description: The issue is related to an integer overflow in the Windows Mobile Broadband Driver, which can be exploited by connecting a malicious USB device, allowing remote...

7.2CVSS8.1AI score0.00932EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/13 10:20 a.m.18 views

CVE-2023-52655 usb: aqc111: check packet for fixup for true limit

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

6.8AI score0.00274EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/13 10:20 a.m.33 views

CVE-2023-52655 usb: aqc111: check packet for fixup for true limit

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

6.7AI score0.00274EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/13 10:20 a.m.110 views

CVE-2023-52655

The CVE-2023-52655 issue affects the Linux kernel usb aqc111 driver. Root cause: when a device sends a packet with a length between 0 and sizeof(u64), the length passed to skb_trim() wraps to a very large value due to an incorrect check against 0. The driver currently validates against 0 instead ...

5.5CVSS6.7AI score0.00274EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/05/13 10:20 a.m.38 views

CVE-2023-52655

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

5.5CVSS7.1AI score0.00274EPSS
SaveExploits0
OSV
OSV
added 2024/05/13 10:20 a.m.14 views

CVE-2023-52655 usb: aqc111: check packet for fixup for true limit

In the Linux kernel, the following vulnerability has been resolved: usb: aqc111: check packet for fixup for true limit If a device sends a packet that is inbetween 0 and sizeofu64 the value passed to skbtrim as length will wrap around ending up as some very large value. The driver will then proce...

5.8AI score
SaveExploits0References9
Oracle linux
Oracle linux
added 2024/05/13 12:00 a.m.54 views

Unbreakable Enterprise kernel security update

4.14.35-2047.536.5 - mmc: core: Fix switch on gp3 partition Dominique Martinet - Revert 'Revert 'md/raid5: Wait for MDSBCHANGEPENDING in raid5d'' Song Liu - mm/memory-failure: fix an incorrect use of tail pages Liu Shixin - Revert 'x86/mm/identmap: Use gbpages only where full GB page should be...

7.8CVSS7.6AI score0.28058EPSS
SaveExploits16
OSV
OSV
added 2024/05/11 11:07 a.m.13 views

OESA-2024-1570 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix scsimodesense buffer length handling Several problems exist with scsimodesense buffer length handling: 1 The allocation length field of the MODE...

7.5CVSS6.7AI score0.00252EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:00 a.m.29 views

RHEL 7 : gdisk (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 7 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - gdisk: possible out-of-bounds-write in ReadLogicalParts of basicmbr.cc CVE-2021-0308 - In...

7.1AI score0.00436EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/05/11 12:00 a.m.18 views

RHEL 6 : libmtp (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 6 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - libmtp: Integer overflow in ptpunpackOPL function CVE-2017-9832 - An integer overflow vulnerability in th...

7.5AI score0.00855EPSS
SaveExploits0References2
Rows per page
Query Builder