目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-15300— ninjew GEO my WP SQL注入漏洞

CVSS 9.1 · Critical EPSS 0.35% · P27

影响版本矩阵 1

厂商产品版本范围状态
ninjewGEO my WP≤ 4.5.4affected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-15300 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
GEO my WP <= 4.5.4 - Unauthenticated SQL Injection via 'distance' / 'lat' / 'lng' Parameters
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
The GEO my WP plugin for WordPress was vulnerable to SQL Injection via the 'distance', 'lat', and 'lng' parameters in versions up to, and including, 4.5.4. The values were read from $_SERVER['QUERY_STRING'] via parse_str() (bypassing wp_magic_quotes, which does not cover $_SERVER), then passed through bare esc_sql() before being interpolated into unquoted numeric positions in the proximity-search query (HAVING/SELECT clause distance math, BETWEEN bounding-box pre-filter) built by gmw_locations_query() in plugins/posts-locator/includes/class-gmw-wp-query.php. Because esc_sql() only escapes string delimiters and these positions are numeric, payloads such as `1 OR SLEEP(3)` survived sanitization. Fixed in 4.5.5 by adding an upstream is_numeric() guard that short-circuits the WHERE clause to `AND 1 = 0` when either coordinate is non-numeric, and by replacing the three esc_sql() calls with (float) casts.
来源: 美国国家漏洞数据库 NVD
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
ninjew GEO my WP SQL注入漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
ninjew GEO my WP是ninjew的WordPress 地理位置插件。 ninjew GEO my WP 4.5.4及之前版本存在SQL注入漏洞,该漏洞源于通过'distance'、'lat'和'lng'参数存在SQL注入,可能导致攻击者注入恶意有效载荷如1 OR SLEEP(3)。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
ninjewGEO my WP 0 ~ 4.5.4 -

二、漏洞 CVE-2026-15300 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-15300 的情报信息

登录查看更多情报信息。

CVE-2026-15300 补丁与修复 (2)

CVE-2026-15300 厂商安全公告 (1)

CVE-2026-15300 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-15300

暂无评论


发表评论