Lucene search
+L

212 matches found

EUVD
EUVD
added 2026/08/21 12:31 a.m.13 views

EUVD-2026-63665

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
SaveExploits0References2
NVD
NVD
added 2026/08/20 9:17 p.m.9 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
NVD
NVD
added 2026/08/20 9:17 p.m.9 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
OSV
OSV
added 2026/08/20 9:17 p.m.4 views

DEBIAN-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.5AI score0.00246EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/20 9:17 p.m.9 views

CVE-2026-77584

Tor before 0.4.9.10 did not reject a CONFLUXLINK cell that arrives on a circuit which already has attached streams. A malicious client could send a RELAYCOMMANDBEGIN before the CONFLUXLINK on the same circuit, attaching an exit stream that would later end up orphan leaving a dangling circuit...

7CVSS0.00176EPSS
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: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.00215EPSS
SaveExploits0
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.00215EPSS
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
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:47 p.m.27 views

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.9CVSS0.00222EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 8:47 p.m.18 views

CVE-2026-77587

Tor versions before 0.4.9.11 are affected by a use-after-free (and potential double free ) vulnerability in the handling of conflux objects . The root cause occurs when a recovery leg revives a conflux set whose last linked leg has already been closed, leaving a dangling pointer. A malicious exit...

5.9CVSS5.4AI score0.00222EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/20 8:38 p.m.15 views

CVE-2026-77584

Tor before 0.4.9.10 fails to reject a CONFLUX_LINK cell on a circuit with attached streams; a malicious client sends RELAY_COMMAND_BEGIN first, orphaning an exit stream that leaves a dangling circuit back-pointer and triggers use-after-free when the circuit is freed. CVSS 3.1 scores 7.0 (HIGH). F...

7CVSS5.4AI score0.00176EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 8:38 p.m.8 views

CVE-2026-77584

Tor before 0.4.9.10 did not reject a CONFLUXLINK cell that arrives on a circuit which already has attached streams. A malicious client could send a RELAYCOMMANDBEGIN before the CONFLUXLINK on the same circuit, attaching an exit stream that would later end up orphan leaving a dangling circuit...

7CVSS5.5AI score0.00176EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.8 views

PT-2026-79149

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
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.10 views

PT-2026-79219

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.2AI score0.00194EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.12 views

PT-2026-79151

tor before 0.4.9.9 was prone to a NULL write after free when sending a CONFLUX SWITCH cell fails. The return value of relay send command from edge was ignored, so a send failure which calls circuit mark for close and removes the leg via cfx del leg would go undetected, causing the caller to write...

6.5CVSS5.3AI score0.00194EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.14 views

PT-2026-79133

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.4AI score0.00222EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/06 8:03 a.m.14 views

PYSEC-2026-1053 Openstack DBaaS (Trove) Improper Link Resolution Before File Access

The writeconfig function in trove/guestagent/datastore/experimental/mongodb/service.py, resetconfiguration function in trove/guestagent/datastore/experimental/postgresql/service/config.py, writeconfig function in trove/guestagent/datastore/experimental/redis/service.py, writemycnf function in...

5.5CVSS5.9AI score0.00459EPSS
SaveExploits0References16
Rows per page
Query Builder