linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* patch to uselib()
@ 2005-01-09 15:19 Breno Silva Pinto
       [not found] ` <41E15413.7030509@fyrebird.net>
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Breno Silva Pinto @ 2005-01-09 15:19 UTC (permalink / raw)
  To: linux-kernel

Hi all,

Is there a patch to uselib() bug ->
http://www.isec.pl/vulnerabilities/isec-0021-uselib.txt ?

Thanks



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: patch to uselib()
       [not found] ` <41E15413.7030509@fyrebird.net>
@ 2005-01-09 16:21   ` Lethalman
       [not found]   ` <001501c4f699$3c066de0$b0e0a7c8@rootcon4qag3k5>
  1 sibling, 0 replies; 6+ messages in thread
From: Lethalman @ 2005-01-09 16:21 UTC (permalink / raw)
  To: linux-kernel

> Breno Silva Pinto wrote:
> 
> Hi all,
>
> Is there a patch to uselib() bug ->
> http://www.isec.pl/vulnerabilities/isec-0021-uselib.txt ?
>
> Thanks
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
>

This one is for 2.4.28 and it's very very very simple:
http://lethalman.iosn.it/patches/uselib-2.4.28.patch

-- 
www.iosn.it * Amministratore Italian Open Source Network
www.fyrebird.net * Fyrebird Hosting Provider - Technical Department

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: patch to uselib()
  2005-01-09 15:19 patch to uselib() Breno Silva Pinto
       [not found] ` <41E15413.7030509@fyrebird.net>
@ 2005-01-09 16:28 ` Henrik Persson
  2005-01-10  3:54 ` Mikado
  2 siblings, 0 replies; 6+ messages in thread
From: Henrik Persson @ 2005-01-09 16:28 UTC (permalink / raw)
  To: Breno Silva Pinto; +Cc: linux-kernel

Breno Silva Pinto wrote:
> Hi all,
> 
> Is there a patch to uselib() bug ->
> http://www.isec.pl/vulnerabilities/isec-0021-uselib.txt ?

It's patched in 2.4.29-rc1 and 2.6.10-ac6. A patch for 2.4 can also be 
found here: 
http://marc.theaimsgroup.com/?l=linux-kernel&m=110514006004261&w=2

and for 2.6:
http://marc.theaimsgroup.com/?l=linux-kernel&m=110512844202355&w=2

Browsing the archives usually gives you alot of answers, you know. ;)

--
Henrik Persson

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: patch to uselib()
  2005-01-09 15:19 patch to uselib() Breno Silva Pinto
       [not found] ` <41E15413.7030509@fyrebird.net>
  2005-01-09 16:28 ` Henrik Persson
@ 2005-01-10  3:54 ` Mikado
  2005-01-10  4:00   ` Mathieu Segaud
  2 siblings, 1 reply; 6+ messages in thread
From: Mikado @ 2005-01-10  3:54 UTC (permalink / raw)
  To: Breno Silva Pinto; +Cc: linux-kernel

upgrade to 2.4.29rc1 or patch ur current kernel with
grsecurity patch (www.grsecurity.net)

--- Breno Silva Pinto <breno@kalangolinux.org> wrote:

> Hi all,
> 
> Is there a patch to uselib() bug ->
>
http://www.isec.pl/vulnerabilities/isec-0021-uselib.txt
> ?
> 
> Thanks
> 
> 
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at 
> http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 



		
__________________________________ 
Do you Yahoo!? 
Take Yahoo! Mail with you! Get it on your mobile phone. 
http://mobile.yahoo.com/maildemo 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: patch to uselib()
  2005-01-10  3:54 ` Mikado
@ 2005-01-10  4:00   ` Mathieu Segaud
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Segaud @ 2005-01-10  4:00 UTC (permalink / raw)
  To: Mikado; +Cc: Breno Silva Pinto, linux-kernel

Mikado <mikado4vn@yahoo.com> disait dernièrement que :

> upgrade to 2.4.29rc1 or patch ur current kernel with
> grsecurity patch (www.grsecurity.net)

the grsecurity patch does _not_ solve this vulnerability as stated on
their web site. they point to another patch to be applied
independently from grsecurity 2.1.0 patch:
http://www.grsecurity.net/linux-2.6.10-secfix-200501071130.patch

Regards,

Mathieu Segaud

-- 
We could be way simpler if we didn't try to be so flexible.

	- Andrew Grover, ACPI maintainer on Linux-power.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: patch to uselib()
       [not found]   ` <001501c4f699$3c066de0$b0e0a7c8@rootcon4qag3k5>
@ 2005-01-10 13:18     ` Lethalman
  0 siblings, 0 replies; 6+ messages in thread
From: Lethalman @ 2005-01-10 13:18 UTC (permalink / raw)
  To: linux-kernel

Breno Silva Pinto wrote:
> Hi Lethalman,
> 
> I think i can use the same patch on 2.6.10 kernel , is there any problem ?
> 
> Att,

I didn't try 2.6 kernels yet, however it should work fine.
I think you can't use directly the patch because there should be other 
changes in the file between 2.4.28 and 2.6.10 ;)

Just modify the file manually, you only need to remove a line and add 
the same after the do_brk() call.

-- 
www.iosn.it * Amministratore Italian Open Source Network
www.fyrebird.net * Fyrebird Hosting Provider - Technical Department

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-10 13:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-09 15:19 patch to uselib() Breno Silva Pinto
     [not found] ` <41E15413.7030509@fyrebird.net>
2005-01-09 16:21   ` Lethalman
     [not found]   ` <001501c4f699$3c066de0$b0e0a7c8@rootcon4qag3k5>
2005-01-10 13:18     ` Lethalman
2005-01-09 16:28 ` Henrik Persson
2005-01-10  3:54 ` Mikado
2005-01-10  4:00   ` Mathieu Segaud

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).