Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable with no attacker auth (PR:N) but requires victim to use planted session and then log in, justifying AC:H and UI:R; full takeover yields C:H/I:H, no direct availability impact.
Primary rating from Vendor (twcert).
CVSS VectorVendor: twcert
Lifecycle Timeline
1DescriptionCVE.org
EasyFlow .NET developed by Digiwin has a Session Fixation vulnerability. If unauthenticated remote attackers replace a specific session ID for a user, they can gain the user's privilege once the user logs in.
AnalysisAI
Session fixation in Digiwin EasyFlow .NET allows unauthenticated remote attackers to pre-set a victim's session identifier and hijack the authenticated session once the victim logs in, inheriting the victim's privileges. No public exploit identified at time of analysis, but the CVSS 4.0 score of 7.7 and HIGH impact across confidentiality, integrity, and availability mark this as a meaningful risk for organizations using the workflow platform. The flaw is tracked under CWE-384 and was disclosed via TWCERT, with no specific patched version cited in the provided references.
Technical ContextAI
EasyFlow .NET is a workflow/BPM platform from Taiwanese ERP vendor Digiwin, deployed widely across manufacturing and enterprise customers in the APAC region. The vulnerability falls under CWE-384 (Session Fixation), a class of weakness where the application accepts and continues to honor a session identifier that was supplied or known prior to authentication, rather than regenerating a fresh session ID upon successful login. In .NET web applications this typically arises when ASP.NET session cookies (ASP.NET_SessionId) or custom session tokens are not rotated on authentication transitions, leaving any pre-authentication session value bound to the user's post-authentication identity and authorization context.
RemediationAI
No vendor-released patch identified at time of analysis in the provided data; organizations should contact Digiwin directly and consult the TWCERT advisories at https://www.twcert.org.tw/en/cp-139-10981-8617d-2.html and https://www.twcert.org.tw/tw/cp-132-10980-0e640-1.html for the latest fixed build. As compensating controls, restrict EasyFlow .NET access to trusted networks via VPN or IP allowlisting to reduce the attacker's ability to plant session IDs (trade-off: less convenient for remote users), enforce HTTPS-only with the Secure and HttpOnly attributes on session cookies to limit cookie injection vectors (trade-off: requires TLS configuration validation), and where feasible configure ASP.NET to regenerate session identifiers on authentication via custom logout/login handling or IIS-level session pooling controls (trade-off: may require application-side changes and break existing user sessions on rollout).
More in Session Fixation
View allSession fixation vulnerability in Apache2Triad 1.5.4 allows remote attackers to hijack web sessions via the PHPSESSID pa
Improper session management in the /login_ok.htm endpoint of DAEnetIP4 METO v1.25 allows attackers to execute a session
Tiny File Manager v2.4.7 and below is vulnerable to session fixation. Rated critical severity (CVSS 9.8), this vulnerabi
A critical vulnerability was found in PHPGurukul User Registration & Login and User Management System V3.3 in the /login
Franklin Fueling Systems System Sentinel AnyWare (SSA) version 1.6.24.492 is vulnerable to Session Fixation. Rated criti
An issue in China Mobile Communications China Mobile Intelligent Home Gateway v.HG6543C4 allows a remote attacker to exe
A privilege escalation issue was found in PHP Gurukul Hospital Management System In v.4.0 allows a remote attacker to ex
Session Fixation in GitHub repository ikus060/rdiffweb prior to 2.4.7. Rated critical severity (CVSS 9.8), this vulnerab
Certain NetModule devices allow Limited Session Fixation via PHPSESSID. Rated critical severity (CVSS 9.8), this vulnera
An issue was discovered in DAViCal Andrew's Web Libraries (AWL) through 0.60. Rated critical severity (CVSS 9.8), this v
clonos.php in ClonOS WEB control panel 19.09 allows remote attackers to gain full access via change password requests be
Gogs 0.11.66 allows remote code execution because it does not properly validate session IDs, as demonstrated by a ".." s
Same weakness CWE-384 – Session Fixation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38223
GHSA-456x-9xrh-6x87