CVE-2025-56762
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-19

Last updated on: 2025-10-03

Assigner: MITRE

Description
Paracrawl KeOPs v2 is vulnerable to Cross Site Scripting (XSS) in error.php.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-19
Last Modified
2025-10-03
Generated
2026-06-16
AI Q&A
2025-09-19
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
paracrawl keops 2
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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 Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability in Paracrawl KeOPs v2 is a Cross Site Scripting (XSS) issue in the error.php script. It occurs because the application does not properly sanitize the 'code' parameter, allowing attackers to inject malicious JavaScript code. This injected script can then execute in the user's browser, potentially leading to unauthorized actions such as data theft or manipulation of the web page content. [1]

Impact Analysis

This vulnerability can impact you by allowing attackers to execute arbitrary scripts in your browser when you visit a manipulated URL. This can lead to theft of sensitive data, hijacking of user accounts, and unauthorized changes to the content displayed on the website, potentially compromising your security and privacy. [1]

Detection Guidance

This vulnerability can be detected by testing the error.php script for improper sanitization of the 'code' parameter. A common method is to inject a script payload into the URL parameter and observe if it executes. For example, accessing the URL /error.php?code=\"><script>alert(document.domain)</script> can reveal if the XSS vulnerability exists. Network or web application scanners that test for reflected XSS by injecting scripts into URL parameters can also be used. [1]

Mitigation Strategies

Immediate mitigation steps include sanitizing and validating the 'code' parameter in error.php to prevent injection of malicious scripts. Implement proper output encoding to ensure that any user-supplied input is safely handled before rendering in the browser. Additionally, applying web application firewall (WAF) rules to block suspicious script injections and updating the application to a patched version (if available) are recommended. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-56762. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart