CVE-2024-7385 CRITICAL

CVE-2024-7385: WordPress Simple HTML Sitemap <= 3.1 - Authenticated (Admin+) SQL Injection

Vendor Ashishajani
Product WP Simple HTML Sitemap
Weakness CWE-89 · SQLi
Published September 25, 2024
Last update April 8, 2026

CVSS base score

9.1/10
Attack vector Network
Attack complexity Low
Privileges required High
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H

What the vulnerability does

01Description

The WordPress Simple HTML Sitemap plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter in all versions up to, and including, 3.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Explanation of Vulnerability in Simple Terms

02Summary

WP Simple HTML Sitemap versions 3.1 and earlier contain a SQL injection vulnerability in database queries. An attacker with high-level site privileges can inject malicious SQL code to read, modify, or delete database contents. The vulnerability affects the entire database, not just the plugin's tables. No user interaction is required once the attacker has administrative access.

What an attacker can do

03Attacker Capabilities

Read, modify, or delete database records by injecting SQL code into plugin queries.

Potential impact on your site

04Site Impact

A compromised admin account can be used to extract sensitive data, alter site content, or destroy the database.

Conditions required to exploit

05Prerequisites

Attacker must have high-level site privileges (administrator or equivalent role).

Key dates

06Disclosure timeline

September 25, 2024 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE