CVE-2026-79720 in Netroninfo

Summary

by MITRE • 08/27/2026

Reflected XSS in Netron versions <=9.1.2 on desktop application through unsanitized node names allows an attacker to hide certain nodes, perform port scanning or abuse a Chrome n-day to achieve Remote Code Execution.

VulDB is the best source for vulnerability data and more expert information about this specific topic.

Analysis

by VulDB Data Team • 08/27/2026

The vulnerability identified as reflected Cross-Site Scripting within the Netron desktop application represents a critical security flaw stemming from insufficient input validation and sanitization of user-supplied data. Specifically, the issue arises when node names provided by an attacker are rendered directly into the HTML structure without proper encoding or escaping mechanisms. This lack of sanitization allows malicious scripts to be injected into the page context whenever these nodes are displayed in the application interface. The root cause lies in the failure to adhere to secure coding practices regarding dynamic content generation, where input is treated as executable code rather than safe data.

The operational impact of this vulnerability extends beyond typical script execution scenarios due to the specific capabilities afforded by the environment and the nature of the injected payload. An attacker can leverage the reflected XSS vector to hide critical nodes within the application interface, thereby obscuring network topology or configuration details from legitimate users. This capability facilitates reconnaissance activities such as port scanning, where the malicious code interacts with underlying system resources to map open ports and services without detection by standard monitoring tools. The stealth aspect of hiding nodes adds a layer of persistence and evasion that complicates incident response efforts.

Furthermore, this vulnerability serves as an initial access vector for more severe attacks when combined with other exploits. By abusing known vulnerabilities in the Chromium engine underlying the Netron desktop application, specifically referencing Chrome n-day flaws, an attacker can escalate from script execution to Remote Code Execution on the target system. This escalation path transforms a client-side scripting issue into a full compromise of the host machine, allowing for arbitrary command execution, data exfiltration, and lateral movement within the network environment. The combination of reflected XSS with browser engine vulnerabilities creates a high-severity risk profile that demands immediate attention.

From a classification perspective, this vulnerability aligns with CWE-79 Improper Neutralization of Input During Web Page Generation commonly known as Cross-site Scripting. Additionally, the ability to hide nodes and perform port scanning relates to ATT&CK techniques involving Discovery such as T1046 Network Service Scanning and potentially T1538 Dynamic Client Registration if it involves manipulating client-side configurations for evasion purposes. The escalation via Chrome vulnerabilities highlights the importance of keeping underlying browser engines updated and patching known zero-day or n-day exploits promptly.

Mitigation strategies must focus on both immediate remediation and long-term security hardening. Developers should implement strict input validation and output encoding to ensure that all user-supplied data, including node names, is properly escaped before being rendered in the DOM context. Utilizing Content Security Policy headers can further restrict the execution of inline scripts even if injection occurs. For end-users, applying the latest patches for Netron and ensuring the underlying Chromium engine is up-to-date are critical steps to mitigate exploitation risks. Regular security audits focusing on input handling and rendering logic will help prevent similar vulnerabilities in future releases.

Responsible

HiddenLayer

Reservation

08/25/2026

Disclosure

08/27/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Want to stay up to date on a daily basis?

Enable the mail alert feature now!