CVE-2026-85198 PUBLISHED

MPG <= 4.2.1 - Unauthenticated SQL Injection via URL Path

Assigner: Wordfence
Reserved: 03.09.2026 Published: 12.09.2026 Updated: 12.09.2026

The MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO plugin for WordPress is vulnerable to generic SQL Injection via URL Path in all versions up to, and including, 4.2.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is only exploitable when the [mpg_spintax] shortcode is rendered in site-wide content such as a footer or template part, as the vulnerable code path is only reached when the shortcode is active on the requested page.

Metrics

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

Product Status

Vendor themeisle
Product MPG – Multiple Page Generator, Bulk Landing Pages & Programmatic SEO
Versions Default: unaffected
  • affected from 0 to 4.2.1 (incl.)

Credits

  • Nhien Pham (nhienit) (nhienit) finder
  • thevietronin finder

References

Problem Types

  • CWE-89 Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE