CVE-2025-8975
BaseFortify
Publication date: 2025-08-14
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 |
|---|---|---|
| vvveb | vvveb | to 1.0.6 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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. |
| 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 exists in givanz Vvveb up to version 1.0.5, specifically in the file admin/template/content/edit.tpl. It involves manipulation of the 'slug' argument, which leads to a cross-site scripting (XSS) vulnerability. This means an attacker can inject malicious scripts that execute in the context of the affected web application. The attack can be initiated remotely. The issue is fixed in version 1.0.6.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform cross-site scripting attacks remotely by manipulating the 'slug' argument. This can lead to unauthorized script execution in users' browsers, potentially resulting in session hijacking, defacement, or redirection to malicious sites. It poses a security risk to users interacting with the affected application until it is patched.
What immediate steps should I take to mitigate this vulnerability?
The recommended immediate step to mitigate this vulnerability is to upgrade givanz Vvveb to version 1.0.6, which addresses the issue. Applying the patch named 84c11d69df8452dc378feecd17e2a62ac10dac66 is also advised.