Lucene search
K

linux.2.x.mmap.DoS.txt

🗓️ 17 Aug 1999 00:00:00Reported by Packet StormType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 36 Views

Linux 2.x mmap vulnerability allows denial of service via unaccounted copy-on-write pages.

Code
`Date: Sun, 7 Mar 1999 01:41:25 +0100  
From: Michal Zalewski <[email protected]>  
  
Linux 2.x mmap vunerability  
  
Linux 2.0.36 has the similiar problem with copy-on-write pages allocated  
with mmap - as these pages are not accounted within per-user limits.  
Fortunately, it's less harmfull than (5), because memory will be freed as  
soon as process owning it will be killed. Exploit will be NOT posted - see  
below.  
  
-- shmkill.c --  
extern int errno;int i,d=1;char*x;main(){while(1){x=shmat(shmget(0,10000000/  
d,511),0,0);if(errno){d*=10;continue;}for(i=0;i<10000000/d;i++)if(*(x+i));}}  
-- eof --  
  
Memory won't be freed even if luser's process will be killed, you have to  
use ipcrm, but there could be not enough memory to run anything :-(  
  
Under early 2.2.x, you have to run this program several times, to ensure  
pages are detached (in this state, they are onwerless ;-).  
  
The simpliest solution is to restrict for lusers IPC at all. Only a few  
programs uses IPC - probably only dosemu and ShoutCast ;>  
  
_______________________________________________________________________  
Michal Zalewski [[email protected]] [link / marchew] [dione.ids.pl SYSADM]  
[Marchew Industries] ! [http://lcamtuf.na.export.pl] bash$ :(){ :|:&};:  
[voice phone: +48 (0) 22 813 25 86] ? [pager (MetroBip): 0 642 222 813]  
Iterowac jest rzecza ludzka, wykonywac rekursywnie - boska [P. Deutsch]  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation