Issue #8969 has been updated by Andrew Parker.

Target version deleted (2.7.x)


----------------------------------------
Bug #8969: Puppet hangs trying to replace a FIFO
https://projects.puppetlabs.com/issues/8969#change-80397

Author: Daniel Pittman
Status: Accepted
Priority: High
Assignee: 
Category: file
Target version: 
Affected Puppet version: 2.6.0
Keywords: 
Branch: 


Puppet does some stupid things trying to replace a FIFO, including opening it 
and trying to MD5 the content.

This allows a DoS for any managed file that can be replaced with a disconnected 
FIFO, at least.

To reproduce:
<pre>
mkfifo /tmp/boom
puppet apply &lt;&lt;EOT
file { "/tmp/boom": ensure =&gt; file, content =&gt; "Hello, World" }
EOT
</pre>


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to puppet-bugs@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-bugs+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to