segfault in ftpd
From: Blaz Zupan (blaz@si.FreeBSD.org)
Date: 04/23/02
- Next message: Jason Stone: "Re: FreeBSD Security Advisory FreeBSD-SA-02:23.stdio"
- Previous message: Jacques A. Vidrine: "Re: Cleaning suid Binaries (Was: Re: stdio security advisory)"
- Next in thread: Mikko Tyolajarvi: "Re: segfault in ftpd"
- Reply: Mikko Tyolajarvi: "Re: segfault in ftpd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 23 Apr 2002 23:03:09 +0200 (CEST) From: Blaz Zupan <blaz@si.FreeBSD.org> To: freebsd-security@freebsd.org
For some time now I see messages like this in the logs on our webserver:
pid 36861 (ftpd), uid 29987: exited on signal 11
This is with the stock ftpd on 4.5-RELEASE-p3 (users use it to upload their
web pages to it). I compiled ftpd with -g and tried to set it up so that I get
a coredump. I configured:
mkdir /var/coredumps
chmod 1777 /var/coredumps
sysctl kern.corefile=/var/coredumps/%U.%N.%P.core
Now I can create a simple program that crashes and the core will be written to
/var/coredumps. But ftpd simply does not want to create a coredump. As far as
I can see, /etc/login.conf specifies coredumpsize=unlimited. Is there anything
else I need to configure or tune to be able to catch a coredump?
I'd really like to catch this one before 4.6-RELEASE ;-)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message
- Next message: Jason Stone: "Re: FreeBSD Security Advisory FreeBSD-SA-02:23.stdio"
- Previous message: Jacques A. Vidrine: "Re: Cleaning suid Binaries (Was: Re: stdio security advisory)"
- Next in thread: Mikko Tyolajarvi: "Re: segfault in ftpd"
- Reply: Mikko Tyolajarvi: "Re: segfault in ftpd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|