Lucene search
+L

2673 matches found

CVE
CVE
added 2002/03/09 5:0 a.m.54 views

CVE-1999-1048

CVE-1999-1048 affects Bash versions including 2.0.0 and 1.4.17, where a buffer overflow can be triggered by an extremely large directory name. The vulnerability is exploited via the PS1 prompt (\w) when another user changes into that directory, enabling local privilege escalation. The provided do...

4.6CVSS7.8AI score0.00539EPSS
SaveExploits1References5Affected Software2
Cvelist
Cvelist
added 2002/03/09 5:0 a.m.20 views

CVE-1999-1048

Buffer overflow in bash 2.0.0, 1.4.17, and other versions allows local attackers to gain privileges by creating an extremely large directory name, which is inserted into the password prompt via the \w option in the PS1 environmental variable when another user changes into that directory...

7.1AI score0.00539EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2001/09/12 4:0 a.m.24 views

CVE-1999-1383

1 bash before 1.14.7, and 2 tcsh 6.05 allow local users to gain privileges via directory names that contain shell metacharacters back-tick, which can cause the commands enclosed in the directory name to be executed when the shell expands filenames using the \w option in the PS1 variable...

6.8AI score0.004EPSS
SaveExploits1References2
CVE
CVE
added 2001/09/12 4:0 a.m.55 views

CVE-1999-1383

CVE-1999-1383 affects bash (before 1.14.7) and tcsh (6.05). The vulnerability arises when a directory name contains shell metacharacters (back-tick) that are expanded during filename expansion for the PS1 variable, allowing local users to gain privileges. Affects local privilege escalation via di...

4.6CVSS7.6AI score0.004EPSS
SaveExploits1References2Affected Software2
securityvulns
securityvulns
added 2001/06/23 12:0 a.m.20 views

Symlinks symlinks...this time KTVision

Hi ppl, the subject already states the problem: there is a symlink follow problem in the in many distributions suid root ktvision binary = 0.1.1-271. It is discouraging that nowadays such trivial symlink attacks are still possible. No comment anymore. In order to be complete: a bash script...

SaveExploits0
FreeBSD Advisory
FreeBSD Advisory
added 2001/01/15 12:0 a.m.8 views

FreeBSD-SA-01:03.bash1

-----BEGIN PGP SIGNED MESSAGE----- ============================================================================= FreeBSD-SA-01:03 Security Advisory FreeBSD, Inc. Topic: bash1 creates insecure temporary files Category: ports Module: bash1 Announced: 2001-01-15 Affects: Ports collection prior to th...

6AI score
SaveExploits0
Exploit DB
Exploit DB
added 2001/01/02 12:0 a.m.174 views

RedHat 6.1/6.2 - TTY Flood Users

!/bin/bash by teleh0r TTYDIR=/dev/pts NONSENSE=/bin/nice MYTTY=tty To prevent flooding of one's own TTY while /bin/true ; do for i in $TTYDIR/ ; do if -w $i -a -c $i -a $i != $MYTTY ; then cat $NONSENSE $i fi done done unset i milw0rm.com 2001-01-02...

7AI score
SaveExploits0
securityvulns
securityvulns
added 2000/12/21 12:0 a.m.43 views

/bin/ksh creates insecure tmp files

Recently I reported that, similarly to the recently discussed tcsh vulnerability, the Bourne shell /bin/sh creates temporary files in an insecure way: http://www.securityfocus.com/templates/archive.pike?list=1&[email protected] At the time I also tested the Korn...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2000/12/04 12:0 a.m.352 views

UUCP - File Creation/Overwriting Symlinks

/ root exploit: multiple subsystem errors allowing root exploit bashack.c - Thu Nov 30 21:50:50 NZDT 2000 redhat 6.1 /etc/rc.d/ and scripts that are trusting the untrustworthy. /bin/sh acts silly when u get it to use the include define FNAME "/usr/man/man1/last.1.gz;export PATH=.;cd ..;cd ..;cd...

7.2CVSS7.4AI score0.01415EPSS
SaveExploits3
0day.today
0day.today
added 2000/12/04 12:0 a.m.23 views

UUCP Exploit - file creation/overwriting (symlinks)

Exploit for linux platform in category local exploits =================================================== UUCP Exploit - file creation/overwriting symlinks =================================================== / root exploit: multiple subsystem errors allowing root exploit bashack.c - Thu Nov 30...

6.8AI score
SaveExploits0
securityvulns
securityvulns
added 2000/12/02 12:0 a.m.64 views

[ADV/EXP]: RH6.x root from bash /tmp vuln + MORE

Advisory: its been fixed, check some previous messages. bash1 /tmp vulns Also: uucp exploit - file creation/overwriting symlinks kinda exploit for man/makewhatis Requires: 1 local access to run the program 2 a crash or reboot to happened 3 /etc/cron.weekly/makewhatis.cron to be executed by cron 4...

7AI score
SaveExploits0
securityvulns
securityvulns
added 2000/12/02 12:0 a.m.26 views

Дырка в bash (temp files)

При многострочном вводе пользователя создается временный файл без проверки символьных линков...

0.4AI score
SaveExploits0References2Affected Software1
securityvulns
securityvulns
added 2000/11/29 12:0 a.m.23 views

Security Update: bash creates insecure temp files

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Caldera Systems, Inc. Security Advisory Subject: bash creates insecure temp files Advisory number: CSSA-2000-042.0 Issue date: 2000 November, 24 Cross reference: 1. Problem Description Bash creates temp files for here scripts insecurely. This can be...

0.8AI score
SaveExploits0
securityvulns
securityvulns
added 2000/11/24 12:0 a.m.31 views

Re: possible bug in rcp...

On Wed, Nov 22, 2000 at 09:11:20AM +1100, Andrew Griffiths wrote: Here is a possible bug in rcp; since I think it calls system. I haven't had much time to play with this, because exama are coming up. It is negated because system calls /bin/cp which with the newer versions of bash, it drops it's...

1.4AI score
SaveExploits0
securityvulns
securityvulns
added 2000/11/24 12:0 a.m.29 views

possible rcp hole...

Here is a possible bug in rcp; since I think it calls system. I haven't had much time to play with this, because exama are coming up. It is negated because system calls /bin/cp which with the newer versions of bash, it drops it's effective credientals... $ ls -alF which rcp -rwsr-xr-x 1 root root...

1.5AI score
SaveExploits0
CVE
CVE
added 2000/06/02 4:0 a.m.60 views

CVE-1999-0491

CVE-1999-0491 involves a vulnerability in the bash prompt parsing that lets a local user run commands as another user by creating a directory named after the command to execute. Affected component: bash prompt parsing. Root cause: command-name directory expansion during prompt handling enables pr...

4.6CVSS7.3AI score0.00865EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2000/06/02 4:0 a.m.23 views

CVE-1999-0491

The prompt parsing in bash allows a local user to execute commands as another user by creating a directory with the name of the command to execute...

6.9AI score0.00865EPSS
SaveExploits1References3
Packet Storm
Packet Storm
added 2000/05/31 12:0 a.m.26 views

bugzpladv1_eng.txt

0x15.0x05.Y2K ------------------------------------- BugzPL ADVISORY 1, final version ------------------------------------- Bypassing restricted bash for fun and profit ; I. Introduction bash-2 gives us a possibility to use a shell in restricted mode. This mode can be initiated using several metho...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 1999/11/04 12:0 a.m.37 views

bash_1.x.txt

Rather dangerous bug is present in output processing after "command substitution" in bash 1.xx. It seems to be NOT present in bash 2.0.x, but I haven't found any bugreport on this vulnerability. I looked for: 'command substitution', 'ff', 'subshell' and '$' CHANGES file, no effects... Seems to be...

7.4AI score
SaveExploits0
CVE
CVE
added 1999/09/29 4:0 a.m.79 views

CVE-1999-0234

The CVE-1999-0234 issue involves Bash treating any byte with value 0xFF as a command separator, per the CVE record and related entries (Red Hat, CVE list, EUVD, PT-1996-1035). These connected documents confirm the underlying root cause (parsing of 0xFF) but do not specify exact affected Bash vers...

4.6CVSS7.5AI score0.004EPSS
SaveExploits0References1Affected Software2
Rows per page
Query Builder