CVE-2026-33088
Published: 08 April 2026
Summary
CVE-2026-33088 is a medium-severity SQL Injection (CWE-89) vulnerability in Sixapart Movable Type. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 26.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-33088 is an SQL injection vulnerability (CWE-89) affecting Movable Type, a content management system provided by Six Apart Ltd. Published on 2026-04-08, the flaw enables an attacker to execute arbitrary SQL statements against the underlying database.
The vulnerability carries a CVSS v3.1 base score of 9.8 (Critical), indicating exploitation over the network (AV:N) with low complexity (AC:L), no required privileges (PR:N), and no user interaction (UI:N). An unauthenticated remote attacker can leverage this to achieve high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), such as extracting sensitive data, modifying database contents, or disrupting service.
Advisories and patches are detailed in references including JVN at https://jvn.jp/en/jp/JVN66473735/, with Six Apart announcing the release of Movable Type 9.0.7 to remediate the issue at https://movabletype.org/news/2026/04/mt-907-released.html and https://www.sixapart.jp/movabletype/news/2026/04/08-1100.html. Security practitioners should apply the update promptly and review configurations for SQL injection protections.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-20133
Vulnerability details
Movable Type provided by Six Apart Ltd. contains an SQL Injection vulnerability which may allow an attacker to execute an arbitrary SQL statement.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing CMS (Movable Type) directly matches T1190 as the exploitation vector for unauthenticated remote arbitrary SQL execution with full CIA impact.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Applying the vendor patch for Movable Type 9.0.7 directly remediates the SQL injection vulnerability, preventing arbitrary SQL execution.
Information input validation at entry points to the Movable Type application prevents unsanitized user inputs from enabling arbitrary SQL statements.
Restricting input types, lengths, and formats at Movable Type interfaces reduces the attack surface for SQL injection exploitation.