CVE-2025-10560
Received Received - Intake
Hard-Coded Cloud Credentials in Worksnaps

Publication date: 2026-06-18

Last updated on: 2026-06-18

Assigner: SEC Consult Vulnerability Lab

Description
Worksnaps before version 1.6.20260201 contains hardcoded cloud credentials and related secret material in the Worksnaps client application binaries. The exposed credentials included AWS access keys, S3 bucket names, and related cloud access information. The originally exposed AWS credentials authenticated as the AWS account root identity and provided access to Worksnaps production cloud resources, including S3 buckets containing sensitive data such as screenshots of user desktops. An attacker with access to the affected client binaries could extract or recover the credentials and use them to access affected Worksnaps cloud resources.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-18
Last Modified
2026-06-18
Generated
2026-06-19
AI Q&A
2026-06-18
EPSS Evaluated
2026-06-18
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
silver_leaf_technologies worksnaps to 1.6.20260201 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-798 The product contains hard-coded credentials, such as a password or cryptographic key.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-10560 is a critical vulnerability in the Worksnaps time-tracking application where hardcoded AWS cloud credentials were embedded directly in the client application binaries.

These embedded credentials included AWS access keys and S3 bucket names, and they authenticated as the AWS account root identity, granting full access to Worksnaps' production cloud resources.

An attacker who obtains the affected client binaries can extract these credentials and use them to access sensitive data stored in the cloud, such as screenshots of user desktops.

Impact Analysis

This vulnerability can have severe impacts including unauthorized access to sensitive data stored in Worksnaps' cloud infrastructure.

An attacker could use the exposed root-level AWS credentials to list all S3 buckets, retrieve EC2 instance details, and download sensitive files such as screenshots of user desktops.

This could lead to data breaches, loss of confidentiality, and potential misuse of cloud resources.

Detection Guidance

This vulnerability can be detected by inspecting the Worksnaps client application binaries for the presence of hardcoded AWS credentials. Since the credentials are embedded in the binaries, extracting or searching for AWS access keys within the executable files is a key detection method.

Additionally, monitoring network traffic for unauthorized access to AWS resources, such as S3 buckets or EC2 instance metadata, may help identify exploitation attempts.

  • Use strings or grep commands on the Worksnaps client binaries to search for AWS access key patterns, for example: `strings worksnaps_binary | grep -E 'AKIA[0-9A-Z]{16}'`
  • Check for suspicious AWS API calls or unusual S3 bucket access in network logs or AWS CloudTrail logs.
  • Verify the version of the Worksnaps client installed; versions prior to 1.6.20260201 are vulnerable.
Mitigation Strategies

The immediate mitigation step is to upgrade the Worksnaps client application to version 1.6.20260201 or later, where the hardcoded credentials have been removed and server-side mitigations implemented.

If upgrading immediately is not possible, restrict network access from the client to AWS resources and monitor for any unauthorized access attempts.

Review and rotate any AWS credentials that may have been exposed due to this vulnerability to prevent unauthorized access.

Remove any legacy or obsolete executables related to Worksnaps that might still contain hardcoded credentials.

Compliance Impact

The vulnerability exposes hardcoded AWS root credentials in the Worksnaps client application, allowing unauthorized access to sensitive data such as screenshots of user desktops stored in cloud S3 buckets.

This unauthorized access to sensitive personal and potentially confidential information could lead to violations of data protection regulations like GDPR and HIPAA, which require strict controls over access to personal and health-related data.

By enabling attackers to access sensitive user data without authorization, the vulnerability undermines compliance with these standards, potentially resulting in legal and regulatory consequences for organizations using affected versions of Worksnaps.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-10560. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart