Security researcher Jack Taylor discovered the vulnerability in mid-August and reported it through Wordfence, Defiant's cybersecurity arm. Wordfence disclosed the issue to the plugin's developer, ServMask, on August 15, and a fix was released in version 7.110 on August 20.
The vulnerability is a second-order SQL injection affecting versions up to 7.109. It stems from incorrect parsing of escaped backslashes and quotation marks during the database rewrite process that occurs when a site administrator restores a backup archive. An unauthenticated attacker can plant crafted data through WordPress trackbacks; that data stays dormant until the administrator performs a restore — a routine action for the plugin — at which point the injected SQL executes.
According to Wordfence, the injected SQL can expose the plugin's secret import key (ai1wm_secret_key) through a public comment. An attacker who obtains that key can then import a malicious '.wpress' archive containing executable code, potentially gaining full control of the website.
Despite the availability of a patch, WordPress.org statistics show that only about 35% of the plugin's user base has updated to version 7.110 or later, leaving approximately 3.25 million sites running a vulnerable release. Wordfence notes that a deactivated version of the plugin poses less risk, but it can still be exploited if temporarily activated.