CVE-2025-11437
BaseFortify
Publication date: 2025-10-08
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jhumanj | opnform | to 1.9.3 (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. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a cross-site scripting (XSS) flaw found in JhumanJ OpnForm up to version 1.9.3, specifically in the /api/open/forms/ component of the Form Editor. It allows an attacker to remotely inject malicious scripts, potentially manipulating the application. The vendor has mitigated this by disabling the vulnerable feature until users configure their own domain.
How can this vulnerability impact me? :
The vulnerability can allow remote attackers to perform cross-site scripting attacks, which may lead to limited integrity impacts such as unauthorized script execution within the affected application. This could potentially be used to manipulate user interactions or data within the application. However, the impact is limited as the feature is disabled until domain configuration, and the CVSS scores indicate a low to moderate severity.
What immediate steps should I take to mitigate this vulnerability?
The vendor has stated that the vulnerable feature is disabled until the user has configured their own domain, which mitigates this attack vector. Therefore, an immediate mitigation step is to ensure that the feature remains disabled or to configure your own domain as required by the vendor to prevent exploitation.