← Vulnerability feed

Vulnerability record · CVE-2013-0209 · published 23 January 2013

CVE-2013-0209: Movable Type mt-upgrade.cgi unauthenticated eval and SQL injection

SSixapart · Movable Type

Movable Type 4.2x and 4.3x through 4.38 fails to require authentication for database-migration functions in lib/MT/Upgrade.pm reached through mt-upgrade.cgi. Crafted parameters allow eval injection and SQL injection, with the demonstrated case hitting core_drop_meta_for_table to run arbitrary Perl code. The flaw matters because it is remotely reachable without credentials and yields code execution on the server.

7.5 CVSS 2.0 High EPSS 45% · top 1.3% CWE-287 · Improper authentication
7.5CVSS 2.0 base score
45%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
8References, 4 tagged exploit
16 Jun 2026Last modified by NVD

Description

lib/MT/Upgrade.pm in mt-upgrade.cgi in Movable Type 4.2x and 4.3x through 4.38 does not require authentication for requests to database-migration functions, which allows remote attackers to conduct eval injection and SQL injection attacks via crafted parameters, as demonstrated by an eval injection attack against the core_drop_meta_for_table function, leading to execution of arbitrary Perl code.

AV:N/AC:L/Au:N/C:P/I:P/A:P

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: high.

critical priorityUnauthenticated remote code execution with public exploit code and very high EPSS probability makes this an urgent patch target.

What it is

Movable Type 4.2x and 4.3x through 4.38 fails to require authentication for database-migration functions in lib/MT/Upgrade.pm reached through mt-upgrade.cgi. Crafted parameters allow eval injection and SQL injection, with the demonstrated case hitting core_drop_meta_for_table to run arbitrary Perl code. The flaw matters because it is remotely reachable without credentials and yields code execution on the server.

Impact

An unauthenticated remote attacker can execute arbitrary Perl code and inject SQL, giving full control of the application and likely the underlying database and host.

Attack surface

Reached over the network via HTTP requests to mt-upgrade.cgi; the CVSS vector AV:N/AC:L/Au:N confirms no authentication and no user interaction are required.

Exploitation

Public exploit code is referenced (sec-1.com tags include Exploit), but the CVE is not in CISA KEV and no ransomware use is documented; EPSS 30-day probability is 0.45201 (98.7th percentile), indicating high predicted exploitation activity.

What to do

  • Apply the vendor patch referenced in the Movable Type 4.38 patch advisory, or upgrade to a fixed release.
  • If patching is not immediately possible, block or restrict access to mt-upgrade.cgi at the web server or WAF.
  • Remove or disable unused database-migration scripts from the web root.
  • Run the Movable Type application with least-privilege database and OS accounts to limit post-exploitation impact.
  • Review web server logs for unexpected requests to mt-upgrade.cgi.

Detection

  • Search HTTP access logs for requests to mt-upgrade.cgi, especially with unusual or crafted parameters.
  • Monitor for unexpected Perl process execution or child processes spawned by the web server.
  • Alert on anomalous SQL statements or schema changes originating from the web application.
  • Use file integrity monitoring on Movable Type application files to catch dropped payloads.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2013-0209 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2009-0752Sixapart movable type vulnerabilityUnspecified vulnerability in Movable Type Pro and Community Solution 4.x before 4.24 has unknown impact and attack vectors, possibly related to the p…EPSS 1.4%9.8CVE-2022-38078Sixapart movable type code injection vulnerabilityMovable Type XMLRPC API provided by Six Apart Ltd. contains a command injection vulnerability. Sending a specially crafted message by POST method to …EPSS 2.1%9.8CVE-2021-20837Movable Type XMLRPC API OS command injectionMovable Type 7, 6, Advanced and Premium editions (and all versions 4.0 or later, including EOL releases) contain an OS command injection flaw reachab…EPSS 88%analysed9.8CVE-2016-5742Sixapart movable type sql injection vulnerabilitySQL injection vulnerability in the XML-RPC interface in Movable Type Pro and Advanced 6.x before 6.1.3 and 6.2.x before 6.2.6 and Movable Type Open S…EPSS 1.6%9.3CVE-2026-25776Sixapart movable type code injection vulnerabilityMovable Type provided by Six Apart Ltd. contains a code injection vulnerability which may allow an attacker to execute arbitrary Perl script.EPSS 0.73%8.8CVE-2020-5576Sixapart movable type cross-site request forgery vulnerabilityCross-site request forgery (CSRF) vulnerability in Movable Type series (Movable Type 7 r.4606 (7.2.1) and earlier (Movable Type 7), Movable Type Adva…EPSS 0.84%8.8CVE-2020-5577Sixapart movable type unrestricted file upload vulnerabilityMovable Type series (Movable Type 7 r.4606 (7.2.1) and earlier (Movable Type 7), Movable Type Advanced 7 r.4606 (7.2.1) and earlier (Movable Type Adv…EPSS 1.7%7.5CVE-2013-2184Sixapart movable type vulnerabilityMovable Type before 5.2.6 does not properly use the Storable::thaw function, which allows remote attackers to execute arbitrary code via the comment_…EPSS 3.6%

Source: NIST National Vulnerability Database (record CVE-2013-0209), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.