Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (mitre) · only source for this CVE.
CVSS VectorVendor: mitre
Lifecycle Timeline
5DescriptionCVE.org
A Cross-Site Request Forgery (CSRF) vulnerability exists in the web management interface of the U-SPEED N300 Rounter V1.0.0. The device does not implement CSRF protection mechanisms such as anti-CSRF tokens or strict Origin/Referer validation for administrative API endpoints. An attacker can craft a malicious webpage that sends forged HTTP requests to configuration endpoints. If an authenticated administrator visits the malicious webpage, the victim's browser automatically includes the valid session cookie in the request, allowing the router to process the request as a legitimate administrative action.
AnalysisAI
Cross-site request forgery in U-SPEED N300 Router V1.0.0 allows remote attackers to execute administrative actions through victim browsers when authenticated administrators visit attacker-controlled webpages. The router's web management interface lacks CSRF tokens and Origin/Referer validation, enabling attackers to craft malicious pages that trigger state-changing operations using the victim's valid session cookie. A proof-of-concept exploit exists (GitHub repository linked), though no active exploitation is confirmed in CISA KEV at time of analysis. CVSS 8.8 severity reflects high impact across confidentiality, integrity, and availability when exploitation succeeds.
Technical ContextAI
CSRF (CWE-352) exploits the web's stateless trust model where browsers automatically attach authentication credentials (cookies, Basic Auth headers) to cross-origin requests. The U-SPEED N300 Router V1.0.0 web management interface processes administrative API requests based solely on session cookie presence without validating request origin. Modern CSRF defenses include synchronizer tokens (unpredictable values embedded in forms and validated server-side), SameSite cookie attributes, or strict Origin/Referer header checks. The CPE data shows as not-applicable, indicating this may be an embedded/IoT device with limited vendor CVE infrastructure. The vulnerability affects state-changing endpoints that modify router configuration (wireless settings, firewall rules, admin credentials, firmware updates) but does not bypass authentication itself - it leverages existing authenticated sessions.
RemediationAI
No vendor-released patch or security advisory is identified in available references - only the vendor homepage (http://u-speed.com) and researcher disclosure (https://github.com/kirubel-cve/CVE-2026-36960) are linked. Users should immediately check the vendor website and router admin interface for firmware updates newer than V1.0.0. Until patching is confirmed available, implement these compensating controls: (1) Disable remote web management access and restrict admin interface to local LAN only via router firewall rules - eliminates most internet-based CSRF vectors but prevents legitimate remote administration; (2) Log out of the router admin interface immediately after configuration changes rather than leaving sessions open - reduces attack window but relies on user discipline; (3) Use a dedicated browser or browser profile for router administration with JavaScript disabled - breaks many modern admin interfaces but prevents malicious page execution; (4) Access router admin panel only from a hardened administrative workstation that does not browse general internet content - practical for enterprise but unrealistic for home users. These mitigations reduce but do not eliminate CSRF risk, as attacks can occur through malicious ads, compromised websites, or phishing emails opened while authenticated.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-26386