CVE-2025-11699
BaseFortify
Publication date: 2025-12-01
Last updated on: 2025-12-19
Assigner: CERT/CC
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nopcommerce | nopcommerce | to 4.70.0 (exc) |
| nopcommerce | nopcommerce | 4.80.3 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-613 | According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization." |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in nopCommerce versions 4.70 and prior, and version 4.80.3, occurs because the application does not invalidate session cookies after a user logs out or the session ends. This means that an attacker who obtains a valid session cookie can continue to access privileged areas, such as the admin panel, even after the legitimate user has logged out, enabling session hijacking.
How can this vulnerability impact me? :
The vulnerability allows an attacker to hijack a user's session by using a valid session cookie after the user has logged out. This can lead to unauthorized access to privileged endpoints, such as administrative functions, potentially resulting in data breaches, unauthorized changes, or other malicious activities within the affected nopCommerce application.
What immediate steps should I take to mitigate this vulnerability?
Upgrade nopCommerce to a version above 4.70 that is not 4.80.3, as these versions fix the vulnerability. Until then, consider implementing additional session management controls such as invalidating session cookies on logout manually or restricting access to privileged endpoints to reduce risk.