漏洞信息
# PPOM WooCommerce <=33.0.15 SQL注入漏洞
## 概述
PPOM – Product Addons & Custom Fields for WooCommerce 是一个用于 WordPress 的插件,存在 SQL 注入漏洞。
## 影响版本
所有版本 **至且包括 33.0.15**,前提是启用了 **Enable Legacy Price Calculations** 设置。
## 漏洞细节
漏洞出现在 `PPOM_Meta::get_fields_by_id()` 函数中,原因在于:
- 对用户提供的参数 **缺乏正确转义**
- SQL 查询没有进行 **充分预处理**
攻击者可利用此漏洞,在已有的 SQL 查询中注入额外的 SQL 语句。
## 漏洞影响
该漏洞允许 **未认证攻击者** 从数据库中提取 **敏感信息**。
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
PPOM – Product Addons & Custom Fields for WooCommerce <= 33.0.15 - Unauthenticated SQL Injection
漏洞描述信息
The PPOM – Product Addons & Custom Fields for WooCommerce plugin for WordPress is vulnerable to SQL Injection via the PPOM_Meta::get_fields_by_id() function in all versions up to, and including, 33.0.15 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is only exploitable when the Enable Legacy Price Calculations setting is enabled.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
漏洞类别
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
漏洞标题
WordPress plugin PPOM – Product Addons & Custom Fields for WooCommerce SQL注入漏洞
漏洞描述信息
WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台具有在基于PHP和MySQL的服务器上架设个人博客网站的功能。WordPress plugin是一个应用插件。 WordPress plugin PPOM – Product Addons & Custom Fields for WooCommerce 33.0.15及之前版本存在SQL注入漏洞,该漏洞源于对用户提供参数转义不足和SQL查询准备不充分,可能导致
CVSS信息
N/A
漏洞类别
SQL注入