2.4.28 released

Discuss and suggest new grsecurity features

2.4.28 released

Postby A-N » Thu Nov 18, 2004 8:23 am

when release grsecurity patch for this kernel. On this kernel are any bugs :(
A-N
 
Posts: 15
Joined: Wed Nov 17, 2004 2:00 pm

Postby Sleight of Mind » Thu Nov 18, 2004 9:46 am

http://www.grsecurity.net/~spender/grse ... 4.28.patch

hf, official release doesn't take too long usually
Sleight of Mind
 
Posts: 92
Joined: Tue Apr 08, 2003 10:41 am

Postby Hal9000 » Thu Nov 18, 2004 1:32 pm

does have 2.4.28 have any security related fixes?
is it safe to stick with 2.4.27-grsec?
s.
Hal9000
 
Posts: 78
Joined: Wed Jun 16, 2004 2:40 am

Postby quags » Thu Nov 18, 2004 6:06 pm

There is at least one exploit in 2.4.27
http://www.isec.pl/vulnerabilities/isec ... mt_elf.txt

I believe there is also a problem in smbfs
quags
 
Posts: 4
Joined: Wed Feb 18, 2004 7:28 pm

Postby Sfynx » Sat Nov 20, 2004 9:08 am

Sleight of Mind wrote:http://www.grsecurity.net/~spender/grsecurity-2.0.2-2.4.28.patch

hf, official release doesn't take too long usually


Don't turn on chdir logging with that patch, things will segfault/oops due to a bug in the log message. Already reported the bug.

It's this line in include/linux/grmsg.h:

Code: Select all
#define GR_CHDIR_AUDIT_MSG "%s chdir to %.980s by "


It should be:

Code: Select all
#define GR_CHDIR_AUDIT_MSG "chdir to %.980s by "
Sfynx
 
Posts: 3
Joined: Fri Nov 19, 2004 4:07 pm

Postby Sfynx » Sat Nov 20, 2004 11:16 am

Fixed now.
Sfynx
 
Posts: 3
Joined: Fri Nov 19, 2004 4:07 pm


Return to grsecurity development