Lucene search
+L

Limny 'login.php' Script XSS Vulnerability

🗓️ 12 Oct 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 19 Views

Limny 'login.php' Script XSS Vulnerability. Input sanitization issue

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2012-5343
4 Jan 201200:00
circl
cve
CVE
CVE-2012-5343
9 Oct 201215:00
cve
cvelist
Cvelist
CVE-2012-5343
9 Oct 201215:00
cvelist
exploitdb
Exploit DB
Limny 3.0.1 - 'login.php' Script Cross-Site Scripting
4 Jan 201200:00
exploitdb
euvd
EUVD
EUVD-2012-5265
7 Oct 202500:30
euvd
nvd
NVD
CVE-2012-5343
9 Oct 201215:55
nvd
prion
Prion
Cross site scripting
9 Oct 201215:55
prion
zeroscience
Zero Science Lab
Limny 3.0.1 (login.php) Remote URI Based Cross-Site Scripting Vulnerability
4 Jan 201200:00
zeroscience
# 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:limny:limny";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.802983");
  script_version("2024-06-27T05:05:29+0000");
  script_cve_id("CVE-2012-5343");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
  script_tag(name:"last_modification", value:"2024-06-27 05:05:29 +0000 (Thu, 27 Jun 2024)");
  script_tag(name:"creation_date", value:"2012-10-12 14:16:51 +0530 (Fri, 12 Oct 2012)");
  script_name("Limny 'login.php' Script XSS Vulnerability");
  script_category(ACT_ATTACK);
  script_copyright("Copyright (C) 2012 Greenbone AG");
  script_family("Web application abuses");
  script_dependencies("gb_limny_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("limny/installed");

  script_xref(name:"URL", value:"http://secunia.com/advisories/47444");
  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/72113");
  script_xref(name:"URL", value:"http://cxsecurity.com/issue/WLB-2012010034");
  script_xref(name:"URL", value:"http://www.zeroscience.mk/codes/limny_xss.txt");
  script_xref(name:"URL", value:"http://www.zeroscience.mk/en/vulnerabilities/ZSL-2012-5066.php");

  script_tag(name:"insight", value:"Input passed via the URL to 'admin/login.php' is not properly sanitised
  before being returned to the user.");
  script_tag(name:"solution", value:"Upgrade to Limny version 3.0.2 or later.");
  script_tag(name:"summary", value:"Limny is prone to a cross-site scripting (XSS) vulnerability.");
  script_tag(name:"impact", value:"Successful exploitation could allow attackers to execute arbitrary HTML and
  script code in a user's browser session in context of an affected site.");
  script_tag(name:"affected", value:"Limny version 3.0.1");

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

  script_xref(name:"URL", value:"http://www.limny.org/download");
  exit(0);
}

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

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

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

url = dir + '/admin/login.php/"><script>alert(document.cookie)</script>';

if( http_vuln_check( port:port, url:url, check_header:TRUE,
                     pattern:"><script>alert\(document.cookie\)<",
                     extra_check:">Limny<" ) ) {
  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

27 Jun 2024 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 24.3
EPSS0.01925
19