Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 894 Bytes

beetl-bbs - A reflected cross-site scripting (XSS) vulnerability was discovered in the search box.md

File metadata and controls

18 lines (10 loc) · 894 Bytes

target:https://gitee.com/xiandafu/beetl-bbs
affected version: v2.0

A xss vulnerability was discovered in beetl-bbs. A reflected XSS exists via the /index keyword parameter, which allows remote attackers to inject arbitrary web script or HTML.

image-20240117213132549

image-20240117213157616

Poc:<script>alert(document.cookie)</script>

image-20240117213215794

Information Exposure: The cookie set after a successful user login contains an MD5 hash of the user's password. If the user cookie is leaked and the AES encryption key is not changed, an attacker can obtain the password hash and attempt to crack the actual password through hash collision attacks.

image-20240117213241736