Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L
Network CSRF requires no privileges but needs an authenticated victim's interaction (UI:R); integrity is high from forced state changes, but confidentiality is low as CSRF rarely discloses data directly.
Primary rating from Vendor (TR-CERT).
CVSS VectorVendor: TR-CERT
Lifecycle Timeline
2DescriptionCVE.org
Cross-Site request forgery (CSRF) vulnerability in Softtr Information Technology Trade Ltd. Co. E-Commerce Pack allows Cross Site Request Forgery.
This issue affects E-Commerce Pack: through 30072026. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.
AnalysisAI
Cross-site request forgery in Softtr E-Commerce Pack (all versions through build 30072026) allows a remote attacker to force an authenticated user's browser into performing unintended state-changing actions, with high confidentiality and integrity impact per the CVSS vector. No public exploit identified at time of analysis, and the flaw is not on CISA KEV; however, exploitation only requires tricking a logged-in user into visiting a malicious page (UI:R). The vendor was contacted by TR-CERT but did not respond, so no fix is available.
Technical ContextAI
The vulnerability is a classic CWE-352 Cross-Site Request Forgery affecting Softtr Information Technology Trade Ltd. Co.'s E-Commerce Pack, a web-based e-commerce application platform (CPE cpe:2.3:a:softtr_information_technology_trade_ltd._co.:e-commerce_pack). CSRF arises when the application performs sensitive state-changing operations based solely on the session cookie automatically sent by the browser, without validating an unpredictable, request-specific anti-CSRF token. As a result, a third-party site can craft a request (form POST or GET) that the victim's authenticated browser submits with valid credentials attached, causing the server to execute the action as though the user intended it.
RemediationAI
No vendor-released patch identified at time of analysis, and the vendor did not respond to TR-CERT's disclosure outreach, so an upgrade path is currently unavailable. As compensating controls, deploy CSRF protections at the application-edge or reverse proxy: enforce SameSite=Strict (or Lax) attributes on session cookies to block cross-site cookie transmission, and require validation of the Origin/Referer header on state-changing POST/PUT/DELETE requests (trade-off: strict Referer checks can break legitimate deep-links or federated logins). Where a WAF is available, add rules requiring a valid anti-CSRF token or blocking requests lacking a same-origin Referer to sensitive administrative and account endpoints, accepting that this may cause false positives on legitimate API integrations. Instruct administrators and users to log out of the application when not in use to shrink the window in which a forged request can succeed, and monitor the TR-CERT advisory at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0702 for any future fix.
More in E Commerce Pack
View allStored cross-site scripting in E-Commerce Pack versions 4.5.001 through 28082026 (Akilli Ticaret Software Technologies L
Cross-site scripting in Softtr E-Commerce Pack (all versions before 5.03.01.49) allows unauthenticated remote attackers
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51126
GHSA-xrhc-2v6p-cm2h