vendor:
RecordPress
by:
Khashayar Fereidani
5.5
CVSS
MEDIUM
CSRF ( Change Admin Password ) And XSS
352, 79
CWE
Product Name: RecordPress
Affected Version From: 2000.3.1
Affected Version To: 2000.3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:recordpress:recordpress:0.3.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
WebApplication : RecordPress 0.3.1
A CSRF vulnerability exists in RecordPress 0.3.1 which allows an attacker to change the admin password. An XSS vulnerability also exists which allows an attacker to inject malicious JavaScript code into the application.
Mitigation:
Implementing a CSRF token in the application and validating it on the server side can help mitigate this vulnerability. Additionally, input validation should be implemented to prevent XSS attacks.