RUSTSEC-2024-0340

See a problem?
Source
https://rustsec.org/advisories/RUSTSEC-2024-0340
Import Source
https://github.com/rustsec/advisory-db/blob/osv/crates/RUSTSEC-2024-0340.json
JSON Data
https://api.osv.dev/v1/vulns/RUSTSEC-2024-0340
Aliases
Related
  • TROVE-2024-003
Published
2024-05-15T12:00:00Z
Modified
2024-05-21T02:26:36.132772Z
Summary
Tor path lengths too short when "full Vanguards" configured
Details

Description

When building anonymizing circuits to or from an onion service with full vanguards enabled, the circuit manager code would build the circuits with one hop too few.

Impact

This makes users of this code more vulnerable to some kinds of traffic analysis when they run or visit onion services.

Vulnerable configurations and use cases

Arti configured with "full vangaurds" is vulnerable.

Only users who make connections to Onion Services (Tor Hidden Services) are affected. Note, however, that when used as a browser proxy, malicious web pages can typically make such connections.

Mitigation

Preventing access to Tor Hidden Services will avoid the problem, with corresponding loss of functionality. This can be achieved in the Arti configuration file with:

[address_filter]
allow_onion_addrs = false

Changing the configuration (eg to turn off vanguards) reclassifies the behaviour as "as configured", but reduces security rather than improving it, so is not a mitigation.

Resolution

Rebuild arti (or other affected applications) with a fixed version of tor-circmgr: 0.18.1 or later.

The fixed tor-circmgr is on crates.io and available in the upstream git repository at signed tag arti-v1.2.3.

Note about older versions

Even though earlier versions are classified as "not affected", this is because in those versions the Vanguards feature is experimental, or absent. Downgrading worsens security, rather than improving it.

References

  • arti#1400: the ticket in the Arti bugtracker.
  • TROVE Tor Project vulnerability database.
  • arti#1409: the similar bug with the vanguards lite feature.
References

Affected packages

crates.io / tor-circmgr

Package

Affected ranges

Type
SEMVER
Events
Introduced
0.18.0
Fixed
0.18.1

Ecosystem specific

{
    "affected_functions": null,
    "affects": {
        "os": [],
        "functions": [],
        "arch": []
    }
}

Database specific

{
    "cvss": null,
    "informational": null,
    "categories": []
}