Wednesday , August 19 2026
WordPress plugin

Critical WordPress Plugin Flaw Exposes 600,000 Sites to Attacks

A big security flaw in the Forminator Forms WordPress plugin might let unapproved users upload harmful PHP files. This could give them full control over weak websites. The flaw, known as CVE-2026-15748, impacts Forminator Forms versions 1.56.1 and older and has a CVSS score of 9.8.

Forminator Forms is a popular tool that lets you easily create contact, payment, poll, quiz, and file-upload forms. It has over 600,000 active users, and the security issue is a big threat to WordPress site managers who haven’t yet done the update.

Critical WordPress Plugin Flaw Exposes 600,000 Sites to Attacks

A big security flaw in the Forminator Forms WordPress plugin might let unapproved users upload harmful PHP files. This could...
Read More
Critical WordPress Plugin Flaw Exposes 600,000 Sites to Attacks

Apple Patches 28 Security Flaws in macOS, iOS, and iPadOS

Apple has put out security updates for macOS, iOS, and iPadOS. These updates fix 28 problems that could let users...
Read More
Apple Patches 28 Security Flaws in macOS, iOS, and iPadOS

DoNot (APT-C-35) Targeting Bangladesh Military Personnel

Bangladesh's military and defense system is actively under targeted attack linked to DoNot Team, or APT-C-35, as stated in a...
Read More
DoNot (APT-C-35) Targeting Bangladesh Military Personnel

McDonald’s, Vodafone Affected by Azure Theft Campaign Exposing Millions of Records

A large Azure data theft campaign is surfacing on the dark web. A hacker is offering employee lists taken from...
Read More
McDonald’s, Vodafone Affected by Azure Theft Campaign Exposing Millions of Records

NIST to Modernize NVD in the Age of Artificial Intelligence

National Institute of Standards and Technology (NIST) demands feedback from industry and the government on how to update the National...
Read More
NIST to Modernize NVD in the Age of Artificial Intelligence

ALERT
Multiple TP-Link Flaws Allow to Bypass Auth and Escalate Privileges

TP-Link has revealed several serious security flaws in Aginet networking products managed by ISPs. This includes mesh systems, routers, PON...
Read More
ALERT  Multiple TP-Link Flaws Allow to Bypass Auth and Escalate Privileges

LiteLLM supply chain attack reveals 153GB of stolen credentials online

153GB record surface online stolen during the LiteLLM supply chain attack linked to thousands of corporate domains, including AWS, Samsung,...
Read More
LiteLLM supply chain attack reveals 153GB of stolen credentials online

PATCHCORD Backdoor Targets Telecom and CII In South Asia

A previously undocumented backdoor called PATCHCORD actively target telecom and critical information infrastructure (CII) in South Asia. According to Acronis...
Read More
PATCHCORD Backdoor Targets Telecom and CII In South Asia

Fortinet Fixes Multiple Flaws in FortiWeb, FortiManager, and FortiClient

Fortinet has released fixes for a set of authentication flaws in its FortiWeb, FortiManager, and FortiClient products. It warns admins...
Read More
Fortinet Fixes Multiple Flaws in FortiWeb, FortiManager, and FortiClient

“City-Forum” Campaign
“City-Forum” Campaign Attacks Salesforce and ServiceNow Instances Worldwide

A data theft plan is stealing information from anonymous users on Salesforce Experience Cloud and ServiceNow customer portals using special...
Read More
“City-Forum” Campaign  “City-Forum” Campaign Attacks Salesforce and ServiceNow Instances Worldwide

WordPress Plugin Vulnerability

A researcher named daroo found the flaw and reported it through the Wordfence bug bounty program. They got a $2,048 reward for this discovery. Wordfence confirmed the report on July 14, 2026, told the Forminator development team on that day, and the vendor gave a fix in Forminator Forms version 1.56.2 on July 31, 2026.
Forminator’s file-upload issue allows attackers to insert a fake upload setup using the Select field in weak published forms.

During processing, Forminator allows values controlled by attackers like the upload field name, field type, and file settings. A bad request can make the plugin see the fake data as a real upload setup. The attack also gets around the plugin’s file-type filtering. Forminator tries to block PHP and other executable files using a list of blocked items.

The filter checks for file types by looking for exact matches. Researchers found that a hacker could use ph(p) instead of the blocked php file type.

WordPress still sees ph(p) as a .php file, but Forminator’s blocklist does not block it. By using a fake setting with a MIME type like text/x-php, someone can upload a PHP file that passes checks.

Uploaded files are usually kept in a folder that has an .htaccess rule to stop PHP from running. But, websites that use a special place for file uploads might not get that safety in some cases.

If the PHP file you upload is in a place that the web can access, someone who wants to hurt the system could get to it and execute commands on the server.

Successful use of this problem could let attackers run their own code, install webshells, steal WordPress login info, access databases, install malware, or take over the whole site. Site owners need to update Forminator Forms to version 1.56.2 or higher right away.

Administrators need to check current form settings, look at upload folders for strange PHP files, and make sure that uploaded files can’t run as server code.

Check Also

Oracle

Oracle fixes 1,400+ vulnerabilities; critical flaws threaten enterprise servers

Oracle has fixed over 1,400 security holes in its July 2026 Critical Patch Update (CPU). …