Home Samsung CVE-2024-5760
Back to Samsung

CVE-2024-5760

Universal Print Driver for Windows

Samsung CVSS 7.8 Updated March 15, 2026

Executive Risk Summary

"The Samsung Universal Print Driver for Windows is vulnerable to escalation of privilege, allowing the creation of a reverse shell. This vulnerability is only applicable to products released or manufactured before 2018."

Operational Audit Arsenal

Target Type Driver
Target Asset spoolsv.exe
Standard Path %windir%\System32\spool\drivers
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: spoolsv.exe (Driver)
$Targets = 'spoolsv.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

Print services

Internal Work Notes

Potential privilege escalation vulnerability in Samsung Universal Print Driver for Windows, affecting print services. Recommended to update or replace affected drivers.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Samsung Threats

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