XSS Vulnerability Patched in Open-Source OSINT Tool Cyberbro
A high-severity Cross-Site Scripting (XSS) flaw was discovered and fixed in Cyberbro, an open-source OSINT platform with over 120 GitHub stars. The vulnerability existed in the search highlight feature of SearchView.js, where unsanitized user input was passed directly into the DOM via .innerHTML, enabling reflected XSS attacks. Any unauthenticated user could trigger the exploit with a single click, potentially allowing attackers to execute malicious JavaScript, hijack sessions, or steal credentials. The flaw, rated CVSS 7.5 and classified under CWE-79 and OWASP Top 10 A03:2021, was detected by GSC, a self-learning static analysis security tool. The fix replaced unsafe .innerHTML assignment with programmatic DOM element creation, and the corresponding pull request was reviewed and merged by the project maintainer.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in