CVE-2025-14244
BaseFortify
Publication date: 2025-12-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 |
|---|---|---|
| greencms | greencms | 2.3.0603 |
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 GreenCMS version 2.3.0603. It exists in the Menu Management Page component, specifically in the /Admin/Controller/CustomController.class.php file. The issue arises from manipulation of the 'Link' argument, which allows an attacker to inject malicious scripts. The attack can be initiated remotely, and an exploit has already been published. The affected product is no longer supported by the maintainer.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to perform cross-site scripting attacks, which may lead to the injection of malicious scripts into the web application. This can result in limited integrity impact, such as unauthorized modification of data or actions performed on behalf of a user. However, it does not affect confidentiality or availability. Since the attack requires some level of privileges and user interaction, the overall risk is relatively low but still significant for affected users.
What immediate steps should I take to mitigate this vulnerability?
Since the affected product GreenCMS 2.3.0603 is no longer supported by the maintainer, immediate mitigation steps include disabling or restricting access to the vulnerable component (/Admin/Controller/CustomController.class.php), applying web application firewall (WAF) rules to block malicious input targeting the 'Link' argument, and monitoring for exploit attempts. Consider migrating to a supported CMS or implementing custom patches if possible.