Urgent.News

One page, thousands of outlets. See who else covered it.

Editions

Tech

Forminator WordPress Flaw Can Enable Unauthenticated RCE via Malicious PHP Uploads

A critical security flaw has been disclosed in Forminator Forms, a WordPress plugin with more than 600,000 active installations, that could be exploited to achieve arbitrary code execution on susceptible sites. The vulnerability, tracked as CVE-2026-15748, is rated 9.8 out of 10.0 on the CVSS scoring system. It was discovered and reported by a security researcher who goes by the online alias "

Forminator WordPress Flaw Can Enable Unauthenticated RCE via Malicious PHP Uploads

We haven't written up this one. The Hacker News has the full story — the link below goes straight to it.

Read the original at thehackernews.com →

More in Tech

Block Scope in JavaScript

Block scope is an important concept in JavaScript. It means that a variable can be accessed only inside the block where it is declared. A block is usually written using curly braces { } .

Has your license plate been tracked by Flock? Here's how to check.

The website HaveIBeenFlocked has compiled a database of 4.6 million license plate records that have appeared in roughly 242 million Flock searches.

  • HaveIBeenFlocked.com lets public check if license plate searched in Flock's system.
  • Website uses data from audit logs of Flock's 242 million searches, not storing user info.
  • Flock's cameras track license plates for law enforcement, but system has misuse allegations.

Your Database Is Making 4 Promises. Here's What ACID Means.

Introduction Your program keeps opening transactions. A signup writes a new user row. A checkout debits one account and credits another. A form submission updates three related tables at once.

  • Atomicity ensures all parts of a transaction happen together as one unit
  • If any part fails, the entire transaction is rolled back to maintain consistency
  • ACID guarantees Atomicity, Consistency, Isolation, and Durability for transactions

Understanding chmod Without Memorizing Numbers

How Linux file permissions actually work under the hood, why symbolic mode is your best friend, and how to stop blindly typing chmod 777. Every Linux engineer has been there.

  • Symbolic mode simplifies chmod by using letters instead of numbers.
  • File mode string in ls -l shows read/write/execute permissions.
  • Chmod u+x adds execute permission for user without changing others.

More from Monday 17 August →