CVE-2026-4293
Cross-Site Scripting in Kieback & Peter DDC Building Controllers
Publication date: 2026-05-20
Last updated on: 2026-05-20
Assigner: ICS-CERT
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kieback_and_peter | ddc_building_controllers | * |
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. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-4293 is a cross-site scripting (XSS) vulnerability affecting multiple Kieback & Peter DDC Building Controllers. This vulnerability allows an attacker to execute JavaScript code in the victim's browser, which can enable the attacker to take control of the browser.
- It affects various models including DDC4002, DDC4100, DDC4200, DDC4200-L, DDC4400, DDC520, DDC4002e, DDC4200e, DDC4400e, DDC4020e, and DDC4040e.
- The vulnerability has a CVSS v3.1 base score of 5.3, indicating medium severity.
- It is associated with CWE-79, which is the common weakness enumeration for cross-site scripting.
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker to execute malicious JavaScript in the victim's browser, effectively giving the attacker control over the browser.
This could lead to unauthorized actions performed on behalf of the user, theft of sensitive information, or manipulation of the user interface.
Since the affected devices are used in critical infrastructure sectors such as commercial facilities, communications, financial services, food and agriculture, government services, healthcare, and information technology, exploitation could have broader operational impacts.
What immediate steps should I take to mitigate this vulnerability?
To mitigate the CVE-2026-4293 vulnerability in Kieback & Peter DDC building controllers, several defensive measures are recommended.
- Minimize network exposure of the affected devices.
- Isolate control system networks behind firewalls.
- Use secure remote access methods such as VPNs.
- Operate end-of-maintenance devices in strictly separate OT environments.
- Restrict network access to the affected devices.
- Disable unnecessary web portal access.
- Update firmware to the latest versions where applicable.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability in Kieback & Peter DDC building controllers allows cross-site scripting (XSS), enabling attackers to execute JavaScript in a victim's browser and potentially control it. While the affected devices are used in critical infrastructure sectors including healthcare and government services, the provided information does not explicitly describe how this vulnerability impacts compliance with common standards and regulations such as GDPR or HIPAA.
However, given that the vulnerability could lead to unauthorized control of user browsers, it may pose risks related to data integrity and security, which are important considerations under regulations like GDPR and HIPAA. Organizations using these devices should consider the potential implications for protecting personal and sensitive data and follow recommended mitigation steps to reduce exposure.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
The CVE-2026-4293 vulnerability affects multiple Kieback & Peter DDC Building Controllers and involves cross-site scripting (CWE-79). Detection typically involves identifying the presence of affected devices and checking for vulnerable web portal access.
While no specific detection commands are provided in the available resources, general approaches include scanning your network for the affected device models (such as DDC4002, DDC4100, DDC4200, and others) and inspecting web interfaces for input fields vulnerable to cross-site scripting.
Network scanning tools like nmap can be used to identify devices by their IP addresses and open ports. For example, a command like `nmap -p 80,443 <target-ip>` can help identify web services running on these devices.
Additionally, manual or automated testing of web portals for XSS vulnerabilities can be performed using security tools such as OWASP ZAP or Burp Suite to detect if JavaScript injection is possible.
CISA recommends minimizing network exposure and isolating control system networks behind firewalls, which can also help in detecting unauthorized access attempts or suspicious traffic related to exploitation attempts.