CVE-2025-34177
BaseFortify
Publication date: 2025-09-09
Last updated on: 2025-10-10
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| pfsense | pfsense | to 2.8.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in pfSense CE's suricata package, specifically in the suricata_flow_stream.php file. The value of the policy_name parameter is not properly sanitized for HTML-related strings or characters before being displayed, allowing an attacker with at least 'WebCfg - Services: suricata package' permissions to inject malicious scripts that get stored and executed in the context of the application.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute malicious scripts in the context of the affected application, potentially leading to unauthorized actions, data theft, or session hijacking for users who view the affected page. Since the attacker needs authenticated access with specific permissions, the impact is limited to users with those privileges but can still compromise the integrity and security of the system.