Commvault QLogin with PublicSharingUser and GUID Password (CVE-2025-57788)
Description
Detects a qlogin.exe command attempting to authenticate as the internal _+_PublicSharingUser_ using a GUID as the password.
This could be an indicator of an attacker exploiting CVE-2025-57788 to gain initial access using leaked credentials.
Query · sigma
selection:
CommandLine|contains|all:
- qlogin
- _+_PublicSharingUser_
CommandLine|re: '[A-F0-9]{8}-[A-F0-9]{4}-[A-F0-9]{4}-[A-F0-9]{4}-[A-F0-9]{12}'
condition: selection
Known false positives
- Legitimate administrative scripts that use the `_+_PublicSharingUser_` account for valid purposes.