Quantcast
Channel: Topic Tag: malware | WordPress.org
Viewing all articles
Browse latest Browse all 1906

PTaubman on "[Plugin: Yet Another Photoblog] YAPB flagged as suspicious"

$
0
0

My sites are montiored for suspicious files. One of the files in YAPB gets flagged:
wp-content/plugins/yet-another-photoblog/lib/Savant2-2.4.3/Savant2/tests/templates\compile_bad.tpl.php

Is this OK?

Thanks.

{* Savant2_Compiler_basic *}

{tpl 'header.tpl.php'}

<p>{$varivari; $this->$varivari}</p>
<p>{$this->variable1; global $_SERVER;}</p>
<p>{$this->variable2; $obj =& new StdClass;}</p>
<p>{$this->variable3; eval("echo 'bad guy!';")}</p>
<p>{$this->key0; print_r($this->_compiler);}</p>
<p>{$this->key1; File::read('/etc/passwd');}</p>
<p>{$this->key2; include "/etc/passwd";}</p>
<p>{$this->reference1; include $this->findTemplate('template.tpl.php') . '../../etc/passwd';}</p>
<p>{$this->reference2; $newvar = $this; $newvar =& $this; $newvar	=	&	$this; $newvar
=
&
$this;
$newvar = array(&$this); }</p>

<p>{$this->reference3; $thisIsOk; $thisIs_OK; $function(); }</p>

<p>{$this->variable1; echo parent::findTemplate('template.tpl.php')}</p>

<ul>
{foreach ($this->set as $key => $val): $this->$key; $this->$val(); }
	<li>{$key} = {$val} ({$this->set[$key]})</li>
{endforeach; echo htmlspecialchars(file_get_contents('/etc/httpd/php.ini')); }
</ul>

{['form', 'start']}
{['form', 'text', 'example', 'default value', 'My Text Field:']}
{['form', 'end']}

<p style="clear: both;"><?php echo "PHP Tags" ?>

{tpl 'footer.tpl.php'}

https://wordpress.org/plugins/yet-another-photoblog/


Viewing all articles
Browse latest Browse all 1906

Trending Articles