CVE-2026-6953
Received Received - Intake

HTML Injection in Intermark IT WebControl CMS

Vulnerability report for CVE-2026-6953, 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

HTML injection vulnerability in Intermark IT's WebControl CMS v3.5. This vulnerability allows an attacker to send an email containing malicious HTML code to a victim via the contact form. To exploit this vulnerability, the attacker must send a request using the 'nombreApellidos', 'direcciΓ³n ', and 'comentarios ' parameters to '/processContact.do'.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-06-30
Generated
2026-06-30
AI Q&A
2026-06-30
EPSS Evaluated
N/A
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

CVE-2026-6953 is an HTML injection vulnerability found in Intermark IT's WebControl CMS version 3.5. This vulnerability allows an attacker to send an email containing malicious HTML code to a victim by exploiting the contact form.

To exploit this vulnerability, the attacker must send a specially crafted request using the 'nombreApellidos', 'direcciΓ³n', and 'comentarios' parameters to the '/processContact.do' endpoint.

Impact Analysis

This vulnerability could allow an attacker to inject harmful HTML content into emails sent via the contact form, potentially leading to further attacks such as phishing or the execution of malicious scripts.

Detection Guidance

This vulnerability can be detected by monitoring requests to the '/processContact.do' endpoint that include the parameters 'nombreApellidos', 'direcciΓ³n', and 'comentarios' containing suspicious or malicious HTML code.

You can use network monitoring tools or web server logs to identify such requests.

  • Use grep or similar command-line tools to search web server logs for requests to '/processContact.do' with the relevant parameters, for example:
  • grep "/processContact.do" /var/log/apache2/access.log | grep -E "nombreApellidos=|direcciΓ³n=|comentarios="
  • Use intrusion detection systems (IDS) or web application firewalls (WAF) to detect and alert on HTML injection patterns in these parameters.
Mitigation Strategies

Since no solution or patch has been reported at this time, immediate mitigation steps include:

  • Implement input validation and sanitization on the server side to filter out malicious HTML code in the 'nombreApellidos', 'direcciΓ³n', and 'comentarios' parameters.
  • Restrict or monitor access to the '/processContact.do' endpoint to detect and block suspicious requests.
  • Use a web application firewall (WAF) to block or alert on HTML injection attempts.
  • Educate users to be cautious of unexpected emails that may contain malicious HTML content.

Chat Assistant

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

EPSS Chart