Home One Identity CVE-2023-48654
Back to One Identity

CVE-2023-48654

One Identity Password Manager - Kiosk Mode

One Identity CVSS 9.8 Updated March 18, 2026

Executive Risk Summary

"One Identity Password Manager before 5.13.1 is vulnerable to a Kiosk Escape, allowing an attacker to escalate privileges to NT AUTHORITY\SYSTEM. This vulnerability can be exploited by navigating through the Google ReCAPTCHA section and launching cmd.exe from a file explorer window."

Operational Audit Arsenal

Target Type Executable
Target Asset cmd.exe
Standard Path %windir%\System32
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: cmd.exe (Executable)
$Targets = 'cmd.exe'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Moderate

Internal Work Notes

Kiosk Escape vulnerability in One Identity Password Manager allows privilege escalation to NT AUTHORITY\SYSTEM, patch to version 5.13.1 or later to mitigate

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related One Identity Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.