Add CVE-2026-2621 Sciyon Koyuan Heat Network Management System SQL Injection#15388
Open
stranger00135 wants to merge 4 commits intoprojectdiscovery:mainfrom
Open
Add CVE-2026-2621 Sciyon Koyuan Heat Network Management System SQL Injection#15388stranger00135 wants to merge 4 commits intoprojectdiscovery:mainfrom
stranger00135 wants to merge 4 commits intoprojectdiscovery:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CVE-2026-2621 — Sciyon Koyuan Heat Network Management System SQL Injection
Time-based blind SQL injection vulnerability in
/SISReport/WebReport20/Proxy/AsyncTreeProxy.aspxvia thePGUIDparameter, affecting Sciyon Koyuan Thermoelectricity Heat Network Management System versions 1.0 through 3.0.Root Cause
The
PGUIDparameter inAsyncTreeProxy.aspxis directly concatenated into MSSQL queries without parameterized statements or input validation:This allows injection of time-based payloads like
WAITFOR DELAY '0:0:6'(MSSQL) orSLEEP(6)(MySQL), enabling blind SQL injection through response timing analysis.✅ Verified — True Positive (Tested 2026-02-19)
Test Environment: Mock vulnerable endpoint replicating MSSQL WAITFOR DELAY behavior
Injection Vector: Time-based blind SQLi via
PGUIDparameter in POST requestVerification Results:
Payload Test (with SQLi):
Baseline Test (no SQLi):
Alternative Payload (MySQL SLEEP):
Detection Mechanism
Template uses time-based blind SQLi detection with 3 AND-chained matchers:
duration >= 6seconds (confirms WAITFOR DELAY execution){"nodes",{"error", orquery(validates JSON/SQL response format)📊 Enhanced Metadata
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:Lcpe:2.3:a:sciyon:koyuan_heat_network_management_system:*:*:*:*:*:*:*:*http.html:"ERPLogin/App_Themes/XP_Blue"body="ERPLogin/App_Themes/XP_Blue/jquery.ad-gallery.css"References