Cyber Posture

CVE-2026-32368

High

Published: 13 March 2026

Published
13 March 2026
Modified
22 April 2026
KEV Added
Patch
CVSS Score 8.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
EPSS Score 0.0004 11.4th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-32368 is a high-severity SQL Injection (CWE-89) vulnerability. Its CVSS base score is 8.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 11.4th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly prevents blind SQL injection by validating and sanitizing user inputs before incorporation into SQL commands in the Geo to Lat plugin.

prevent

SI-2 mandates timely remediation of known flaws like CVE-2026-32368 through patching the vulnerable WordPress plugin.

detect

RA-5 vulnerability scanning detects SQL injection issues in plugins like Geo to Lat, enabling proactive remediation.

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.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

SQL injection in public-facing WordPress plugin directly enables T1190 (exploit of public-facing app for initial/remote access) and T1005 (extraction of sensitive data from local system/DB via blind SQLi queries).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in delphiknight Geo to Lat geo-to-lat allows Blind SQL Injection.This issue affects Geo to Lat: from n/a through <= 1.0.19.

Deeper analysisAI

CVE-2026-32368 is an Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability that enables Blind SQL Injection in the delphiknight Geo to Lat (geo-to-lat) WordPress plugin. This issue affects all versions of the plugin from n/a through 1.0.19.

The vulnerability carries a CVSS v3.1 base score of 8.5 (AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L), indicating it can be exploited remotely over the network with low complexity by low-privileged authenticated users, such as WordPress subscribers, without requiring user interaction. Attackers can achieve high confidentiality impact by extracting sensitive data through blind SQL injection techniques, alongside low availability impact and a change in scope that elevates the consequences.

The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/geo-to-lat/vulnerability/wordpress-geo-to-lat-plugin-1-0-19-sql-injection-vulnerability?_s_id=cve documents this SQL injection vulnerability in the WordPress Geo to Lat plugin version 1.0.19.

Details

CWE(s)

CVEs Like This One

CVE-2026-40315Shared CWE-89
CVE-2025-24665Shared CWE-89
CVE-2025-25257Shared CWE-89
CVE-2026-23780Shared CWE-89
CVE-2026-3180Shared CWE-89
CVE-2025-1872Shared CWE-89
CVE-2026-32458Shared CWE-89
CVE-2026-24494Shared CWE-89
CVE-2025-26875Shared CWE-89
CVE-2026-26263Shared CWE-89

References