Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSS Vulnerability #30

Open
royblume opened this issue Dec 24, 2024 · 0 comments
Open

XSS Vulnerability #30

royblume opened this issue Dec 24, 2024 · 0 comments

Comments

@royblume
Copy link

A Cross-Site Scripting (XSS) vulnerability exists in s.php of the pkgdoc GitHub repository. The s parameter is improperly sanitized before being embedded in the HTML output. An attacker can exploit this vulnerability by tricking users into visiting a crafted URL containing malicious JavaScript, which will be executed in the victim’s browser. This can lead to unauthorized access to sensitive information, session hijacking, or content manipulation.

Example proof-of-concept: [DOMAIN]/s.php?s=<script>alert('XSS')</script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant