Wire before 2020-10-16 allows remote attackers to cause a denial of service (application crash) or possibly execute arbitrary code via a format string. This affects Wire AVS (Audio, Video, and Signaling) 5.3 through 6.x before 6.4, the Wire Secure Messenger application before 3.49.918 for Android, and the Wire Secure Messenger application before 3.61 for iOS. This occurs via the value parameter to sdp_media_set_lattr in peerflow/sdp.c.
The product uses a function that accepts a format string as an argument, but the format string originates from an external source.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Wire | Wire | * | 3.21.2936 (excluding) |
Wire | Wire | * | 3.21.3932 (excluding) |
Wire | Wire | * | 3.21.3959 (excluding) |
Wire_-_audio,_video,_and_signaling | Wire | 5.3 (including) | 6.4 (excluding) |
Wire_secure_messenger | Wire | * | 3.49.918 (excluding) |
Wire_secure_messenger | Wire | * | 3.61 (excluding) |
When an attacker can modify an externally-controlled format string, this can lead to buffer overflows, denial of service, or data representation problems. It should be noted that in some circumstances, such as internationalization, the set of format strings is externally controlled by design. If the source of these format strings is trusted (e.g. only contained in library files that are only modifiable by the system administrator), then the external control might not itself pose a vulnerability.