CVE-2026-2621
7.3Sciyon · Koyuan Thermoelectricity Heat Network Management System
An unauthenticated SQL injection vulnerability in the AsyncTreeProxy.aspx file of Sciyon Koyuan Thermoelectricity Heat Network Management System allows remote attackers to manipulate database queries.
Executive summary
An unauthenticated SQL injection vulnerability in Sciyon Koyuan Thermoelectricity Heat Network Management System 3.0 poses a significant risk of remote unauthorized data access and manipulation.
Vulnerability
This is an unauthenticated SQL injection vulnerability triggered by the improper sanitization of the PGUID parameter within the /SISReport/WebReport20/Proxy/AsyncTreeProxy.aspx endpoint. Attackers can remotely inject malicious SQL commands into the backend database, potentially bypassing authentication or accessing sensitive information.
Business impact
Successful exploitation allows an unauthenticated attacker to execute arbitrary SQL commands, which can lead to full unauthorized access to the application database. Given the CVSS score of 7.3, this high-severity flaw could result in the exposure of sensitive operational or customer data, potential system compromise, and significant reputational damage to organizations utilizing this management system.
Remediation
Immediate Action: As no official vendor patch is currently available, administrators should immediately restrict network access to the affected management interface, ensuring it is not exposed to the public internet.
Proactive Monitoring: Security teams should monitor web access logs for suspicious POST requests directed at /SISReport/WebReport20/Proxy/AsyncTreeProxy.aspx, particularly those containing SQL syntax in the PGUID parameter.
Compensating Controls: Deploy Web Application Firewall (WAF) rules designed to detect and block SQL injection patterns specifically targeting the PGUID parameter in HTTP requests.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the research write-up linked in the provided references.
Analyst recommendation
The presence of a functional proof-of-concept and the unauthenticated nature of this vulnerability necessitate immediate defensive action. Organizations must treat this as a high-priority risk and implement strict network segmentation or WAF filtering to prevent potential exploitation until an official security update is released by the vendor.
Sources
Originally found and disclosed by red88-debug (VulDB User), per the CVE Program record.
- VDB-346272 | Sciyon Koyuan Thermoelectricity Heat Network Management System AsyncTreeProxy.aspx sql injection Vulnerability database entry
- VDB-346272 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #751809 | 南京科远智慧科技集团股份有限公司 Koyuan Thermoelectricity Heat Network Management System 3.0 SQL Injection Third-party advisory
- Exploit / PoC