|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: msdosfs_vnops.c : msdosfs_rename()
From: Marius Bendiksen (mbendiks
eunet.no)Date: Mon Jun 12 2000 - 14:14:22 CDT
- Next message: Bruce Evans: "Re: msdosfs_vnops.c : msdosfs_rename()"
- Previous message: Adam Laurie: "Re: cvsup"
- Next in thread: Bruce Evans: "Re: msdosfs_vnops.c : msdosfs_rename()"
- Reply: Bruce Evans: "Re: msdosfs_vnops.c : msdosfs_rename()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It would appear to me that, in the following section, there is the
potential for a malicious user to cause a system panic. Could anyone
confirm/disaffirm this?
if (fvp == NULL) {
/*
* From name has disappeared
*/
if (doingdirectory)
panic("rename: lost dir entry");
This is after rescanning the directory during a rename operation. Neither
the directory, nor the entry, is locked at this point, according to the
comments in the source.
--- Marius BendiksenTo Unsubscribe: send mail to majordomo
FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
- Next message: Bruce Evans: "Re: msdosfs_vnops.c : msdosfs_rename()"
- Previous message: Adam Laurie: "Re: cvsup"
- Next in thread: Bruce Evans: "Re: msdosfs_vnops.c : msdosfs_rename()"
- Reply: Bruce Evans: "Re: msdosfs_vnops.c : msdosfs_rename()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]