Overview
This report delves into the details of the Insufficient Session Expiration vulnerability in Progress Software Corporation’s Sitefinity, identified as CVE-2025-1968. This vulnerability, under certain circumstances, allows the reuse of Session IDs, leading to potential Session Replay Attacks. As it affects multiple versions of Sitefinity, this issue is of critical importance to entities using the software, as it may lead to system compromise or data leakage.
Vulnerability Summary
CVE ID: CVE-2025-1968
Severity: High, with a CVSS score of 7.7
Attack Vector: Network
Privileges Required: Low
User Interaction: Required
Impact: This vulnerability can lead to potential system compromise and data leakage by enabling unauthorized access through Session Replay Attacks.
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
Sitefinity | From 14.0 through 14.3
Sitefinity | From 14.4 before 14.4.8145
Sitefinity | From 15.0 before 15.0.8231
Sitefinity | From 15.1 before 15.1.8332
Sitefinity | From 15.2 before 15.2.8429
How the Exploit Works
The vulnerability originates from the insufficient session expiration in Sitefinity, which under certain specific and uncommon circumstances, allows Session IDs to be reused, leading to Session Replay Attacks. An attacker may capture and reuse a session ID to masquerade as an authenticated user, thus bypassing security measures and gaining unauthorized access to sensitive data or systems.
Conceptual Example Code
Here’s a conceptual example of how this vulnerability might be exploited:
GET /vulnerable/endpoint HTTP/1.1
Host: target.example.com
Cookie: SESSIONID=ABC123
In this example, the attacker has obtained and used the “ABC123” Session ID, allowing them to make requests as if they were the authenticated user associated with that Session ID.
