Lucene search
+L

56 matches found

OSV
OSV
added 2026/08/13 10:17 p.m.7 views

AZL-96644 CVE-2026-56853 affecting package golang 1.25.12-1

When a server is configured to support unencrypted HTTP/2, it reads a few bytes from each new connection to see if they contain the HTTP/2 client preface. ReadHeaderTimeout is unexpectedly not being applied when doing this...

7.5CVSS6AI score0.00568EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 3:20 p.m.7 views

CVE-2026-70464

rsync daemon 2.0.0 before 3.5.0 contains a denial of service vulnerability that allows unauthenticated remote attackers to exhaust daemon connection slots by stalling the handshake process before or after module selection without triggering the I/O timeout. Attackers can open many simultaneous...

8.7CVSS0.00573EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/13 3:20 p.m.11 views

CVE-2026-70462

rsync 3.1.0 before 3.5.0 contains a signed integer overflow vulnerability in the I/O timeout implementation that allows attackers to permanently disable connection timeouts by injecting MSGIOTIMEOUT messages carrying non-positive zero or negative values. Attackers can craft malicious MSGIOTIMEOUT...

7.1CVSS0.00259EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/08/13 2:42 p.m.7 views

CVE-2026-70462

rsync 3.1.0 before 3.5.0 contains a signed integer overflow vulnerability in the I/O timeout implementation that allows attackers to permanently disable connection timeouts by injecting MSGIOTIMEOUT messages carrying non-positive zero or negative values. Attackers can craft malicious MSGIOTIMEOUT...

7.1CVSS5.3AI score0.00259EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/13 2:42 p.m.41 views

CVE-2026-70462

CVE-2026-70462 affects rsync 3.1.0 prior to 3.5.0. The vulnerability is a signed integer overflow in the I/O timeout implementation triggered by crafted MSG_IO_TIMEOUT messages carrying non-positive values. This can wrap the timeout variable to a non-positive value, preventing the timeout check f...

7.1CVSS5.3AI score0.00259EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/13 2:42 p.m.29 views

CVE-2026-70462 rsync 3.1.0 < 3.5.0 Signed Integer Overflow via MSG_IO_TIMEOUT

rsync 3.1.0 before 3.5.0 contains a signed integer overflow vulnerability in the I/O timeout implementation that allows attackers to permanently disable connection timeouts by injecting MSGIOTIMEOUT messages carrying non-positive zero or negative values. Attackers can craft malicious MSGIOTIMEOUT...

7.1CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/13 2:41 p.m.60 views

CVE-2026-70464 rsync 2.0.0 < 3.5.0 Connection Slot Exhaustion DoS via Handshake Stall

rsync daemon 2.0.0 before 3.5.0 contains a denial of service vulnerability that allows unauthenticated remote attackers to exhaust daemon connection slots by stalling the handshake process before or after module selection without triggering the I/O timeout. Attackers can open many simultaneous...

8.7CVSS0.00573EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/13 12:00 a.m.5 views

PT-2026-71664

Name of the Vulnerable Software and Affected Versions rsync daemon versions 2.0.0 through 3.4.9 Description A denial of service issue exists that allows unauthenticated remote attackers to exhaust daemon connection slots. This is achieved by stalling the handshake process either before or after...

8.7CVSS5.2AI score0.00573EPSS
SaveExploits0References103
OSV
OSV
added 2026/07/13 3:35 p.m.10 views

PYSEC-2026-2400 BoxLite has a Timeout Bypass Vulnerability

Summary BoxLite is a sandbox service that allows users to create lightweight virtual machines Boxes and run OCI containers within them. BoxLite allows users to configure a timeout for services running inside the virtual machine. When the timeout is triggered, BoxLite sends a signal to kill the...

6.5CVSS6.1AI score0.00268EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/06/10 11:12 p.m.14 views

Improper Resource Shutdown or Release

Overview @boxlite-ai/boxlite is a BoxLite - Embeddable micro-VM runtime for secure, isolated code execution Affected versions of this package are vulnerable to Improper Resource Shutdown or Release due to improper handling of process termination signals in the timeout mechanism by using the...

7.1CVSS5.4AI score0.00268EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/10 11:12 p.m.23 views

Improper Resource Shutdown or Release

Overview boxlite is a Python bindings for Boxlite runtime Affected versions of this package are vulnerable to Improper Resource Shutdown or Release due to improper handling of process termination signals in the timeout mechanism by using the catchable SIGALRM signal instead of the uncatchable...

7.1CVSS5.4AI score0.00268EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/10 11:12 p.m.12 views

Improper Resource Shutdown or Release

Overview Affected versions of this package are vulnerable to Improper Resource Shutdown or Release due to improper handling of process termination signals in the timeout mechanism by using the catchable SIGALRM signal instead of the uncatchable SIGKILL signal. An attacker can cause resource...

7.1CVSS6AI score0.00268EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/10 10:20 p.m.76 views

CVE-2026-47213

Summary (CVE-2026-47213 / BoxLite) BoxLite’s execution timeout mechanism is vulnerable due to sending SIGALRM (catchable) to terminate a timed process instead of SIGKILL (uncatchable). The Timeout watcher invokes a sleep, then calls kill with SIGALRM, while the code comments indicate SIGKILL shou...

6.5CVSS5.5AI score0.00268EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/06/10 10:20 p.m.12 views

CVE-2026-47213 BoxLite: Timeout Bypass Vulnerability

Boxlite is a sandbox service that allows users to create lightweight virtual machines Boxes and launch OCI containers within them to run untrusted code. In versions 0.8.2 and prior, Boxlite allows users to configure a timeout for services running inside the virtual machine. When the timeout is...

6.5CVSS5.5AI score0.00268EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/10 10:20 p.m.12 views

CVE-2026-47213 BoxLite: Timeout Bypass Vulnerability

Boxlite is a sandbox service that allows users to create lightweight virtual machines Boxes and launch OCI containers within them to run untrusted code. In versions 0.8.2 and prior, Boxlite allows users to configure a timeout for services running inside the virtual machine. When the timeout is...

6.5CVSS5.9AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/06/10 10:20 p.m.41 views

CVE-2026-47213 BoxLite: Timeout Bypass Vulnerability

Boxlite is a sandbox service that allows users to create lightweight virtual machines Boxes and launch OCI containers within them to run untrusted code. In versions 0.8.2 and prior, Boxlite allows users to configure a timeout for services running inside the virtual machine. When the timeout is...

6.5CVSS0.00268EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/29 9:45 p.m.30 views

GHSA-XJHV-PP2R-6F82 BoxLite has a Timeout Bypass Vulnerability

Summary BoxLite is a sandbox service that allows users to create lightweight virtual machines Boxes and run OCI containers within them. BoxLite allows users to configure a timeout for services running inside the virtual machine. When the timeout is triggered, BoxLite sends a signal to kill the...

6.5CVSS5.8AI score0.00268EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/13 5:31 p.m.9 views

CVE-2026-44004 vm2: Host Process OOM DoS via Buffer.alloc (Timeout Bypass)

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, sandboxed code can call Buffer.alloc with an arbitrary size to allocate memory directly on the host heap. Because Buffer.alloc is a synchronous C++ native call, vm2's timeout option cannot interrupt it. A single request can exhaust ho...

7.5CVSS7.2AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/05/13 5:31 p.m.14 views

CVE-2026-44004 vm2: Host Process OOM DoS via Buffer.alloc (Timeout Bypass)

vm2 is an open source vm/sandbox for Node.js. Prior to 3.11.0, sandboxed code can call Buffer.alloc with an arbitrary size to allocate memory directly on the host heap. Because Buffer.alloc is a synchronous C++ native call, vm2's timeout option cannot interrupt it. A single request can exhaust ho...

7.5CVSS6AI score0.00419EPSS
SaveExploits1References1
CVE
CVE
added 2026/05/13 5:31 p.m.84 views

CVE-2026-44004

CVE-2026-44004 affects vm2, an open‑source VM/sandbox for Node.js. Before version 3.11.0, sandboxed code can call Buffer.alloc() with any size, allocating host-heap memory directly via a synchronous C++ call; vm2’s timeout cannot interrupt such calls. A single request can exhaust memory and crash...

8.6CVSS6AI score0.00419EPSS
SaveExploits1References5Affected Software1
Rows per page
Query Builder