CVE-2025-34305
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-11-03
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ipfire | ipfire | to 2.29 (exc) |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
| ipfire | ipfire | 2.29 |
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
How can this vulnerability impact me? :
This vulnerability can allow attackers to inject malicious scripts that execute in the context of other users who view the affected entries. This can lead to unauthorized actions, theft of session tokens, or other malicious activities within the web interface, potentially compromising user accounts or the system.
Can you explain this vulnerability to me?
This vulnerability is a stored cross-site scripting (XSS) issue in IPFire versions prior to 2.29 (Core Update 198). It occurs because the cleanhtml() function fails to properly encode user input before storing it. When authenticated users submit data to certain endpoints, the application attempts to sanitize the input but does not save the sanitized version. As a result, malicious scripts can be stored and later executed in the web interface when other users view the affected entries.