Adobe Flex SDK 'SWF' Files Cross-Site Scripting Vulnerability - Windows
🗓️ 13 Dec 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 20 Views
| Reporter | Title | Published | Views | Family All 22 |
|---|---|---|---|---|
| Dell SonicWALL Global Management System GMS 8.1 Adobe Flex SOP Bypass Vulnerability | 31 Dec 201600:00 | – | zdt | |
| Adobe Flex SDK Flex-Generated SWF File Cross-Site Scripting (APSB11-25; CVE-2011-2461) | 6 Dec 201100:00 | – | checkpoint_advisories | |
| CVE-2011-2461 | 1 Dec 201111:00 | – | cve | |
| CVE-2011-2461 | 1 Dec 201111:00 | – | cvelist | |
| EUVD-2011-2450 | 7 Oct 202500:30 | – | euvd | |
| K62050299: Adobe Flex vulnerability CVE-2011-2461 | 21 Feb 202318:55 | – | f5 | |
| Adobe Flex SDK Cross-Site Scripting (APSB11-25) (deprecated) | 1 Dec 201100:00 | – | nessus | |
| HP Systems Insight Manager < 7.0 Multiple Vulnerabilities | 15 Jun 201200:00 | – | nessus | |
| CVE-2011-2461_Magento_Patch | 2 Sep 202619:49 | – | kitploit | |
| ParrotNG | 2 Sep 202608:16 | – | kitploit |
10
# SPDX-FileCopyrightText: 2011 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.902765");
script_version("2025-03-05T05:38:52+0000");
script_cve_id("CVE-2011-2461");
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:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
script_tag(name:"creation_date", value:"2011-12-13 00:49:37 +0530 (Tue, 13 Dec 2011)");
script_name("Adobe Flex SDK 'SWF' Files Cross-Site Scripting Vulnerability - Windows");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/50869");
script_xref(name:"URL", value:"http://kb2.adobe.com/cps/915/cpsid_91544.html");
script_xref(name:"URL", value:"http://www.adobe.com/support/security/bulletins/apsb11-25.html");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2011 Greenbone AG");
script_family("General");
script_dependencies("smb_reg_service_pack.nasl");
script_require_ports(139, 445);
script_mandatory_keys("SMB/WindowsVersion");
script_tag(name:"impact", value:"Successful exploitation could allow remote 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:"Adobe Flex SDK version 3.x through 3.6 and 4.x through 4.5.1");
script_tag(name:"insight", value:"The flaw is due to certain unspecified input passed to SWF files developed
using the framework is not properly sanitised before being returned to the user.");
script_tag(name:"summary", value:"Adobe Flex SDK is prone to a cross-site scripting (XSS) vulnerability.");
script_tag(name:"solution", value:"Apply the patch.");
script_tag(name:"qod", value:"30");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("smb_nt.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
if(!get_kb_item("SMB/WindowsVersion")){
exit(0);
}
key = "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\";
if(!registry_key_exists(key:key)){
exit(0);
}
foreach item (registry_enum_keys(key:key))
{
flexName = registry_get_sz(key:key + item, item:"DisplayName");
if("Adobe Flex" >< flexName)
{
sdkPath = registry_get_sz(key:key + item, item:"FrameworkPath");
if("sdk" >< sdkPath)
{
sdkVer = eregmatch(pattern:"\\([0-9.]+)", string:sdkPath);
if(!isnull(sdkVer[1]))
{
if(version_in_range(version:sdkVer[1], test_version:"3.0", test_version2:"3.6") ||
version_in_range(version:sdkVer[1], test_version:"4.0", test_version2:"4.5.1"))
{
security_message( port: 0, data: "The target host was found to be vulnerable" );
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
05 Mar 2025 00:00Current
7.9High risk
Vulners AI Score7.9
CVSS 24.3
EPSS0.07689