pfsense 2.3.2 XSS Vulnerability

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### Overview pfsense is an open source firewall. The web interface is written in PHP. In version 2.3.2-RELEASE (amd64), it is vulnerable to reflected XSS. XSS can lead to disclosure of cookies, session tokens etc. ### Details #### XSS 1 CVSS: Medium; 6.1 https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N Description: When performing a package reinstall via the package manager, the "from" and "to" parameter are vulnerable to reflected XSS. Proof of Concept: ``` http://192.168.178.60/pkg_mgr_install.php?mode=reinstallpkg&pkg=pfSense-pkg-arping&from='"><img src=no onerror=alert(1)>&to='"><img src=no onerror=alert(1)> ``` Note that while the "pkg" parameter must be a valid package, it does not need to actually be installed on the system. Code: ``` pkg_mgr_install.php <?=sprintf(gettext('Confirmation Required to upgrade package %1$s from %2$s to %3$s.'), $pkgname, $_GET['from'], $_GET['to'])?> ``` #### XSS 2 CVSS: Medium; 4.7...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息