Lucene search

K
packetstormPaulos YibeloPACKETSTORM:129042
HistoryNov 10, 2014 - 12:00 a.m.

Anchor CMS 0.9.2 Header Injection

2014-11-1000:00:00
Paulos Yibelo
packetstormsecurity.com
24

0.001 Low

EPSS

Percentile

50.8%

`Anchor CMS <= 0.9.2 (Current Version)  
  
header injection  
  
in anchor/models/comment.php  
  
$headers = 'MIME-Version: 1.0' . "\r\n";  
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";  
$headers .= 'From: notifications@' . $_SERVER['HTTP_HOST'] . "\r\n";  
  
49: mail($to, __('comments.notify_subject'), $message, $headers);  
  
so it is possible to inject arbitary "From" headers or any header  
using CRLF. simply by tampering and changing the host to bad.com or  
bad.com\r\nNew-Header:Hacked!  
`

0.001 Low

EPSS

Percentile

50.8%

Related for PACKETSTORM:129042