The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2026-32964

CVE-2026-32964: Silex SD-330AC CRLF Injection Vulnerability

CVE-2026-32964 is a CRLF injection flaw in Silex SD-330AC firmware that allows attackers to inject arbitrary entries into system configuration. This article covers technical details, affected versions, and mitigation.

Updated: May 14, 2026

CVE-2026-32964 Overview

CVE-2026-32964 is a Carriage Return Line Feed (CRLF) injection vulnerability affecting silex technology's SD-330AC wireless device and the AMC Manager configuration utility. The flaw stems from improper neutralization of CRLF sequences when processing configuration data. An unauthenticated network attacker can supply crafted configuration input that injects arbitrary entries into the system configuration of the affected device.

Critical Impact

Successful exploitation lets a remote attacker inject unauthorized entries into the device's system configuration, altering operational parameters without authentication or user interaction.

Affected Products

  • silex technology SD-330AC firmware
  • silex technology SD-330AC hardware
  • silex technology AMC Manager

Discovery Timeline

  • 2026-04-20 - CVE-2026-32964 published to NVD
  • 2026-04-22 - Last updated in NVD database

Technical Details for CVE-2026-32964

Vulnerability Analysis

The vulnerability is classified under [CWE-93] Improper Neutralization of CRLF Sequences. The affected components fail to sanitize carriage return (\r, 0x0D) and line feed (\n, 0x0A) characters embedded within configuration data submitted to the device or managed through AMC Manager.

Because system configuration files and parsers typically treat each new line as a discrete directive, an attacker who injects CRLF bytes can terminate a legitimate configuration field early and append entirely new configuration entries. These injected entries are then accepted and persisted by the device as if they were legitimate operator-supplied settings.

The attack is reachable over the network without authentication, privileges, or user interaction. Impact is limited to integrity and availability of the device configuration; confidentiality is not directly impacted according to the CVSS vector. The EPSS data indicates a low likelihood of widespread exploitation activity at this time.

Root Cause

The SD-330AC firmware and AMC Manager accept configuration values without filtering or encoding embedded CRLF byte sequences. Configuration parsing routines interpret line terminators as record separators, so an unfiltered \r\n inside a single field allows an attacker to break out of that field and write additional configuration keys and values.

Attack Vector

An attacker with network access to the management interface submits configuration data containing embedded CRLF sequences. When the device or AMC Manager processes the payload, the injected newline-delimited directives are written into the system configuration store. No authentication or user interaction is required. See the JVN Security Advisory JVNVU94271449 and the Silex Security Advisory 2026-001 for vendor-confirmed technical details.

No public proof-of-concept exploit code has been released for this vulnerability. The vulnerability mechanism is described in prose because no verified exploit code is available.

Detection Methods for CVE-2026-32964

Indicators of Compromise

  • Unexpected entries appearing in the SD-330AC system configuration, particularly directives the administrator did not author.
  • Configuration field values that contain raw \r\n byte sequences or appear to span multiple lines when viewed in the device console.
  • HTTP requests to the AMC Manager or device management endpoint containing URL-encoded CRLF sequences such as %0d%0a in configuration parameters.

Detection Strategies

  • Inspect network traffic destined for SD-330AC management interfaces and AMC Manager for request bodies or query parameters containing CR (0x0D) or LF (0x0A) bytes inside configuration field values.
  • Compare current device configuration exports against a known-good baseline and alert on additions or modifications that were not initiated through a sanctioned change workflow.
  • Review AMC Manager audit logs for configuration write operations originating from unexpected source addresses or outside maintenance windows.

Monitoring Recommendations

  • Forward AMC Manager and SD-330AC syslog output to a centralized log platform and create rules that flag configuration-change events.
  • Restrict management plane reachability and monitor any cross-segment connections that reach the device administration ports.
  • Track firmware version reporting across the SD-330AC fleet to confirm patched builds are deployed and remain in place.

How to Mitigate CVE-2026-32964

Immediate Actions Required

  • Apply the firmware and AMC Manager updates published in Silex Security Advisory 2026-001 to every affected SD-330AC device and management host.
  • Limit network access to the device management interface and AMC Manager to trusted administrative subnets only.
  • Audit current device configurations for unauthorized entries that may have been injected before patching.

Patch Information

silex technology has released fixed firmware for SD-330AC and an updated build of AMC Manager addressing the CRLF injection flaw. Refer to the Silex Security Advisory 2026-001 and the English advisory for the specific fixed versions and upgrade instructions.

Workarounds

  • Place affected devices behind a management firewall or jump host until patches can be applied, blocking direct network reachability from untrusted segments.
  • Disable remote configuration features that are not strictly required for operations.
  • Enforce change control by exporting and reviewing the device configuration on a recurring schedule to detect unauthorized additions.
bash
# Example: restrict access to the SD-330AC management interface to a trusted admin subnet
iptables -A INPUT -p tcp -s 10.10.20.0/24 --dport 443 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -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/TechSilextechnology

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-93
  • Technical References
  • JVN Security Advisory JVNVU94271449
  • Vendor Resources
  • Silex Security Advisory 2026-001

  • Silex Security Advisory 2026-001 English
  • Related CVEs
  • CVE-2026-32962: Silex SD-330AC Auth Bypass Vulnerability

  • CVE-2026-32965: Silex SD-330AC Auth Bypass Vulnerability

  • CVE-2026-32960: Silex SD-330AC Auth Bypass Vulnerability

  • CVE-2026-32958: Silex SD-330AC Auth Bypass Vulnerability
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