CVE-2026-76856 in NR255-Vinfo

Summary

by MITRE • 09/16/2026

Netcore NR255-V firmware version 1.5.130703 contains a cross-site request forgery vulnerability affecting the wan_config_set_cgi, wan_num_set_cgi, and lan_ip_change_cgi endpoints. Attackers can craft forged requests to trick authenticated administrators into modifying WAN or LAN network configuration settings without consent.

Be aware that VulDB is the high quality source for vulnerability data.

Analysis

by VulDB Data Team • 09/16/2026

The Netcore NR255-V router running firmware version 1.5.130703 is susceptible to a critical cross-site request forgery vulnerability that compromises the integrity of its network configuration subsystems. This flaw specifically impacts three distinct CGI endpoints: wan_config_set_cgi, wan_num_set_cgi, and lan_ip_change_cgi. These endpoints are responsible for applying changes to Wide Area Network parameters such as connection types, authentication credentials, and virtual circuit identifiers, as well as Local Area Network settings including IP address assignments and subnet masks. The vulnerability arises because these administrative interfaces fail to implement adequate anti-CSRF tokens or validate the origin of incoming requests against a trusted context. Consequently, any authenticated administrator session can be hijacked by an attacker who crafts malicious HTTP requests that mimic legitimate configuration updates. This lack of request validation allows external actors to bypass intended access controls and force state-changing operations without the knowledge or consent of the device owner.

From a technical perspective, this vulnerability represents a classic failure in implementing secure state change mechanisms as defined under CWE-352: Cross-Site Request Forgery (CSRF). The core issue lies in the server-side logic which trusts the session cookie associated with the administrator's browser without verifying that the request originated from an authorized source. In typical web application security models, sensitive administrative actions require a unique, unpredictable token embedded within the form or header of each request to ensure authenticity. By omitting this safeguard on critical network configuration endpoints, the firmware allows attackers to exploit the trust relationship between the authenticated user's browser and the router’s management interface. An attacker can host a malicious webpage containing hidden forms or JavaScript that automatically submits these crafted requests when visited by an administrator who is currently logged into the Netcore NR255-V web interface. This exploitation vector does not require stealing session cookies, making it particularly dangerous in environments where users may inadvertently visit compromised sites while maintaining active administrative sessions on their network infrastructure.

The operational impact of this vulnerability is severe and multifaceted, potentially leading to complete loss of network availability or unauthorized access control. By manipulating the wan_config_set_cgi endpoint, an attacker can alter WAN connection parameters such as PPPoE credentials, static IP addresses, or DNS servers. This could result in a denial-of-service condition by disconnecting the router from its upstream provider or redirecting all outbound traffic through malicious infrastructure for interception and analysis. Similarly, exploitation of wan_num_set_cgi allows modification of virtual circuit numbers which are essential for maintaining specific service connections, further disrupting connectivity. The lan_ip_change_cgi endpoint poses an even more direct threat to internal network security. An attacker can change the LAN IP address or subnet mask, effectively isolating devices on the local network from each other and from external resources. Alternatively, they could reconfigure the router’s DHCP settings to assign malicious DNS servers to all connected clients, facilitating phishing attacks or man-in-the-middle exploits against end-users. These changes are persistent across reboots due to how firmware stores configuration data, meaning the damage remains until manually corrected by a legitimate administrator who may be locked out of proper network functionality.

Mitigation strategies for this vulnerability must address both immediate remediation and long-term architectural improvements. The most effective solution is to apply the latest available firmware update from Netcore if one has been released that patches these specific CGI endpoints with proper CSRF token validation. If an updated firmware is not yet available, administrators should implement network-level controls such as restricting access to the router’s web management interface exclusively via trusted IP addresses using firewall rules or VLAN segmentation. Additionally, enabling HTTPS for administrative sessions can help mitigate some risks by ensuring encrypted communication channels, although it does not directly prevent CSRF attacks unless combined with strict origin checks. Organizations relying on this device should consider replacing it with a model that adheres to modern security standards including OWASP guidelines for session management and state change validation. Regular audits of connected IoT devices are also recommended to ensure they do not harbor malware that could act as an internal attacker launching these forged requests against the network gateway.

Responsible

VulnCheck

Reservation

08/19/2026

Disclosure

09/16/2026

Moderation

accepted

CPE

ready

EPSS

0.00000

KEV

no

Activities

very low

Sources

Want to know what is going to be exploited?

We predict KEV entries!