Lucene search
+L

2954 matches found

OSV
OSV
added 2026/08/20 9:17 p.m.4 views

DEBIAN-CVE-2026-77587

Tor before 0.4.9.11 is prone to a use-after-free and potential double free of a conflux object when a recovery leg revives a conflux set whose last linked leg has already been closed. A malicious exit node could use this to crash a client. This is TROVE-2026-026...

5.9CVSS5.5AI score0.00222EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 9:15 p.m.26 views

CVE-2026-77642

tor before 0.4.9.9 was prone to an out-of-bounds write when parsing a consensus or detached signature with unexpected signature digest type. Impact is minor for most Tor roles, but potentially major for directory authorities. This is TROVE-2026-019...

7.5CVSS0.00194EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 9:15 p.m.7 views

CVE-2026-77642

tor before 0.4.9.9 was prone to an out-of-bounds write when parsing a consensus or detached signature with unexpected signature digest type. Impact is minor for most Tor roles, but potentially major for directory authorities. This is TROVE-2026-019...

7.5CVSS5.3AI score0.00194EPSS
SaveExploits0
CVE
CVE
added 2026/08/20 9:15 p.m.22 views

CVE-2026-77642

Tor before 0.4.9.9 is vulnerable to an out-of-bounds write triggered when parsing a consensus or detached signature containing an unexpected signature digest type. The flaw can lead to a denial of service for directory authorities , potentially disrupting the Tor network, while the impact remains...

7.5CVSS5.2AI score0.00194EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/20 9:09 p.m.11 views

EUVD-2026-63658

tor before 0.4.9.9 was prone to a NULL write after free when sending a CONFLUXSWITCH cell fails. The return value of relaysendcommandfromedge was ignored, so a send failure which calls circuitmarkforclose and removes the leg via cfxdelleg would go undetected, causing the caller to write to the...

6.5CVSS5.4AI score0.00194EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 9:09 p.m.20 views

CVE-2026-77641

Tor versions before 0.4.9.9 ignore the return value of relay_send_command_from_edge() when sending a CONFLUX_SWITCH cell; on send failure, the circuit leg is freed via cfx_del_leg() while the caller still writes to it, causing a NULL write-after-free crash (TROVE-2026-017). The fix is included in...

6.5CVSS5.3AI score0.00194EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 9:09 p.m.26 views

CVE-2026-77641

tor before 0.4.9.9 was prone to a NULL write after free when sending a CONFLUXSWITCH cell fails. The return value of relaysendcommandfromedge was ignored, so a send failure which calls circuitmarkforclose and removes the leg via cfxdelleg would go undetected, causing the caller to write to the...

6.5CVSS0.00194EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 9:02 p.m.8 views

CVE-2026-77640

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

3.7CVSS5.7AI score0.00214EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/20 9:02 p.m.9 views

EUVD-2026-63650

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

3.7CVSS5.7AI score0.00214EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 9:02 p.m.27 views

CVE-2026-77640

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

3.7CVSS0.00214EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/20 9:02 p.m.7 views

CVE-2026-77640

tor before 0.4.9.9 was prone to an infinite loop when decompressing a truncated zlib/gzip stream with done=1. A truncated stream never reaches ZSTREAMEND, causing zlib to return ZBUFERROR with no input remaining, which bufaddcompress mistook for a full output buffer and retried forever. Fixed by...

3.7CVSS5.6AI score0.00214EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 9:02 p.m.17 views

CVE-2026-77640

tor versions before 0.4.9.9 are vulnerable to a denial of service via an infinite loop during decompression of a truncated zlib/gzip stream. When a truncated stream is processed with done=1, zlib returns Z_BUF_ERROR with no input remaining, which buf_add_compress() incorrectly interprets as a ful...

3.7CVSS5.6AI score0.00214EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 8:57 p.m.7 views

CVE-2026-77639

Tor before 0.4.9.9 was prone to a compression bomb bypass where an attacker could concatenate many gzip or zlib sub-streams, each just under the per-stream detection threshold, to avoid the compression bomb check entirely. This is TROVE-2026-022...

5.3CVSS5.3AI score0.00246EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/20 8:57 p.m.28 views

CVE-2026-77639

Tor before 0.4.9.9 was prone to a compression bomb bypass where an attacker could concatenate many gzip or zlib sub-streams, each just under the per-stream detection threshold, to avoid the compression bomb check entirely. This is TROVE-2026-022...

5.3CVSS0.00246EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/20 8:57 p.m.9 views

EUVD-2026-63648

Tor before 0.4.9.9 was prone to a compression bomb bypass where an attacker could concatenate many gzip or zlib sub-streams, each just under the per-stream detection threshold, to avoid the compression bomb check entirely. This is TROVE-2026-022...

5.3CVSS5.3AI score0.00246EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 8:57 p.m.20 views

CVE-2026-77639

Tor before 0.4.9.9 is affected by a compression bomb bypass (TROVE-2026-022). An attacker can concatenate many gzip or zlib sub-streams , each individually just under the per-stream detection threshold, to circumvent the compression bomb check entirely. This results in a Denial of Service conditi...

5.3CVSS5.3AI score0.00246EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/20 8:57 p.m.7 views

CVE-2026-77639

Tor before 0.4.9.9 was prone to a compression bomb bypass where an attacker could concatenate many gzip or zlib sub-streams, each just under the per-stream detection threshold, to avoid the compression bomb check entirely. This is TROVE-2026-022...

5.3CVSS5.2AI score0.00246EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/20 8:52 p.m.8 views

EUVD-2026-63647

Tor before 0.4.9.11 is prone to a race condition where in just the right circumstances a rendezvous point could man-in-the-middle impersonate the onion service that the client was trying to reach...

8.9CVSS5.4AI score0.00174EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/20 8:52 p.m.29 views

CVE-2026-77638

Tor before 0.4.9.11 is prone to a race condition where in just the right circumstances a rendezvous point could man-in-the-middle impersonate the onion service that the client was trying to reach...

8.9CVSS0.00174EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 8:52 p.m.6 views

CVE-2026-77638

Tor before 0.4.9.11 is prone to a race condition where in just the right circumstances a rendezvous point could man-in-the-middle impersonate the onion service that the client was trying to reach...

8.9CVSS5.4AI score0.00174EPSS
SaveExploits0
Rows per page
Query Builder