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-2023-50916

CVE-2023-50916: Kyocera Device Manager SSRF Vulnerability

CVE-2023-50916 is an SSRF flaw in Kyocera Device Manager that enables NTLM credential exposure through UNC path authentication. This article covers technical details, affected versions, security impact, and mitigation steps.

Published: February 4, 2026

CVE-2023-50916 Overview

CVE-2023-50916 is a path traversal vulnerability (CWE-22) affecting Kyocera Device Manager before version 3.1.1213.0. The vulnerability allows attackers to expose NTLM credentials through UNC path authentication by exploiting improper input validation in the backup location configuration feature. While the GUI attempts to prevent UNC paths by rejecting backslash characters, attackers can bypass this restriction by intercepting and modifying HTTP requests via a proxy or by sending requests directly to the application endpoint.

Critical Impact

Successful exploitation enables attackers to capture Windows NTLM hashes, potentially leading to credential relaying attacks or offline password cracking, compromising the entire Windows domain authentication infrastructure.

Affected Products

  • Kyocera Device Manager versions prior to 3.1.1213.0
  • Enterprise environments using Kyocera Device Manager for printer fleet management
  • Windows environments with NTLM authentication enabled

Discovery Timeline

  • 2024-01-10 - CVE-2023-50916 published to NVD
  • 2025-06-03 - Last updated in NVD database

Technical Details for CVE-2023-50916

Vulnerability Analysis

This vulnerability exists in the backup configuration functionality of Kyocera Device Manager. Administrators have the ability to specify a backup location for the application's database. The application implements client-side validation that rejects paths containing backslash (\) characters, which should prevent the use of UNC paths in the format \\server\share.

However, this security control operates only at the GUI level. By intercepting the HTTP request using a proxy tool or by crafting requests directly to the backend endpoint, an attacker with administrative access can bypass this validation entirely. Once a malicious UNC path is configured, Kyocera Device Manager attempts to verify access to the specified location by authenticating to it. In Windows environments configured to use NTLM authentication, this triggers the application to send NTLM credentials to the attacker-controlled server.

The captured NTLM hashes can then be used in two primary attack scenarios: NTLM relay attacks, where the credentials are forwarded to another system to gain unauthorized access, or offline password cracking using tools like Hashcat or John the Ripper to recover plaintext passwords.

Root Cause

The root cause is insufficient server-side input validation combined with reliance on client-side security controls. The application fails to properly sanitize and validate backup path inputs at the server level, allowing UNC paths to be submitted despite GUI restrictions. Additionally, the application authenticates to user-specified network paths without implementing appropriate security controls or warnings for potentially malicious destinations.

Attack Vector

The attack requires administrative credentials to Kyocera Device Manager but can be executed remotely over the network. An attacker with admin access intercepts the backup location change request, modifies the local path to a UNC path pointing to their controlled server, and forwards the modified request. When Kyocera Device Manager attempts to access the UNC path, it automatically sends NTLM authentication credentials to the attacker's server.

The exploitation flow involves:

  1. An attacker gains administrative access to Kyocera Device Manager
  2. The attacker sets up a rogue SMB server or uses tools like Responder to capture NTLM hashes
  3. The attacker intercepts and modifies the backup location request to specify a UNC path (e.g., \\attacker-server\share)
  4. Kyocera Device Manager authenticates to the UNC path, exposing NTLM credentials
  5. The attacker captures the credentials for relay or cracking attacks

For detailed technical information, refer to the Trustwave Security Advisory TWSL2024-001.

Detection Methods for CVE-2023-50916

Indicators of Compromise

  • Unexpected SMB connection attempts from servers running Kyocera Device Manager to external or unusual IP addresses
  • Backup configuration changes in Kyocera Device Manager logs that contain UNC paths
  • Authentication events showing NTLM authentication attempts to unknown or suspicious servers
  • Network traffic showing SMB traffic on ports 445 or 139 to non-standard destinations

Detection Strategies

  • Monitor Kyocera Device Manager configuration changes, specifically backup location settings, for UNC path entries
  • Implement network monitoring to detect outbound SMB connections from servers hosting Kyocera Device Manager
  • Review Windows Security event logs for NTLM authentication events (Event ID 4624, 4648) involving the Kyocera Device Manager service account
  • Deploy endpoint detection rules to alert on configuration file modifications in the Kyocera Device Manager installation directory

Monitoring Recommendations

  • Configure SIEM rules to correlate Kyocera Device Manager administrative actions with unusual network activity
  • Implement egress filtering to restrict SMB traffic from application servers to authorized destinations only
  • Enable enhanced logging on Kyocera Device Manager to capture all administrative configuration changes
  • Monitor for the use of proxy tools or API manipulation targeting Kyocera Device Manager endpoints

How to Mitigate CVE-2023-50916

Immediate Actions Required

  • Upgrade Kyocera Device Manager to version 3.1.1213.0 or later immediately
  • Audit current backup location configurations to ensure no UNC paths have been set
  • Review access logs for any suspicious administrative activity or configuration changes
  • Restrict administrative access to Kyocera Device Manager to only essential personnel
  • Implement network segmentation to limit SMB traffic from Kyocera Device Manager servers

Patch Information

Kyocera has released version 3.1.1213.0 of Device Manager that addresses this vulnerability by implementing proper server-side validation of backup paths. Organizations should prioritize upgrading to this version or later. For detailed patch information and upgrade instructions, refer to the Kyocera Security Advisory.

Workarounds

  • Block outbound SMB traffic (ports 445 and 139) from servers running Kyocera Device Manager using host-based or network firewalls
  • Disable NTLM authentication where possible and enforce Kerberos-only authentication in the Windows environment
  • Implement web application firewall rules to block requests containing UNC path patterns to the Kyocera Device Manager application
  • Use network segmentation to isolate Kyocera Device Manager from untrusted networks
bash
# Windows Firewall rule to block outbound SMB from Kyocera Device Manager server
netsh advfirewall firewall add rule name="Block Outbound SMB" dir=out action=block protocol=tcp localport=445
netsh advfirewall firewall add rule name="Block Outbound NetBIOS" dir=out action=block protocol=tcp localport=139

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechKyocera Device Manager

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Trustwave Security Advisories

  • Trustwave TWSL2024-001 Advisory
  • Vendor Resources
  • Kyocera CVE-2023-50196 Update
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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