CVE-2021-32794

ArchiSteamFarm is a C# application with primary purpose of idling Steam cards from multiple accounts simultaneously. Due to a bug in ASF code `POST /Api/ASF` ASF API endpoint responsible for updating global ASF config incorrectly removed `IPCPassword` from the resulting config when the caller did not specify it explicitly. Due to the above, it was possible for the user to accidentally remove `IPCPassword` security measure from his IPC interface when updating global ASF config, which exists as part of global config update functionality in ASF-ui. Removal of `IPCPassword` possesses a security risk, as unauthorized users may in result access the IPC interface after such modification. The issue is patched in ASF V5.1.2.4 and future versions. We recommend to manually verify that `IPCPassword` is specified after update, and if not, set it accordingly. In default settings, ASF is configured to allow IPC access from `localhost` only and should not affect majority of users.
Configurations

Configuration 1 (hide)

cpe:2.3:a:archisteamfarm_project:archisteamfarm:*:*:*:*:*:*:*:*

History

02 Jul 2022, 18:30

Type Values Removed Values Added
CWE CWE-287 CWE-306

13 Aug 2021, 13:52

Type Values Removed Values Added
References (MISC) https://github.com/JustArchiNET/ArchiSteamFarm/pull/2379 - (MISC) https://github.com/JustArchiNET/ArchiSteamFarm/pull/2379 - Patch, Third Party Advisory
References (CONFIRM) https://github.com/JustArchiNET/ArchiSteamFarm/security/advisories/GHSA-wxx4-66c2-vj2v - (CONFIRM) https://github.com/JustArchiNET/ArchiSteamFarm/security/advisories/GHSA-wxx4-66c2-vj2v - Exploit, Third Party Advisory
References (MISC) https://steamcommunity.com/groups/archiasf/discussions/6/3057365873428498659/ - (MISC) https://steamcommunity.com/groups/archiasf/discussions/6/3057365873428498659/ - Exploit, Third Party Advisory
CPE cpe:2.3:a:archisteamfarm_project:archisteamfarm:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : 6.0
v3 : 7.5
CWE CWE-287

26 Jul 2021, 20:15

Type Values Removed Values Added
Summary ArchiSteamFarm is a C# application with primary purpose of idling Steam cards from multiple accounts simultaneously. Due to a bug in ASF code `POST /Api/ASF` ASF API endpoint responsible for updating global ASF config incorrectly removed `IPCPassword` from the resulting config when the caller did not specify it explicitly. Due to the above, it was possible for the user to accidentally remove `IPCPassword` security measure from his IPC interface when updating global ASF config, which exists as part of global config update functionality in ASF-ui. Removal of `IPCPassword` possesses a security risk, as unauthorized users may in result access the IPC interface after such modification. The issue is patched in ASF V5.1.2.4 and future versions. We recommend to manually verify that `IPCPassword` is specified after update, and if not, set it accordingly. In default settings, ASF is configured to allow IPC access from `localhost` only and should not affect majority of users. ArchiSteamFarm is a C# application with primary purpose of idling Steam cards from multiple accounts simultaneously. Due to a bug in ASF code `POST /Api/ASF` ASF API endpoint responsible for updating global ASF config incorrectly removed `IPCPassword` from the resulting config when the caller did not specify it explicitly. Due to the above, it was possible for the user to accidentally remove `IPCPassword` security measure from his IPC interface when updating global ASF config, which exists as part of global config update functionality in ASF-ui. Removal of `IPCPassword` possesses a security risk, as unauthorized users may in result access the IPC interface after such modification. The issue is patched in ASF V5.1.2.4 and future versions. We recommend to manually verify that `IPCPassword` is specified after update, and if not, set it accordingly. In default settings, ASF is configured to allow IPC access from `localhost` only and should not affect majority of users.

26 Jul 2021, 19:15

Type Values Removed Values Added
New CVE

Information

Published : 2021-07-26 19:15

Updated : 2023-12-10 13:55


NVD link : CVE-2021-32794

Mitre link : CVE-2021-32794

CVE.ORG link : CVE-2021-32794


JSON object : View

Products Affected

archisteamfarm_project

  • archisteamfarm
CWE
CWE-306

Missing Authentication for Critical Function

CWE-287

Improper Authentication