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-2024-28747

CVE-2024-28747: SmartSPS Auth Bypass Vulnerability

CVE-2024-28747 is an authentication bypass flaw in SmartSPS devices caused by hard-coded credentials that grant attackers high-level access. This article covers the technical details, affected systems, and mitigation.

Published: April 8, 2026

CVE-2024-28747 Overview

CVE-2024-28747 is a critical hardcoded credentials vulnerability affecting SmartSPS industrial control devices. An unauthenticated remote attacker can leverage hard-coded credentials embedded in the device firmware to gain unauthorized access with high privileges. This vulnerability represents a severe security flaw in industrial automation systems, as it allows complete device compromise without requiring any form of authentication.

Critical Impact

Remote attackers can gain complete control over SmartSPS devices using hard-coded credentials, potentially compromising industrial control systems and operational technology environments.

Affected Products

  • SmartSPS industrial control devices
  • Related programmable logic controller (PLC) systems
  • Associated industrial automation components

Discovery Timeline

  • 2024-07-09 - CVE-2024-28747 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-28747

Vulnerability Analysis

This vulnerability falls under CWE-798 (Use of Hard-coded Credentials), a critical security weakness where authentication credentials are embedded directly in the device firmware or software. The hard-coded credentials provide network-accessible authentication that cannot be changed by end users, making all deployed devices equally vulnerable once the credentials are discovered.

The attack can be executed remotely over the network without requiring any prior authentication or user interaction. Successful exploitation grants attackers high-level privileges on the target device, enabling complete compromise of confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of this vulnerability is the presence of static, unchangeable credentials embedded within the SmartSPS device firmware. This design flaw is commonly introduced during development for debugging or maintenance purposes but was never removed before production deployment. Hard-coded credentials violate fundamental security principles by creating a single point of failure that affects all deployed instances of the device.

Attack Vector

The vulnerability is exploitable over the network (AV:N), requires low attack complexity (AC:L), and needs no privileges or user interaction to exploit. An attacker can remotely connect to the SmartSPS device and authenticate using the hard-coded credentials to gain administrative or elevated access.

The attack flow typically involves:

  1. Network discovery of SmartSPS devices on target networks
  2. Identification of available authentication interfaces (web, SSH, Telnet, or proprietary protocols)
  3. Authentication using the known hard-coded credentials
  4. Full device compromise with high-privilege access

For detailed technical information about this vulnerability, refer to the VDE Security Advisory VDE-2024-012.

Detection Methods for CVE-2024-28747

Indicators of Compromise

  • Unexpected successful authentication attempts to SmartSPS devices from unknown or external IP addresses
  • Multiple login events using the same credentials across different source IPs
  • Unauthorized configuration changes or firmware modifications on SmartSPS devices
  • Unusual network traffic patterns to industrial control system (ICS) networks

Detection Strategies

  • Implement network monitoring to detect authentication attempts to SmartSPS devices from unauthorized sources
  • Deploy industrial control system (ICS) intrusion detection systems capable of analyzing authentication traffic
  • Establish baseline behavior for SmartSPS device communications and alert on deviations
  • Monitor for credential-based authentication events in OT network logs

Monitoring Recommendations

  • Deploy network segmentation between IT and OT networks with traffic inspection at boundaries
  • Implement continuous monitoring of authentication logs on SmartSPS management interfaces
  • Configure alerts for any external network access attempts to industrial control devices
  • Utilize SentinelOne Singularity for endpoint detection and response on systems communicating with SmartSPS devices

How to Mitigate CVE-2024-28747

Immediate Actions Required

  • Isolate affected SmartSPS devices from direct internet access immediately
  • Implement strict network segmentation to limit access to SmartSPS devices to authorized systems only
  • Deploy firewall rules restricting access to SmartSPS management interfaces to trusted IP addresses
  • Review and audit all access logs for signs of prior compromise

Patch Information

Organizations should consult the VDE Security Advisory VDE-2024-012 for official patch and remediation guidance from the vendor. Apply any available firmware updates that address the hard-coded credentials issue as soon as they become available.

Workarounds

  • Place all affected SmartSPS devices behind properly configured firewalls with strict access control lists
  • Implement VPN requirements for any remote access to industrial control networks
  • Deploy network-level authentication in front of SmartSPS devices using a jump server or bastion host
  • Enable comprehensive logging and monitoring on all network paths to affected devices
bash
# Example network isolation configuration
# Restrict SmartSPS device access to management VLAN only
# Replace with appropriate values for your environment

# iptables example - restrict access to SmartSPS management port
iptables -A INPUT -s 10.0.1.0/24 -d 192.168.100.10 -p tcp --dport 443 -j ACCEPT
iptables -A INPUT -d 192.168.100.10 -p tcp --dport 443 -j DROP

# Block external access to SmartSPS devices
iptables -A FORWARD -i eth0 -d 192.168.100.0/24 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSmartsps

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Technical References
  • VDE Security Advisory VDE-2024-012
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi 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