Cross-site Scripting (XSS) - Reflected in kasuganosoras/pigeon

Valid

Reported on

Sep 7th 2021


✍️ Description

Cross-site Scripting (XSS) refers to client-side code injection attack wherein an attacker can execute malicious scripts into a legitimate website or web application. XSS occurs when a web application makes use of unvalidated or unencoded user input within the output it generates.

The user input POST parameter username of register.php is unsanitized resulting reflected cross site scripting.

Remediation

Apply context-dependent encoding and/or validation to user input rendered on a page

References

We created a GitHub Issue asking the maintainers to create a SECURITY.md 2 years ago
We have contacted a member of the kasuganosoras/pigeon team and are waiting to hear back 2 years ago
kasuganosoras
2 years ago

Maintainer


Thanks for the report. This issue is already fixed in the master branch: Link

kasuganosoras validated this vulnerability 2 years ago
wtwver has been awarded the disclosure bounty
The fix bounty is now up for grabs
kasuganosoras marked this as fixed with commit ba71b0 2 years ago
The fix bounty has been dropped
This vulnerability will not receive a CVE
register.php#L30 has been validated
to join this conversation