-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WordPress Automatic plugin critical vulnerability
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
docs/advisories/20240429002-WordPress-Automatic-plugin-critical-vulnerability.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# WordPress Automatic plugin vulnerability - 20240429002 | ||
|
||
## Overview | ||
|
||
The Automatic plugin for WordPress is vulnerable to SQL Injection due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. An attacker can leverage this vulnerability to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. | ||
|
||
## What is vulnerable? | ||
|
||
| Product Affected | CVE | Severity | CVSS | | ||
| --------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------- | ---- | | ||
| WordPress Automatic plugin <br> All versions prior to 3.92.0 | [CVE-2024-27956](https://nvd.nist.gov/vuln/detail/CVE-2024-27956) | **Critical** | 9.9 | | ||
|
||
## What has been observed? | ||
|
||
There is no evidence of exploitation affecting Western Australian Government networks at the time of publishing. | ||
|
||
## Recommendation | ||
|
||
The WA SOC recommends administrators apply the solutions as per vendor instructions to all affected devices within expected timeframe of *one month...* (refer [Patch Management](../guidelines/patch-management.md)): | ||
|
||
## Additional References | ||
- [NVD - CVE-2024-27956 (nist.gov)](https://nvd.nist.gov/vuln/detail/CVE-2024-27956 "https://nvd.nist.gov/vuln/detail/CVE-2024-27956") | ||
- [CVE-2024-27956 | Tenable®](https://www.tenable.com/cve/CVE-2024-27956 "https://www.tenable.com/cve/CVE-2024-27956") | ||
- [Hackers Exploiting WP-Automatic Plugin Bug to Create Admin Accounts on WordPress Sites (thehackernews.com)](https://thehackernews.com/2024/04/hackers-exploiting-wp-automatic-plugin.html "https://thehackernews.com/2024/04/hackers-exploiting-wp-automatic-plugin.html") |