Skip to content

Crash due to malformed relay protocol message

Moderate
calmh published GHSA-x462-89pf-6r5h Apr 6, 2021

Package

Syncthing

Affected versions

< 1.15.0

Patched versions

1.15.0

Description

Impact

  1. syncthing can be caused to crash and exit if sent a malformed relay
    protocol message message with a negative length field.

  2. The relay server strelaysrv can be caused to crash and exit if sent
    a malformed relay protocol message with a negative length field.

At no point is sensitive data exposed or liable to be altered due to this
issue. Sensitive data is never exposed to relay operators. Syncthing itself
would need to be lured to connect to a malicious relay server in order to
exploit the issue.

Patches

Fixed in version 1.15.0.

Workarounds

  1. No known workaround for strelaysrv.

  2. syncthing can be configured to not use relays, or to only use specific,
    trusted relays. If Syncthing is used in a closed environment or with
    relaying disabled, i.e., it does not communicate with unknown relays,
    Syncthing is not vulnerable.

For more information

If you have any questions or comments about this advisory, please discuss it on the forum.

Thanks to Wojciech Paciorek for discovering and reporting this issue.

Severity

Moderate

CVE ID

CVE-2021-21404

Weaknesses

No CWEs