Tuesday , September 8 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.

USA Bimbo Bakeries Confirms Data Stolen in Oracle EBS Zero-Day Attack

Bimbo Bakeries USA has confirmed that hackers stole employee data by exploiting a zero-day vulnerability in Oracle’s E-Business Suite (EBS). In...
Read More
USA Bimbo Bakeries Confirms Data Stolen in Oracle EBS Zero-Day Attack

ALERT
Roundcube Webmail fixes 12 security flaws, including zero-click XSS and SSRF bypass

Roundcube Webmail has given security updates for its 1.6 LTS and 1.7 branches. These updates fix 12 problems that could...
Read More
ALERT  Roundcube Webmail fixes 12 security flaws, including zero-click XSS and SSRF bypass

New HOOKEDGE Backdoor Deployed by Hackers in European Espionage

Russian-backed hacker group BlueDelta, also known as APT28, Fancy Bear, and Forest Blizzard, has used a small Windows backdoor called...
Read More
New HOOKEDGE Backdoor Deployed by Hackers in European Espionage

Hackers Exploiting MikroTik RouterOS Flaw Gaining Network Access

Attackers are misusing MikroTik routers through their Secure Shell (SSH) service, which can be accessed from the internet, to take...
Read More
Hackers Exploiting MikroTik RouterOS Flaw Gaining Network Access

CrowdStrike launches SafeMind, the first agentic cybersecurity solution for defenders

CrowdStrike launched CrowdStrike SafeMind, a set of special security models and tools from the CrowdStrike Cyber Superintelligence Lab. The SafeMind...
Read More
CrowdStrike launches SafeMind, the first agentic cybersecurity solution for defenders

Claude, DeepSeek, and Qwen AI agents combinedly used to hit gov.t across Asia

Chinese-speaking hackers have added Claude, Qwen, and DeepSeek to their hacking system to automate cyberattacks on governments and other targets...
Read More
Claude, DeepSeek, and Qwen AI agents combinedly used to hit gov.t across Asia

India: C-DOT Launches 14 Local Quantum-Safe Technologies

India is making its communication systems safer and stronger by launching 14 local quantum products. These products were made by...
Read More
India: C-DOT Launches 14 Local Quantum-Safe Technologies

14,000 Dahua cameras compromised: TP-Link flaws enable RCE

Over 14,000 Dahua security cameras connected to the internet have been hacked in a 35-day online attack that affected devices...
Read More
14,000 Dahua cameras compromised: TP-Link flaws enable RCE

Microsoft Reveals Project Zenith Windows PCs Able to Run 30B+ AI Models Locally

Microsoft has launched Project Zenith, a new Windows 11 experience for developers. It is made for powerful PCs that can...
Read More
Microsoft Reveals Project Zenith Windows PCs Able to Run 30B+ AI Models Locally

Google issues warning of new Chrome zero-day flaw exploited

Google has updated the Chrome browser to fix a serious security issue in the V8 engine and 11 other flaws....
Read More
Google issues warning of new Chrome zero-day flaw exploited

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

macOS

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 …