<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Localroot Archives &#8212; LinuxSec Exploit</title>
	<atom:link href="https://exploit.linuxsec.org/tag/localroot/feed/" rel="self" type="application/rss+xml" />
	<link>https://exploit.linuxsec.org/tag/localroot/</link>
	<description>Nothing is Ever Locked</description>
	<lastBuildDate>Sun, 28 Apr 2019 15:35:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>Linux Kernel 4.4.0 Race Condition Privilege Escalation</title>
		<link>https://exploit.linuxsec.org/cve-2016-8655/</link>
					<comments>https://exploit.linuxsec.org/cve-2016-8655/#comments</comments>
		
		<dc:creator><![CDATA[Yoo Cherry]]></dc:creator>
		<pubDate>Fri, 09 Dec 2016 13:02:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Localroot]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://exploit.linuxsec.org/2016/12/09/cve-2016-8655/</guid>

					<description><![CDATA[<p>Yo, Kali ini cuma mau share localroot yang barusaja dipublish beberapa hari yang lalu. Localroot ini menyerang kernel 4.4.0 yang berarti vuln di Ubuntu 14.04 dan Ubuntu 16.04. Kernel yang sudah di test : Ubuntu 16.04: 4.4.0-51-generic Ubuntu 16.04: 4.4.0-47-generic Ubuntu 16.04: 4.4.0-36-generic Ubuntu 14.04: 4.4.0-47-generic #68~14.04.1-Ubuntu Kemungkinan localroot ini juga berlaku untuk mendapatkan hak [&#8230;]</p>
<p>The post <a href="https://exploit.linuxsec.org/cve-2016-8655/">Linux Kernel 4.4.0 Race Condition Privilege Escalation</a> appeared first on <a href="https://exploit.linuxsec.org">LinuxSec Exploit</a>.</p>
]]></description>
		
					<wfw:commentRss>https://exploit.linuxsec.org/cve-2016-8655/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>CVE-2016-5195 (DirtyCOW) Privilege Escalation Exploit</title>
		<link>https://exploit.linuxsec.org/dirty-cow/</link>
					<comments>https://exploit.linuxsec.org/dirty-cow/#respond</comments>
		
		<dc:creator><![CDATA[Yoo Cherry]]></dc:creator>
		<pubDate>Fri, 14 Oct 2016 16:38:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Localroot]]></category>
		<guid isPermaLink="false">https://exploit.linuxsec.org/2016/10/14/dirty-cow/</guid>

					<description><![CDATA[<p>Yooo.. kali ini mau share koleksi localroot dirtycow aja. barangkali ada yang butuh atau error saat compile. Soalnya yang saya share ini versi compile jadi tinggal pakai. 1. naughtyc0w Source : https://gist.github.com/mak/c36136ccdbebf5ecfefd80c0f2ed6747 Download File : https://goo.gl/r1CnDT (password : linuxsec) logs : ./naughty 0 [*] let make some c0ws dirty [+] ok we have some dirty things [&#8230;]</p>
<p>The post <a href="https://exploit.linuxsec.org/dirty-cow/">CVE-2016-5195 (DirtyCOW) Privilege Escalation Exploit</a> appeared first on <a href="https://exploit.linuxsec.org">LinuxSec Exploit</a>.</p>
]]></description>
		
					<wfw:commentRss>https://exploit.linuxsec.org/dirty-cow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux Kernel 4.4.0-21 (Ubuntu 16.04 x64) Privilege Escalation</title>
		<link>https://exploit.linuxsec.org/linux-kernel-440-21-ubuntu-1604-x64/</link>
					<comments>https://exploit.linuxsec.org/linux-kernel-440-21-ubuntu-1604-x64/#comments</comments>
		
		<dc:creator><![CDATA[Yoo Cherry]]></dc:creator>
		<pubDate>Mon, 19 Sep 2016 03:52:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Localroot]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://exploit.linuxsec.org/2016/09/19/linux-kernel-440-21-ubuntu-1604-x64/</guid>

					<description><![CDATA[<p>Holaa.. kali ini mau share aja barangkali ada yang belom tau. Localroot kernel&#160;4.4.0-21 (xenial) 64 bit. vnik@ubuntu:~$ uname -aLinux ubuntu 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linuxvnik@ubuntu:~$ gcc decr.c -m32 -O2 -o decrvnik@ubuntu:~$ gcc pwn.c -O2 -o pwnvnik@ubuntu:~$ ./decrnetfilter target_offset Ubuntu 16.04 4.4.0-21-generic exploit by vnik[!] Decrementing the refcount. [&#8230;]</p>
<p>The post <a href="https://exploit.linuxsec.org/linux-kernel-440-21-ubuntu-1604-x64/">Linux Kernel 4.4.0-21 (Ubuntu 16.04 x64) Privilege Escalation</a> appeared first on <a href="https://exploit.linuxsec.org">LinuxSec Exploit</a>.</p>
]]></description>
		
					<wfw:commentRss>https://exploit.linuxsec.org/linux-kernel-440-21-ubuntu-1604-x64/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu Overlayfs Local Root Exploit</title>
		<link>https://exploit.linuxsec.org/ubuntu-overlayfs-local-root-exploi/</link>
					<comments>https://exploit.linuxsec.org/ubuntu-overlayfs-local-root-exploi/#respond</comments>
		
		<dc:creator><![CDATA[Yoo Cherry]]></dc:creator>
		<pubDate>Wed, 17 Jun 2015 03:37:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Localroot]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://exploit.linuxsec.org/2015/06/17/ubuntu-overlayfs-local-root-exploi/</guid>

					<description><![CDATA[<p>Kali ini mau share localroot exploit yang vuln di OS Ubuntu&#160;12.04, Ubuntu 14.04, Ubuntu 14.10, dan Ubuntu 15.04. Namun exploit ini hanya work jika di kernel nya terdapat &#160;FS_USERNS_MOUNT . Oke langsung saja berikut screenshhot nya : Ubuntu Rooted user@ubuntu-server-1504:~$ uname -a Linux ubuntu-server-1504 3.19.0-18-generic #18-Ubuntu SMP Tue May 19 18:31:35 UTC 2015 x86_64 x86_64 [&#8230;]</p>
<p>The post <a href="https://exploit.linuxsec.org/ubuntu-overlayfs-local-root-exploi/">Ubuntu Overlayfs Local Root Exploit</a> appeared first on <a href="https://exploit.linuxsec.org">LinuxSec Exploit</a>.</p>
]]></description>
		
					<wfw:commentRss>https://exploit.linuxsec.org/ubuntu-overlayfs-local-root-exploi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ubuntu Kernel 3.13.2 (2014) Localroot Exploit Compiled</title>
		<link>https://exploit.linuxsec.org/localroot-exploit-kernel-3132-2014/</link>
					<comments>https://exploit.linuxsec.org/localroot-exploit-kernel-3132-2014/#comments</comments>
		
		<dc:creator><![CDATA[Yoo Cherry]]></dc:creator>
		<pubDate>Sat, 09 May 2015 05:19:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Localroot]]></category>
		<guid isPermaLink="false">https://exploit.linuxsec.org/2015/05/09/localroot-exploit-kernel-3132-2014/</guid>

					<description><![CDATA[<p>Mau share aja barangkali ada yang butuh Localroot ini. Dapet dar Exploit-DB, tapi masih bahasa c. Saya share ulang yang sudah di compile. Berikut screenshhot nya : user@ubuntu:~$ uname -a Linux ubuntu 3.11.0-15-generic #23-Ubuntu SMP Mon Dec 9 18:17:04 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux user@ubuntu:~$ gcc recvmmsg.c -o recvmmsg user@ubuntu:~$ ./recvmmsg byte 3 / [&#8230;]</p>
<p>The post <a href="https://exploit.linuxsec.org/localroot-exploit-kernel-3132-2014/">Ubuntu Kernel 3.13.2 (2014) Localroot Exploit Compiled</a> appeared first on <a href="https://exploit.linuxsec.org">LinuxSec Exploit</a>.</p>
]]></description>
		
					<wfw:commentRss>https://exploit.linuxsec.org/localroot-exploit-kernel-3132-2014/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
