Page 1 of 1

Cyrus IMAPd error!

PostPosted: Sat Jan 18, 2003 6:19 pm
by imdos
Code: Select all
grsec: From 192.168.1.40: attempted resource overstep by requesting 4096 for
RLIMIT_CORE against limit 0 by (master:23817) UID(0) EUID(0), parent
(bash:5024) UID(0) EUID(0)
PAX: From 192.168.1.40: terminating task:
/usr/cyrus/bin/master(master):10911, uid/euid: 0/0, EIP: 080595A0, ESP:
5D1B8810
PAX: bytes at EIP: 00 00 00 00 a0 95 05 08 00 00 00 00 a8 95 05 08 00 00 00
00
grsec: From 192.168.1.40: attempted resource overstep by requesting 4096 for
RLIMIT_CORE against limit 0 by (master:10911) UID(0) EUID(0), parent
(bash:5024) UID(0) EUID(0)


This error message i get when i try to start the cyrus master.
This is verry irritating because it gets my mailserver to not accept mail anymore![/code]

Re: Cyrus IMAPd error!

PostPosted: Sat Jan 18, 2003 7:01 pm
by PaX Team
imdos wrote:
Code: Select all
PAX: From 192.168.1.40: terminating task: /usr/cyrus/bin/master(master):10911, uid/euid: 0/0, EIP: 080595A0, ESP: 5D1B8810
PAX: bytes at EIP: 00 00 00 00 a0 95 05 08 00 00 00 00 a8 95 05 08 00 00 00 00
this is the result of 'master' trying to execute code from a non-executable region, seems like the data section or heap. since the code it was going to execute looks more like garbage (0, some address, 0, some address, 0...) than actual i386 machine code, it's unlikely this is correct behaviour. in short, this is probably an application bug and you should report it to the original author(s).