CVE-2026-6954
Deferred Deferred - Pending Action

Reflected XSS in WebControl CMS v3.5

Vulnerability report for CVE-2026-6954, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-30

Last updated on: 2026-06-30

Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)

Description

Cross-Site Scripting (XSS) vulnerability in Intermark IT's WebControl CMS v3.5. This vulnerability allows an attacker to execute JavaScript code or inject a dynamic iframe into the victim’s browser by sending a malicious URL via the 'urlDestino' parameter in '/portal.do'. This vulnerability can be exploited to steal sensitive user data, such as session cookies, display phishing interfaces, or perform actions on the user’s behalf.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-06-30
Generated
2026-07-20
AI Q&A
2026-06-30
EPSS Evaluated
2026-07-19
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
intermark_it webcontrol_cms 3.5

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

This vulnerability is a Cross-Site Scripting (XSS) issue found in Intermark IT's WebControl CMS version 3.5. It occurs because the application improperly handles the 'urlDestino' parameter in the '/portal.do' endpoint, allowing an attacker to inject malicious JavaScript code or a dynamic iframe into a victim's browser.

By exploiting this vulnerability, an attacker can execute arbitrary scripts in the context of the victim's browser session.

Detection Guidance

This vulnerability can be detected by monitoring HTTP requests to the '/portal.do' endpoint and inspecting the 'urlDestino' parameter for suspicious or malicious JavaScript code or iframe injections.

You can use network traffic analysis tools or web server logs to identify requests containing potentially malicious payloads in the 'urlDestino' parameter.

Example commands to detect such attempts include using grep on web server logs:

  • grep -i 'urlDestino=' /var/log/apache2/access.log
  • grep -i 'urlDestino=.*<script' /var/log/apache2/access.log
  • Using a web proxy or interception tool like Burp Suite to capture and analyze requests to '/portal.do' for malicious payloads in 'urlDestino'.
Impact Analysis

This vulnerability can have several impacts on users and systems:

  • Stealing sensitive user data such as session cookies.
  • Displaying phishing interfaces to trick users into revealing confidential information.
  • Performing unauthorized actions on behalf of the user without their consent.
Compliance Impact

The Cross-Site Scripting (XSS) vulnerability in Intermark IT's WebControl CMS v3.5 allows attackers to execute malicious JavaScript or inject dynamic iframes, which can lead to theft of sensitive user data such as session cookies, phishing, or unauthorized actions on behalf of users.

Such exploitation can compromise the confidentiality and integrity of user data, potentially violating data protection regulations like GDPR and HIPAA that require safeguarding personal and sensitive information against unauthorized access and breaches.

Therefore, this vulnerability poses a risk to compliance with these standards by exposing sensitive data to attackers and enabling unauthorized actions, which may lead to regulatory penalties or legal consequences if exploited.

Mitigation Strategies

Immediate mitigation steps include validating and sanitizing the 'urlDestino' parameter on the server side to prevent injection of malicious scripts or iframes.

Implement input validation to allow only safe URLs or expected values in the 'urlDestino' parameter.

If possible, apply web application firewall (WAF) rules to block requests containing suspicious script tags or iframe injections targeting '/portal.do'.

Educate users about the risks of clicking on suspicious URLs and monitor for unusual activity that may indicate exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-6954. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart