一、 漏洞 CVE-2023-34461 基础信息
漏洞标题
在 PyBB 中跨站点脚本(XSS)可用性
来源:AIGC 神龙大模型
漏洞描述信息
跨站脚本(XSS)在PyBB中的可用性
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
来源:AIGC 神龙大模型
漏洞类别
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源:AIGC 神龙大模型
漏洞标题
Cross-site Scripting (XSS) Availability in PyBB
来源:美国国家漏洞数据库 NVD
漏洞描述信息
PyBB is an open source bulletin board. A manual code review of the PyBB bulletin board server has revealed that a vulnerability could have been exploited in which users could submit any type of HTML tag, and have said tag run. For example, a malicious `<a>` that looks like ```<a href=javascript:alert (1)>xss</a>``` could have been used to run code through JavaScript on the client side. The problem has been patched as of commit `5defd92`, and users are advised to upgrade. Attackers do need posting privilege in order to exploit this vulnerability. This vulnerability is present within the 0.1.0 release, and users are advised to upgrade to 0.1.1. Users unable to upgrade may be able to work around the attack by either; Removing the ability to create posts, removing the `|safe` tag from the Jinja2 template titled "post.html" in templates or by adding manual validation of links in the post creation section.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N
来源:美国国家漏洞数据库 NVD
漏洞类别
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
来源:美国国家漏洞数据库 NVD
漏洞标题
PyBB 跨站脚本漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
PyBB是英国Ben个人开发者的一个开源公告板。 PyBB 0.1.0版本存在跨站脚本漏洞,该漏洞源于存在跨站脚本漏洞,允许攻击者在客户端运行恶意JavaScript代码。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
跨站脚本
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-34461 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-34461 的情报信息