Add CVE-2026-2620 Huace Monitoring and Early Warning System SQL Injection#15387
Open
stranger00135 wants to merge 4 commits intoprojectdiscovery:mainfrom
Open
Add CVE-2026-2620 Huace Monitoring and Early Warning System SQL Injection#15387stranger00135 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-2620 — Huace Monitoring and Early Warning System 2.2 SQL Injection
SQL injection vulnerability in
/Web/SysManage/ProjectRole.aspxvia theIDparameter, allowing unauthenticated attackers to manipulate database queries.Root Cause
The
IDparameter inProjectRole.aspxis directly concatenated into SQL queries without input sanitization or parameterized statements:This allows attackers to inject boolean conditions (
1 or 1=1,1 or 1=0) that alter query logic and expose sensitive data through differential response analysis.✅ Verified — True Positive (Tested 2026-02-19)
Test Environment: Mock vulnerable endpoint replicating Huace 2.2 behavior
Injection Vector: Boolean-based SQLi via
IDparameterVerification Results:
ID=1 or 1=1): Response length = 356 bytes (all records returned)ID=1 or 1=0): Response length = 117 bytes (no records returned)ID=1): Response length = 164 bytes (single record)Detection Mechanism:
Template uses differential analysis with 3 AND-chained matchers:
Test Commands:
📊 Enhanced Metadata
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:Lcpe:2.3:a:huace:monitoring_and_early_warning_system:*:*:*:*:*:*:*:*http.html:"App_Themes/Flat/Login"body="App_Themes/Flat/Login/backgroundEn.png"References