lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 14 Jun 2010 11:05:53 -0700
From:	Lei Sun <leisun124@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: core dumping on NFS mounted directory

Hi :
   In 2.6.3x, I am logging in as a root and running app from NFS
mounted directory. The app crashed with 0 bytes core file (I have set
"ulimit -c unlimited", so it's not an issue).
The following code in fs/exec.c is causing this:

    /*
     * Dont allow local users get cute and trick others to coredump
     * into their pre-created files:
     * Note, this is not relevant for pipes
     */
    if (!ispipe && (inode->i_uid != current_fsuid()))
        goto close_fail;

What is the intention of above piece of code?  If it's security
concern,  it clearly break the NFS mounted (different uid) core
dumping logic.

Thanks
lei
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists