Skip to main content

KTM System e-BOK CVE-2026-35096

| EUVDEUVD-2026-40323 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-06-30 CERT-PL GHSA-w423-2pcr-p665
5.1
CVSS 4.0 · Vendor: CERT-PL
Share

Severity by source

Vendor (CERT-PL) PRIMARY
5.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/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
vuln.today AI
6.5 MEDIUM

PR:N and AV:N reflect no attacker privileges; I:H captures full account takeover via credential change; UI:R mandates victim interaction.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (CERT-PL).

CVSS VectorVendor: CERT-PL

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
A
Scope
X

Lifecycle Timeline

2
Patch available
Jun 30, 2026 - 15:01 EUVD
Analysis Generated
Jun 30, 2026 - 14:31 vuln.today

DescriptionCVE.org

KTM System e-BOK is vulnerable to Cross‑Site Request Forgery (CSRF) in both the email-change and password-change functionalities. An attacker can craft a malicious website that, when visited by an authenticated user, automatically sends a forged POST request to the application. This allows the attacker to trigger an unauthorized email or password change on behalf of the victim without their knowledge or interaction.

This issue was fixed in the patch published in June 2026.

AnalysisAI

CSRF flaws in KTM System e-BOK's email-change and password-change endpoints allow any remote, unauthenticated attacker to trigger account credential changes on behalf of an authenticated victim by luring them to a malicious web page. Reported by CERT-PL, the vulnerabilities affect all e-BOK versions prior to the June 2026 patch and carry a CVSS 4.0 score of 5.1 (Medium). No public exploit code or CISA KEV listing has been identified at time of analysis, but the attack is trivially constructable given the well-understood CSRF class and the public CERT-PL advisory.

Technical ContextAI

KTM System e-BOK ('internetowe biuro obsługi klienta' - Electronic Customer Service Office) is a Polish-market web-based self-service customer portal produced by KTM System (ktmsystem.pl). The root cause is CWE-352 (Cross-Site Request Forgery): the application's email-change and password-change POST endpoints do not validate that requests originate from the legitimate application context - there is no CSRF synchronizer token, double-submit cookie, or equivalent anti-forgery mechanism. Because browsers automatically attach session cookies to cross-origin POST requests (unless cookies are flagged SameSite=Strict or SameSite=Lax in contexts that block cross-site POSTs), an attacker-controlled page can silently issue forged requests that the server accepts as legitimate. The affected CPE cpe:2.3:a:ktm_system:e-bok:*:*:*:*:*:*:*:* covers all versions of the product without version bounds, indicating the flaw predates the June 2026 patch.

RemediationAI

Apply the patch published by KTM System in June 2026, which resolves the CSRF vulnerabilities in both the email-change and password-change functionalities. Contact KTM System via the product page at https://ktmsystem.pl/internetowe-biuro-obslugi-klienta/ for the exact patched release and update procedures; the CERT-PL advisory at https://cert.pl/posts/2026/06/CVE-2026-35095/ may provide additional detail. An exact patched version number was not independently confirmed from available input data, so operators should verify the installed build directly with the vendor. If immediate patching is not feasible, a targeted compensating control is to configure a web application firewall or reverse proxy to enforce Origin and Referer header validation on POST requests to the email-change and password-change endpoints, rejecting any request whose Origin or Referer does not match the application's own domain - this blocks cross-site forged requests but may produce false positives for users on privacy-hardening browsers that strip referrer headers, so monitor for legitimate user impact. Additionally, encouraging users to log out of e-BOK sessions when not actively in use reduces the window of opportunity for CSRF exploitation.

Share

CVE-2026-35096 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy