A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-11784

CVE-2025-11784: Circutor SGE-PLC Buffer Overflow Flaw

CVE-2025-11784 is a stack-based buffer overflow vulnerability in Circutor SGE-PLC1000/SGE-PLC50 firmware v9.0.2 that allows attackers to exploit unchecked user input. This article covers technical details, affected systems, and mitigation.

Updated: May 15, 2026

CVE-2025-11784 Overview

CVE-2025-11784 is a stack-based buffer overflow [CWE-121] affecting Circutor SGE-PLC1000 and SGE-PLC50 devices running firmware version 9.0.2. The flaw resides in the ShowMeterDatabase() function, which copies unbounded user-supplied input into a fixed-size stack buffer through an unsafe sprintf() call. An attacker with low privileges on an adjacent network can trigger the overflow by submitting an oversized value for the meter parameter retrieved by GetParameter(meter). Exploitation can corrupt stack memory on these industrial Power Line Communication (PLC) controllers, threatening process integrity and device availability in operational technology (OT) environments.

Critical Impact

Successful exploitation enables memory corruption on industrial PLC gateway devices, with potential for denial of service or arbitrary code execution affecting downstream metering infrastructure.

Affected Products

  • Circutor SGE-PLC1000 firmware version 9.0.2
  • Circutor SGE-PLC50 firmware version 9.0.2
  • Associated Circutor SGE-PLC1000 and SGE-PLC50 hardware platforms

Discovery Timeline

  • 2025-12-02 - CVE-2025-11784 published to NVD
  • 2025-12-03 - Last updated in NVD database

Technical Details for CVE-2025-11784

Vulnerability Analysis

The vulnerability is a classic stack-based buffer overflow in the device's web management interface logic. The ShowMeterDatabase() function constructs a string using sprintf() against a fixed-size stack buffer. Because sprintf() performs no length checking, any input larger than the destination buffer overwrites adjacent stack memory, including saved frame pointers and return addresses. The meter parameter is read directly from user-controlled input through GetParameter(meter) without sanitization or bounds enforcement. An authenticated attacker on the same network segment can send a crafted request containing an excessively long meter value to corrupt the stack. The impact extends beyond the immediate device — these Circutor controllers act as data concentrators for downstream meters, so disruption affects the integrity and availability of dependent metering services.

Root Cause

The root cause is unsafe use of the sprintf() function combined with missing input validation in GetParameter(meter). Secure alternatives such as snprintf() or explicit length checks before copying would prevent the overflow. The CWE-121 classification reflects the absence of boundary enforcement on a fixed-size stack buffer.

Attack Vector

Exploitation requires adjacent network access and low-privileged authentication to the device. The attacker submits a request to the affected endpoint with an oversized meter parameter. The malformed input flows directly into the vulnerable sprintf() operation, overflowing the stack buffer. Depending on the firmware's memory protections, the result ranges from device crash and reboot to controlled hijack of execution flow on the embedded controller.

No public proof-of-concept exploit is currently available. The vulnerability is described in the INCIBE Security Notice.

Detection Methods for CVE-2025-11784

Indicators of Compromise

  • Unexpected reboots, watchdog resets, or service interruptions on SGE-PLC1000 or SGE-PLC50 devices.
  • HTTP requests to the device management interface containing abnormally long meter parameter values.
  • Authentication events from unexpected internal hosts on the OT network segment hosting the PLCs.

Detection Strategies

  • Inspect network traffic to the affected devices for oversized query string parameters, particularly meter values exceeding typical lengths.
  • Correlate device availability telemetry with authenticated session activity to identify crash-triggering requests.
  • Apply intrusion detection signatures that flag malformed HTTP parameters directed at Circutor SGE management endpoints.

Monitoring Recommendations

  • Forward syslog and device health metrics from Circutor controllers to a centralized SIEM for anomaly correlation.
  • Monitor the OT/IT network boundary for any non-engineering workstation initiating sessions toward PLC management interfaces.
  • Baseline normal meter parameter value lengths and alert on outliers consistent with overflow payloads.

How to Mitigate CVE-2025-11784

Immediate Actions Required

  • Restrict network access to the Circutor SGE-PLC1000 and SGE-PLC50 management interfaces to a dedicated engineering VLAN.
  • Enforce strong, unique credentials and disable any default accounts to limit the low-privileged access required for exploitation.
  • Review authentication logs and recent configuration changes on affected devices for signs of probing.

Patch Information

At the time of publication, no vendor patch URL is listed in the available references. Operators should consult the INCIBE Security Notice and contact Circutor support for firmware updates superseding version 9.0.2.

Workarounds

  • Place the affected devices behind a firewall that blocks all inbound traffic except from authorized engineering hosts.
  • Disable remote management features where operationally feasible and require jump-host access for administration.
  • Apply network-level input filtering to drop HTTP requests with parameter lengths inconsistent with legitimate device operation.
bash
# Example ACL restricting access to PLC management interface
iptables -A INPUT -p tcp -d <PLC_IP> --dport 80 -s <ENGINEERING_SUBNET> -j ACCEPT
iptables -A INPUT -p tcp -d <PLC_IP> --dport 80 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechCircutor Sge Plc1000

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:H/SC:H/SI:L/SA:H/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • INCIBE Security Notice
  • Related CVEs
  • CVE-2025-11788: Circutor SGE-PLC1000 Buffer Overflow Flaw

  • CVE-2025-11783: Circutor SGE-PLC Buffer Overflow Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English