Cyber Resilience

CVE-2025-30788

High

Published: 27 March 2025

Published
27 March 2025
Modified
23 April 2026
KEV Added
Patch
CVSS Score v3.1 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:L
EPSS Score 0.0016 36.8th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-30788 is a high-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 8.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 36.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-23 (Session Authenticity) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-30788 is a Cross-Site Request Forgery (CSRF) vulnerability, classified under CWE-352, in the WordPress plugin Eli EZ SQL Reports Shortcode Widget and DB Backup ( Elisqlreports). The flaw enables SQL Injection and affects all versions up to and including 5.25.08.

Attackers can exploit this vulnerability remotely (AV:N) with low attack complexity (AC:L), requiring no privileges (PR:N) but user interaction (UI:R), such as tricking an authenticated user into visiting a malicious site or clicking a forged link. Exploitation changes scope (S:C), resulting in high confidentiality impact (C:H) with low integrity (I:N) and availability (A:L) effects, allowing attackers to execute arbitrary SQL queries and potentially extract sensitive database information from affected WordPress sites.

The Patchstack advisory provides details on mitigation: https://patchstack.com/database/Wordpress/Plugin/elisqlreports/vulnerability/wordpress-ez-sql-reports-shortcode-widget-and-db-backup-plugin-5-25-08-csrf-to-sql-injection-vulnerability?_s_id=cve.

EU & UK References

Vulnerability details

Cross-Site Request Forgery (CSRF) vulnerability in Eli EZ SQL Reports Shortcode Widget and DB Backup elisqlreports allows SQL Injection.This issue affects EZ SQL Reports Shortcode Widget and DB Backup: from n/a through <= 5.25.08.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

CSRF to SQL injection in public-facing WordPress plugin directly enables remote exploitation of web applications for arbitrary SQL queries and database data extraction.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-37102Shared CWE-352
CVE-2024-37450Shared CWE-352
CVE-2025-23558Shared CWE-352
CVE-2025-68722Shared CWE-352
CVE-2025-31440Shared CWE-352
CVE-2025-23848Shared CWE-352
CVE-2025-22571Shared CWE-352
CVE-2024-53684Shared CWE-352
CVE-2025-23455Shared CWE-352
CVE-2025-22582Shared CWE-352

Affected Assets

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-23 enforces session authenticity mechanisms like CSRF tokens to prevent unauthorized forged requests that trigger SQL injection in the WordPress plugin.

prevent

SI-10 requires validation and sanitization of user inputs to block SQL injection payloads delivered via the CSRF vulnerability.

preventrecover

SI-2 mandates timely identification, reporting, and remediation of flaws like this CSRF-to-SQLi vulnerability through patching the affected plugin versions.

References