vendor:
pfSense
by:
Chi Tran
6.1
CVSS
MEDIUM
Stored Cross-Site Scripting
79
CWE
Product Name: pfSense
Affected Version From: 2.4.4-p3
Affected Version To: 0.5.7_1
Patch Exists: YES
Related CWE: CVE-2019-12347
CPE: a:netgate:pfsense:2.4.4-p3
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2019
pfSense 2.4.4-p3 (ACMEPackage 0.5.7_1) – Stored Cross-Site Scripting
pfSense software is a free, open source customized distribution of FreeBSD specifically tailored for use as a firewall and router that is entirely managed via web interface. The ACME Package for pfSense interfaces with Let’s Encrypt to handle the certificate generation, validation, and renewal processes. An attacker can exploit this vulnerability by navigating to the acme_accountkeys_edit.php page and inputting malicious payloads into the Name and Description fields, which will then trigger an XSS box to pop-up.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.