Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-92967— Pochipp <= 1.20.2 - Reflected Cross-Site Scripting via 'keyword' Parameter

Quick assessment

Affected
wppochipp Pochipp
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

WordPress 的 Pochipp 插件存在反射型跨站脚本(Reflected Cross-Site Scripting, XSS)漏洞,受影响版本为 1.20.2 及以下。 该漏洞源于输出转义不足:程序读取 参数后,仅使用 进行清理(该函数会去除 HTML 标签,但会保留双引号),随后通过 PHP heredoc 将值直接插入搜索输入框的 属性中,未调用 进行转义。 这使得未经身份验证的攻击者能够注入任意的 Web 脚本,前提是他们能诱使具有“上传文件”权限的用户(作者或更高权限)执行特定操作,例如点击一个指

CVSS 6.1 · Medium

Possible ATT&CK Techniques 1 AI

T1189 · Drive-by Compromise
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-92967

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

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
Pochipp <= 1.20.2 - Reflected Cross-Site Scripting via 'keyword' Parameter
Source: CVE Program / CVE List V5
Vulnerability Description
The Pochipp plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'keyword' parameter in versions up to, and including, 1.20.2. This is due to insufficient output escaping , which reads $_GET['keyword'], applies only sanitize_text_field() (which strips tags but leaves double quotes intact) and interpolates the value directly into the value attribute of the search input via a PHP heredoc, without esc_attr(). This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user with upload_files capability (Author or above) into performing an action such as clicking on a specially crafted link to /wp-admin/media-upload.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
wppochipp Pochipp 0 ~ 1.20.2 -

II. Public POCs for CVE-2026-92967

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-92967

登录查看更多情报信息。

Other References for CVE-2026-92967 (6)

IV. Related Vulnerabilities

V. Comments for CVE-2026-92967

No comments yet


Leave a comment