Lucene search
+L

669205 matches found

RedHat Linux
RedHat Linux
•added 2026/09/14 7:43 p.m.•13 views

rsync: rsync: Denial of Service via Algorithmic Complexity

A flaw was found in rsync. A remote attacker can exploit an algorithmic complexity vulnerability within the hashsearch function by sending a specially crafted file list. This can lead to the exhaustion of the receiver's CPU resources, causing a sustained denial of service DoS...

8.7CVSS6.5AI score0.0075EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/14 7:43 p.m.•10 views

rsync: rsync: Memory corruption via crafted file entries

A flaw was found in rsync. This out-of-bounds write vulnerability allows attackers to corrupt memory by triggering specific processing on specially crafted file entries when hard-link preservation is not active. This can lead to denial of service or other unpredictable system behavior...

8.8CVSS6.5AI score0.00541EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/14 7:43 p.m.•14 views

rsync: rsync: Heap Out-of-Bounds Write via crafted argument list

A flaw was found in rsync. A remote attacker could exploit an out-of-bounds write vulnerability in the readargs function by sending a specially crafted argument list. This could lead to corruption of adjacent memory, potentially causing a denial of service or, in some cases, arbitrary code...

8.8CVSS7.3AI score0.00541EPSS
SaveExploits0References7
CVE
CVE
•added 2026/09/14 7:40 p.m.•32 views

CVE-2026-17463

IBM Db2 for Linux, UNIX, and Windows (including DB2 Connect Server) versions 11.5.0–11.5.9 and 12.1.0–12.1.5 are vulnerable to a denial of service caused by uncontrolled resource consumption (CWE-400). The CVSS 3.1 score is 6.5 (Medium) , requiring a remote authenticated attacker with low privile...

6.5CVSS5.8AI score0.00345EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/14 7:40 p.m.•39 views

CVE-2026-17463 IBM® Db2® could allow a remote authenticated attacker to cause a denial of service due to uncontrolled resource consumption

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.5 for Linux, UNIX and Windows includes DB2 Connect Server could allow a remote authenticated attacker to cause a denial of service due to uncontrolled resource consumption...

6.5CVSS0.00345EPSS
SaveExploits0References1
EUVD
EUVD
•added 2026/09/14 7:40 p.m.•7 views

EUVD-2026-77784

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.5 for Linux, UNIX and Windows includes DB2 Connect Server could allow a remote authenticated attacker to cause a denial of service due to uncontrolled resource consumption...

6.5CVSS5.8AI score0.00345EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
•added 2026/09/14 7:40 p.m.•7 views

CVE-2026-17463 IBM® Db2® could allow a remote authenticated attacker to cause a denial of service due to uncontrolled resource consumption

IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.5 for Linux, UNIX and Windows includes DB2 Connect Server could allow a remote authenticated attacker to cause a denial of service due to uncontrolled resource consumption...

6.5CVSS5.8AI score0.00345EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/14 7:33 p.m.•19 views

CVE-2026-16148

CVE-2026-16148 affects the ITE it82xx2 USB device-controller driver in Zephyr RTOS (drivers/usb/udc/udc_it82xx2.c). The root cause is that k_work_init_delayable() is called inside it82xx2_enable(), which unconditionally overwrites the delayable work structure without a busy check . Because it82xx...

4.6CVSS5.7AI score0.00167EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/14 7:33 p.m.•12 views

CVE-2026-16148 Kernel panic in the it82xx2 USB device controller driver via re-initialization of a busy delayable work item

The ITE it82xx2 USB device-controller driver initialized its bus-suspend detection work with kworkinitdelayable&priv-suspendedwork, suspendedhandler inside it82xx2enable the driver's .enable op in drivers/usb/udc/udcit82xx2.c. This work item is scheduled essentially continuously while the USB bus...

4.6CVSS5.7AI score
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/14 7:33 p.m.•37 views

CVE-2026-16148 Kernel panic in the it82xx2 USB device controller driver via re-initialization of a busy delayable work item

The ITE it82xx2 USB device-controller driver initialized its bus-suspend detection work with kworkinitdelayable&priv-suspendedwork, suspendedhandler inside it82xx2enable the driver's .enable op in drivers/usb/udc/udcit82xx2.c. This work item is scheduled essentially continuously while the USB bus...

4.6CVSS0.00167EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/09/14 7:33 p.m.•9 views

CVE-2026-16148 Kernel panic in the it82xx2 USB device controller driver via re-initialization of a busy delayable work item

The ITE it82xx2 USB device-controller driver initialized its bus-suspend detection work with kworkinitdelayable&priv-suspendedwork, suspendedhandler inside it82xx2enable the driver's .enable op in drivers/usb/udc/udcit82xx2.c. This work item is scheduled essentially continuously while the USB bus...

4.6CVSS5.7AI score0.00167EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/09/14 7:33 p.m.•6 views

CVE-2026-15924 Use-after-free / double-free from unsynchronized concurrent access to the TLS client session cache in Zephyr sockets

Zephyr's TLS socket layer in subsys/net/lib/sockets/socketstls.c keeps a single process-global array, clientcache, of cached client sessions that is shared by every TLS socket context. The functions that mutate and read it — tlssessionsave, tlssessionget, tlssessioncachereset, and the settings...

5.9CVSS6.8AI score0.00308EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/14 7:33 p.m.•33 views

CVE-2026-15924 Use-after-free / double-free from unsynchronized concurrent access to the TLS client session cache in Zephyr sockets

Zephyr's TLS socket layer in subsys/net/lib/sockets/socketstls.c keeps a single process-global array, clientcache, of cached client sessions that is shared by every TLS socket context. The functions that mutate and read it — tlssessionsave, tlssessionget, tlssessioncachereset, and the settings...

5.9CVSS0.00308EPSS
SaveExploits0References2
OSV
OSV
•added 2026/09/14 7:33 p.m.•10 views

CVE-2026-15924 Use-after-free / double-free from unsynchronized concurrent access to the TLS client session cache in Zephyr sockets

Zephyr's TLS socket layer in subsys/net/lib/sockets/socketstls.c keeps a single process-global array, clientcache, of cached client sessions that is shared by every TLS socket context. The functions that mutate and read it — tlssessionsave, tlssessionget, tlssessioncachereset, and the settings...

5.9CVSS6.8AI score
SaveExploits0References5
CVE
CVE
•added 2026/09/14 7:33 p.m.•10 views

CVE-2026-15924

Zephyr RTOS TLS socket layer contains a use-after-free and double-free vulnerability in the process-global client_cache array shared across all TLS socket contexts. The root cause is that the per-socket mutex (ctx->lock) provides no mutual exclusion between different sockets concurrently acces...

5.9CVSS6.8AI score0.00308EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/09/14 7:33 p.m.•8 views

EUVD-2026-77776

Zephyr's TLS socket layer in subsys/net/lib/sockets/socketstls.c keeps a single process-global array, clientcache, of cached client sessions that is shared by every TLS socket context. The functions that mutate and read it — tlssessionsave, tlssessionget, tlssessioncachereset, and the settings...

5.9CVSS6.8AI score0.00308EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
•added 2026/09/14 7:33 p.m.•9 views

rsync: rsync: Arbitrary file deletion via malicious file list

An improper path handling vulnerability in rsync allows a remote attacker to delete arbitrary files on the receiving system. By sending a specially crafted file list during synchronization, an attacker can expand the scope of --delete operations beyond the target directory, potentially causing a...

8.1CVSS6.8AI score0.0054EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/14 7:33 p.m.•13 views

rsync: rsync: Memory corruption via out-of-bounds write in size parsing

An out-of-bounds write vulnerability in rsync's parsesizearg function allows a remote attacker to cause memory corruption. The flaw is triggered when snprintf truncates a formatted size string, resulting in an incorrect memory array index. Exploitation can lead to a denial of service and...

8.3CVSS6.8AI score0.00522EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/14 7:33 p.m.•11 views

rsync: rsync: Memory corruption via crafted file entries

A flaw was found in rsync. This out-of-bounds write vulnerability allows attackers to corrupt memory by triggering specific processing on specially crafted file entries when hard-link preservation is not active. This can lead to denial of service or other unpredictable system behavior...

8.8CVSS6.5AI score0.00541EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
•added 2026/09/14 7:33 p.m.•9 views

rsync: rsync: Heap Out-of-Bounds Write via crafted argument list

A flaw was found in rsync. A remote attacker could exploit an out-of-bounds write vulnerability in the readargs function by sending a specially crafted argument list. This could lead to corruption of adjacent memory, potentially causing a denial of service or, in some cases, arbitrary code...

8.8CVSS7.3AI score0.00541EPSS
SaveExploits0References7
Rows per page
Query Builder