Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
WP Ticket <= 6.0.4 - Unauthenticated SQL Injection via WordPress Search 's' Parameter
Vulnerability Description
The WP Ticket plugin for WordPress is vulnerable to SQL Injection via the WordPress search query parameter (`s`) in versions up to, and including, 6.0.4 The plugin hooks WordPress's `posts_request` filter with `wp_ticket_com_posts_request()`, which calls `emd_author_search_results()` when the current request is an unauthenticated front-end search. That function reads `$query->query_vars['s']` — already wp_unslash()'d by `WP_Query::parse_query()`, so wp_magic_quotes protection has been stripped — and concatenates the raw value into a SQL `LIKE` clause inside a UNION sub-SELECT appended to the main query, with no `$wpdb->prepare()` or escaping. 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.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Vulnerability Title
emarket-design WP Ticket SQL注入漏洞
Vulnerability Description
WP Ticket是emarket-design公司的一款访问记录插件。 emarket-design WP Ticket 6.0.4及之前版本存在SQL注入漏洞,该漏洞源于wp_ticket_com_posts_request()函数处理前端搜索请求时,直接读取搜索参数s并将其未经转义或参数化处理拼接到SQL语句的LIKE子句及UNION子查询中,可能导致未经身份验证的攻击者实施SQL注入攻击,从数据库中读取敏感信息。
CVSS Information
N/A
Vulnerability Type
N/A