This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login.
Read the full analysis โ
Q1What is this vulnerability? (Essence + Consequences)
๐จ **Essence**: A critical code flaw in WhatsUp Gold allowing credential relay.
๐ **Consequences**: Attackers can steal encrypted user credentials and send them to arbitrary hosts.
๐ฅ **Impact**: Full compromise of networkโฆ
๐ก๏ธ **Root Cause**: Improper handling of API transactions.
โ ๏ธ **Flaw**: The application fails to validate the destination for encrypted credential relay.
๐ **CWE**: Not explicitly mapped in provided data, but relates to *โฆ
๐ฆ **Product**: Progress Software WhatsUp Gold.
๐ **Affected Versions**:
- 21.0.0
- 21.1.1
- 22.0.0
๐ **Scope**: All installations running these specific versions are vulnerable.
Q4What can hackers do? (Privileges/Data)
๐ต๏ธ **Action**: Call API transactions without authentication.
๐ **Data Access**: Intercept and relay **encrypted WhatsUp Gold user credentials**.
๐ฏ **Target**: Credentials can be sent to **any arbitrary host** controlled โฆ
๐ **Auth Requirement**: **None** (Unauthenticated).
โ๏ธ **Config**: No special configuration needed.
๐ **Threshold**: **LOW**. Any network-accessible instance can be exploited immediately.
Q6Is there a public Exp? (PoC/Wild Exploitation)
๐ข **Public Exploit**: No specific PoC code provided in the data.
๐ **Wild Exploitation**: High risk due to **unauthenticated** nature and critical severity.
๐ **Status**: Likely being actively exploited in the wild givenโฆ
๐ **Check**: Scan for WhatsUp Gold API endpoints.
๐ **Verify**: Check installed version against 21.0.0 - 22.0.0.
๐ก๏ธ **Monitor**: Look for unusual outbound traffic from the server to unknown IPs (credential relay).
Q8Is it fixed officially? (Patch/Mitigation)
๐ง **Official Fix**: Yes, Progress Software issued a Critical Product Alert.
๐ฅ **Action**: Update to the latest patched version immediately.
๐ **Reference**: Check the Progress Community article for specific patch detailsโฆ
๐ซ **No Patch?**: Isolate the server from the network.
๐ **Mitigation**: Block outbound connections to non-whitelisted IPs.
๐ **Disable**: Disable external API access if possible until patched.