CVE-2025-60796
BaseFortify
Publication date: 2025-11-20
Last updated on: 2025-11-25
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phppgadmin_project | phppgadmin | to 7.13.0 (inc) |
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 involves multiple cross-site scripting (XSS) issues in phpPgAdmin 7.13.0 and earlier. User input from $_REQUEST parameters is not properly encoded or sanitized before being included in HTML output in various files. This allows an attacker to inject and execute arbitrary JavaScript code in the browsers of users who visit the affected pages.
How can this vulnerability impact me? :
Exploitation of this vulnerability can lead to execution of malicious JavaScript in a victim's browser, which may result in session hijacking, theft of credentials, or other harmful actions that compromise user security and privacy.