CVE-2026-60134
Raw vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/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:XSummary
CVE-2026-60134 is a high-severity Reliance on Cookies without Validation and Integrity Checking in a Security Decision (CWE-784) vulnerability in Weintek (inferred from references). Its CVSS base score is 8.7 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Web Session Cookie (T1550.004); ranked at the 24th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and IA-2 (Identification and Authentication (Organizational Users)) — see the control section below for these in your framework.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-48750
Vulnerability Data
Weintek cMT3092X HMI allows a non-privileged user to modify cookies to gain elevated privileges.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
V3.3.1
Mitigating Controls (NIST 800-53 r5) AI
Access enforcement requires authorizations to be validated rather than accepted from untrusted cookie values.
Proper user identification and authentication precludes security decisions based solely on unvalidated cookies.
Session authenticity protection directly requires integrity checking of session tokens such as cookies.
Transmission integrity protection stops cookies from being altered in transit and trusted without verification.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Verifying identity assertions explicitly requires integrity and validity checks that eliminate untrusted cookie usage.
Strong authentication policies and mechanisms directly prevent reliance on unvalidated cookies for identity decisions.
Enforcing authorization policies ensures access decisions are not based solely on unvalidated client-side cookies.
Integrity protection for data-in-transit can help safeguard cookie values but does not address server-side validation logic.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect missing cookie validation but does not prevent the weakness by itself.
Information access restriction requires proper validation of identity tokens before granting access.
Secure authentication mandates validation of session tokens, directly addressing reliance on unverified cookies.
Application security requirements can specify cookie validation but do not mandate implementation details.
Secure coding practices require integrity checks on security-critical cookies used for decisions.