Lucene search
+L

425 matches found

CVE
CVE
added 2001/01/22 5:0 a.m.57 views

CVE-2000-0972

HP-UX 11.00 crontab allows local users to read arbitrary files through the -e option by creating a symlink to the target file during the crontab session, then quitting and reading the error messages crontab generates. Affected software: HP-UX 11.00 crontab. Root cause: symlink exposure via cronta...

5.5CVSS6.7AI score0.01283EPSS
SaveExploits3References2Affected Software1
Cvelist
Cvelist
added 2001/01/22 5:0 a.m.33 views

CVE-2000-1096

crontab by Paul Vixie uses predictable file names for a temporary file and does not properly ensure that the file is owned by the user executing the crontab -e command, which allows local users with write access to the crontab spool directory to execute arbitrary commands by creating...

7.2AI score0.00786EPSS
SaveExploits2References3
NVD
NVD
added 2001/01/09 5:0 a.m.26 views

CVE-2000-1096

crontab by Paul Vixie uses predictable file names for a temporary file and does not properly ensure that the file is owned by the user executing the crontab -e command, which allows local users with write access to the crontab spool directory to execute arbitrary commands by creating...

3.7CVSS7.2AI score0.00786EPSS
SaveExploits2References3
NVD
NVD
added 2000/12/19 5:0 a.m.23 views

CVE-2000-0972

HP-UX 11.00 crontab allows local users to read arbitrary files via the -e option by creating a symlink to the target file during the crontab session, quitting the session, and reading the error messages that crontab generates...

5.5CVSS5.4AI score0.01283EPSS
SaveExploits3References2
Positive Technologies
Positive Technologies
added 2000/12/19 12:0 a.m.6 views

PT-2000-1882 · Hewlett Packard · Hp-Ux

Name of the Vulnerable Software and Affected Versions: HP-UX version 11.00 Description: The issue allows local users to read arbitrary files via the -e option by creating a symlink to the target file during the crontab session, quitting the session, and reading the error messages that crontab...

5.5CVSS6.5AI score0.01283EPSS
SaveExploits3References6
Exploit DB
Exploit DB
added 2000/11/21 12:0 a.m.58 views

vixie-cron - Local Privilege Escalation

!/bin/sh echo '.-------------------------------------------------------------------------.' echo '| Marchew Hyperreal Industries ................... |' echo "| ...well, it is just me, but it is more elite to speak as a group... |" echo "--------------------------------- presents...

3.7CVSS5.8AI score0.00786EPSS
SaveExploits2
exploitpack
exploitpack
added 2000/11/21 12:0 a.m.32 views

vixie-cron - Local Privilege Escalation

vixie-cron - Local Privilege Escalation !/bin/sh echo '.-------------------------------------------------------------------------.' echo '| Marchew Hyperreal Industries ................... |' echo "| ...well, it is just me, but it is more elite to speak as a group... |" echo...

0.5AI score
SaveExploits0
exploitpack
exploitpack
added 2000/11/19 12:0 a.m.15 views

HP-UX 11.0010.20 crontab - Overwrite Files

HP-UX 11.0010.20 crontab - Overwrite Files !/bin/sh HP-UX 11.00/10.20 crontab Kyong-won,Cho [email protected] Usage : ./crontab.sh if -z "$1" then echo "Usage : $0 " exit fi cat /tmp/crontabexp !/bin/sh ln -sf $1 $1 EOF chmod 755 /tmp/crontabexp EDITOR=/tmp/crontabexp export EDITOR crontab -e ...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2000/11/19 12:0 a.m.363 views

HP-UX 11.00/10.20 crontab - Overwrite Files

!/bin/sh HP-UX 11.00/10.20 crontab Kyong-won,Cho [email protected] Usage : ./crontab.sh if -z "$1" then echo "Usage : $0 " exit fi cat /tmp/crontabexp !/bin/sh ln -sf $1 $1 EOF chmod 755 /tmp/crontabexp EDITOR=/tmp/crontabexp export EDITOR crontab -e 2 /tmp/crontab$$ grep -v "error on previous...

5.5CVSS5.8AI score0.01283EPSS
SaveExploits3
zdt
zdt
added 2000/11/19 12:0 a.m.15 views

HP-UX 11.00/10.20 crontab Overwrite Files Exploit

Exploit for hp-ux platform in category dos / poc ================================================= HP-UX 11.00/10.20 crontab Overwrite Files Exploit ================================================= !/bin/sh HP-UX 11.00/10.20 crontab Kyong-won,Cho email protected Usage : ./crontab.sh if -z "$1"...

7AI score
SaveExploits0
securityvulns
securityvulns
added 2000/11/17 12:0 a.m.116 views

vixie cron...

Attached shell-script exploits fopen + preserved umask vulnerability in Paul Vixie's cron code. It will work on systems where /var/spool/cron is user-readable eg. 0755 - AFAIR Debian does so. RedHat at least 6.1 and previous have mode 0700 on /var/spool/cron, and thus it isn't exploitable in its...

7AI score
SaveExploits0
securityvulns
securityvulns
added 2000/10/25 12:0 a.m.58 views

Re: [ Hackerslab bug_paper ] HP-UX crontab temporary file symboliclink vulnerability

Hi, Tested on 4.0-RELEASE FreeBSD 4.0-RELEASE 9 4.1-RELEASE FreeBSD 4.1-RELEASE 1: Can read any file wich start with comment simbol $ ls -l /etc/sudoers -r-------- 1 root wheel 313 24 oct 20:20 /etc/sudoers $ id uid=1002alf gid=1002alf groups=1002alf $ crontab -e /tmp/crontab.hLmjTbK417 :!sh Make...

2.4AI score
SaveExploits0
securityvulns
securityvulns
added 2000/10/24 12:0 a.m.39 views

[ Hackerslab bug_paper ] HP-UX crontab temporary file symbolic link vulnerability

============================================================================ ==== Hackerslab bugpaper HP-UX crontab temporary file symbolic link vulnerability ============================================================================ ==== File : /usr/bin/crontab SYSTEM : HP-UX Tested in HP-UX...

0.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2000/10/24 12:0 a.m.30 views

hp-ux.crontab.sh

Hackerslab bugpaper HP-UX crontab temporary file symbolic link vulnerability Attach ====================== crontab.sh ================================ !/bin/sh HP-UX 11.00 crontab Kyong-won,Cho [email protected] Usage : ./crontab.sh if -z "$1" then echo "Usage : $0 " exit fi cat /tmp/crontabex...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2000/10/20 12:0 a.m.31 views

HP-UX 10.20/11.0 - crontab '/tmp' File

source: https://www.securityfocus.com/bid/1845/info crontab is a binary in the cron package of the HP-UX cron implementation which allows a user to create a file of scheduled commands. A vulnerabiltiy in crontab exists that allows a user to read any file on an HP-UX system. crontab as implemented...

5.5CVSS5.8AI score0.01283EPSS
SaveExploits3
exploitpack
exploitpack
added 2000/10/20 12:0 a.m.20 views

HP-UX 10.2011.0 - crontab tmp File

HP-UX 10.2011.0 - crontab tmp File source: https://www.securityfocus.com/bid/1845/info crontab is a binary in the cron package of the HP-UX cron implementation which allows a user to create a file of scheduled commands. A vulnerabiltiy in crontab exists that allows a user to read any file on an...

7.4AI score
SaveExploits0
CVE
CVE
added 2000/10/13 4:0 a.m.56 views

CVE-2000-0579

IRIX crontab is affected: it creates temporary files with predictable names and the user’s umask, enabling local users to modify another user’s crontab while it is being edited. The CVSS data indicates local access with partial confidentiality/integrity/availability impact. No remediation details...

3.7CVSS6.7AI score0.00343EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2000/10/13 4:0 a.m.27 views

CVE-2000-0579

IRIX crontab creates temporary files with predictable file names and with the umask of the user, which could allow local users to modify another user's crontab file as it is being edited...

6.3AI score0.00343EPSS
SaveExploits1References2
NVD
NVD
added 2000/06/21 4:0 a.m.18 views

CVE-2000-0579

IRIX crontab creates temporary files with predictable file names and with the umask of the user, which could allow local users to modify another user's crontab file as it is being edited...

3.7CVSS6.3AI score0.00343EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2000/02/04 5:0 a.m.36 views

CVE-1999-0872

Buffer overflow in Vixie cron allows local users to gain root access via a long MAILTO environment variable in a crontab file...

6.8AI score0.00361EPSS
SaveExploits0References2
Rows per page
Query Builder