Vulnerabilities > CVE-2015-0306 - Unspecified vulnerability in Adobe products
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN adobe
nessus
Summary
Adobe Flash Player before 13.0.0.260 and 14.x through 16.x before 16.0.0.257 on Windows and OS X and before 11.2.202.429 on Linux, Adobe AIR before 16.0.0.245 on Windows and OS X and before 16.0.0.272 on Android, Adobe AIR SDK before 16.0.0.272, and Adobe AIR SDK & Compiler before 16.0.0.272 allow attackers to execute arbitrary code or cause a denial of service (memory corruption) via unspecified vectors, a different vulnerability than CVE-2015-0303.
Vulnerable Configurations
Nessus
NASL family SuSE Local Security Checks NASL id SUSE_11_FLASH-PLAYER-150114.NASL description Adobe Flash Player was updated to fix several vulnerabilities. More information can be found at http://helpx.adobe.com/security/products/flash-player/apsb15-01.html . last seen 2020-06-01 modified 2020-06-02 plugin id 80565 published 2015-01-16 reporter This script is Copyright (C) 2015 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/80565 title SuSE 11.3 Security Update : flash-player (SAT Patch Number 10164) code # # (C) Tenable Network Security, Inc. # # The descriptive text and package checks in this plugin were # extracted from SuSE 11 update information. The text itself is # copyright (C) Novell, Inc. # if (NASL_LEVEL < 3000) exit(0); include("compat.inc"); if (description) { script_id(80565); script_version("$Revision: 1.4 $"); script_cvs_date("$Date: 2015/01/27 19:04:05 $"); script_cve_id("CVE-2015-0301", "CVE-2015-0302", "CVE-2015-0303", "CVE-2015-0304", "CVE-2015-0305", "CVE-2015-0306", "CVE-2015-0307", "CVE-2015-0308", "CVE-2015-0309"); script_name(english:"SuSE 11.3 Security Update : flash-player (SAT Patch Number 10164)"); script_summary(english:"Checks rpm output for the updated packages"); script_set_attribute( attribute:"synopsis", value:"The remote SuSE 11 host is missing one or more security updates." ); script_set_attribute( attribute:"description", value: "Adobe Flash Player was updated to fix several vulnerabilities. More information can be found at http://helpx.adobe.com/security/products/flash-player/apsb15-01.html ." ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.novell.com/show_bug.cgi?id=856386" ); script_set_attribute( attribute:"see_also", value:"https://bugzilla.novell.com/show_bug.cgi?id=913057" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0301.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0302.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0303.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0304.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0305.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0306.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0307.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0308.html" ); script_set_attribute( attribute:"see_also", value:"http://support.novell.com/security/cve/CVE-2015-0309.html" ); script_set_attribute(attribute:"solution", value:"Apply SAT patch number 10164."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:flash-player"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:flash-player-gnome"); script_set_attribute(attribute:"cpe", value:"p-cpe:/a:novell:suse_linux:11:flash-player-kde4"); script_set_attribute(attribute:"cpe", value:"cpe:/o:novell:suse_linux:11"); script_set_attribute(attribute:"patch_publication_date", value:"2015/01/14"); script_set_attribute(attribute:"plugin_publication_date", value:"2015/01/16"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2015 Tenable Network Security, Inc."); script_family(english:"SuSE Local Security Checks"); script_dependencies("ssh_get_info.nasl"); script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/SuSE/release", "Host/SuSE/rpm-list"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("rpm.inc"); if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED); release = get_kb_item("Host/SuSE/release"); if (isnull(release) || release !~ "^(SLED|SLES)11") audit(AUDIT_OS_NOT, "SuSE 11"); if (!get_kb_item("Host/SuSE/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING); cpu = get_kb_item("Host/cpu"); if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH); if (cpu !~ "^i[3-6]86$" && "x86_64" >!< cpu && "s390x" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "SuSE 11", cpu); pl = get_kb_item("Host/SuSE/patchlevel"); if (isnull(pl) || int(pl) != 3) audit(AUDIT_OS_NOT, "SuSE 11.3"); flag = 0; if (rpm_check(release:"SLED11", sp:3, cpu:"i586", reference:"flash-player-11.2.202.429-0.4.1")) flag++; if (rpm_check(release:"SLED11", sp:3, cpu:"i586", reference:"flash-player-gnome-11.2.202.429-0.4.1")) flag++; if (rpm_check(release:"SLED11", sp:3, cpu:"i586", reference:"flash-player-kde4-11.2.202.429-0.4.1")) flag++; if (rpm_check(release:"SLED11", sp:3, cpu:"x86_64", reference:"flash-player-11.2.202.429-0.4.1")) flag++; if (rpm_check(release:"SLED11", sp:3, cpu:"x86_64", reference:"flash-player-gnome-11.2.202.429-0.4.1")) flag++; if (rpm_check(release:"SLED11", sp:3, cpu:"x86_64", reference:"flash-player-kde4-11.2.202.429-0.4.1")) flag++; if (flag) { if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get()); else security_hole(0); exit(0); } else audit(AUDIT_HOST_NOT, "affected");
NASL family Windows NASL id ADOBE_AIR_APSB15-01.NASL description According to its version, the Adobe AIR installed on the remote Windows host is equal or prior to 15.0.0.356. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which can be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that can be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that can lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that can be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that results in arbitrary code execution. (CVE-2015-0308) last seen 2020-06-01 modified 2020-06-02 plugin id 80483 published 2015-01-13 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80483 title Adobe AIR <= 15.0.0.356 Multiple Vulnerabilities (APSB15-01) code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(80483); script_version("1.11"); script_cvs_date("Date: 2019/11/25"); script_cve_id( "CVE-2015-0301", "CVE-2015-0302", "CVE-2015-0303", "CVE-2015-0304", "CVE-2015-0305", "CVE-2015-0306", "CVE-2015-0307", "CVE-2015-0308", "CVE-2015-0309" ); script_bugtraq_id( 72031, 72032, 72033, 72034, 72035, 72036, 72037, 72038, 72039 ); script_name(english:"Adobe AIR <= 15.0.0.356 Multiple Vulnerabilities (APSB15-01)"); script_summary(english:"Checks the version gathered by local check."); script_set_attribute(attribute:"synopsis", value: "The remote Windows host contains a version of Adobe AIR that is affected by multiple vulnerabilities."); script_set_attribute(attribute:"description", value: "According to its version, the Adobe AIR installed on the remote Windows host is equal or prior to 15.0.0.356. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which can be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that can be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that can lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that can be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that results in arbitrary code execution. (CVE-2015-0308)"); script_set_attribute(attribute:"see_also", value:"https://helpx.adobe.com/security/products/flash-player/apsb15-01.html"); # http://helpx.adobe.com/flash-player/kb/archived-flash-player-versions.html script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?0cb17c10"); script_set_attribute(attribute:"solution", value: "Upgrade to Adobe AIR 16.0.0.245 or later."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C"); script_set_attribute(attribute:"cvss_score_source", value:"CVE-2015-0309"); script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available"); script_set_attribute(attribute:"exploit_available", value:"false"); script_set_attribute(attribute:"vuln_publication_date", value:"2015/01/13"); script_set_attribute(attribute:"patch_publication_date", value:"2015/01/13"); script_set_attribute(attribute:"plugin_publication_date", value:"2015/01/13"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"cpe:/a:adobe:air"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_family(english:"Windows"); script_copyright(english:"This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); script_dependencies("adobe_air_installed.nasl"); script_require_keys("SMB/Adobe_AIR/Version", "SMB/Adobe_AIR/Path"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); version = get_kb_item_or_exit("SMB/Adobe_AIR/Version"); path = get_kb_item_or_exit("SMB/Adobe_AIR/Path"); version_ui = get_kb_item("SMB/Adobe_AIR/Version_UI"); if (isnull(version_ui)) version_report = version; else version_report = version_ui + ' (' + version + ')'; cutoff_version = '15.0.0.356'; fix = '16.0.0.245'; fix_ui = '16.0'; if (ver_compare(ver:version, fix:cutoff_version) <= 0) { port = get_kb_item("SMB/transport"); if (!port) port = 445; if (report_verbosity > 0) { report = '\n Path : ' + path + '\n Installed version : ' + version_report + '\n Fixed version : ' + fix_ui + " (" + fix + ')' + '\n'; security_hole(port:port, extra:report); } else security_hole(port); exit(0); } else audit(AUDIT_INST_PATH_NOT_VULN, "Adobe AIR", version_report, path);
NASL family Gentoo Local Security Checks NASL id GENTOO_GLSA-201502-02.NASL description The remote host is affected by the vulnerability described in GLSA-201502-02 (Adobe Flash Player: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in Adobe Flash Player. Please review the CVE identifiers referenced below for details. Impact : A remote attacker could possibly execute arbitrary code with the privileges of the process, cause a Denial of Service condition, obtain sensitive information or bypass security restrictions. Workaround : There is no known workaround at this time. last seen 2020-06-01 modified 2020-06-02 plugin id 81225 published 2015-02-09 reporter This script is Copyright (C) 2015 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/81225 title GLSA-201502-02 : Adobe Flash Player: Multiple vulnerabilities NASL family Red Hat Local Security Checks NASL id REDHAT-RHSA-2015-0052.NASL description An updated Adobe Flash Player package that fixes multiple security issues is now available for Red Hat Enterprise Linux 5 and 6 Supplementary. Red Hat Product Security has rated this update as having Critical security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. The flash-plugin package contains a Mozilla Firefox compatible Adobe Flash Player web browser plug-in. This update fixes multiple vulnerabilities in Adobe Flash Player. These vulnerabilities are detailed in the Adobe Security Bulletin APSB15-01, listed in the References section. Multiple flaws were found in the way flash-plugin displayed certain SWF content. An attacker could use these flaws to create a specially crafted SWF file that would cause flash-plugin to crash or, potentially, execute arbitrary code when the victim loaded a page containing the malicious SWF content. (CVE-2015-0303, CVE-2015-0306, CVE-2015-0304, CVE-2015-0309, CVE-2015-0305, CVE-2015-0308) This update also fixes multiple information disclosure flaws in flash-plugin. (CVE-2015-0301, CVE-2015-0302, CVE-2015-0307) All users of Adobe Flash Player should install this updated package, which upgrades Flash Player to version 11.2.202.429. last seen 2020-06-01 modified 2020-06-02 plugin id 80544 published 2015-01-15 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80544 title RHEL 5 / 6 : flash-plugin (RHSA-2015:0052) NASL family MacOS X Local Security Checks NASL id MACOSX_ADOBE_AIR_16_0_0_245.NASL description According to its version, the Adobe AIR installed on the remote Mac OS X host is equal or prior to 15.0.0.356. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which can be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that can be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that can lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that can be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that results in arbitrary code execution. (CVE-2015-0308) last seen 2020-06-01 modified 2020-06-02 plugin id 80486 published 2015-01-13 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80486 title Adobe AIR for Mac <= 15.0.0.356 Multiple Vulnerabilities (APSB15-01) NASL family FreeBSD Local Security Checks NASL id FREEBSD_PKG_CC294A2CA23211E48E9F0011D823EEBD.NASL description Adobe reports : These updates address vulnerabilities that could potentially allow an attacker to take control of the affected system. last seen 2020-06-01 modified 2020-06-02 plugin id 80924 published 2015-01-23 reporter This script is Copyright (C) 2015-2018 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80924 title FreeBSD : Adobe Flash Player -- multiple vulnerabilities (cc294a2c-a232-11e4-8e9f-0011d823eebd) NASL family MacOS X Local Security Checks NASL id MACOSX_FLASH_PLAYER_16_0_0_257.NASL description According to its version, the installation of Adobe Flash Player installed on the remote Mac OS X host is equal or prior to 16.0.0.235. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which can be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that can be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that can lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that can be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that results in arbitrary code execution. (CVE-2015-0308) last seen 2020-06-01 modified 2020-06-02 plugin id 80487 published 2015-01-13 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80487 title Flash Player For Mac <= 16.0.0.235 Multiple Vulnerabilities (APSB15-01) NASL family Windows NASL id SMB_KB3024663.NASL description The remote host is missing KB3024663. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which could be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities that allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that could be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that could lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that could be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that can result in arbitrary code execution. (CVE-2015-0308) last seen 2020-06-01 modified 2020-06-02 plugin id 80489 published 2015-01-13 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80489 title MS KB3024663: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer NASL family Windows NASL id FLASH_PLAYER_APSB15-01.NASL description According to its version, the installation of Adobe Flash Player installed on the remote Windows host is equal or prior to 16.0.0.235. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which can be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that can be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that can lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that can be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that results in arbitrary code execution. (CVE-2015-0308) last seen 2020-06-01 modified 2020-06-02 plugin id 80484 published 2015-01-13 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80484 title Flash Player <= 16.0.0.235 Multiple Vulnerabilities (APSB15-01) NASL family Windows NASL id GOOGLE_CHROME_39_0_2171_99.NASL description The version of Google Chrome installed on the remote Windows host is a version prior to 39.0.2171.99. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which can be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that can be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that can lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that can be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that results in arbitrary code execution. (CVE-2015-0308) last seen 2020-06-01 modified 2020-06-02 plugin id 80485 published 2015-01-13 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80485 title Google Chrome < 39.0.2171.99 Multiple Vulnerabilities NASL family SuSE Local Security Checks NASL id OPENSUSE-2015-30.NASL description Adobe Flash Player was updated to 11.2.202.429 (bsc#913057) : - APSB15-01, CVE-2015-0301, CVE-2015-0302, CVE-2015-0303, CVE-2015-0304, CVE-2015-0305, CVE-2015-0306, CVE-2015-0307, CVE-2015-0308, CVE-2015-0309. - Disable flash player on machines without SSE2 (bnc#856386). More information can be found on http://helpx.adobe.com/security/products/flash-player/apsb15-01.html last seen 2020-06-05 modified 2015-01-16 plugin id 80564 published 2015-01-16 reporter This script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80564 title openSUSE Security Update : flash-player (openSUSE-SU-2015:0059-1) NASL family MacOS X Local Security Checks NASL id MACOSX_GOOGLE_CHROME_39_0_2171_99.NASL description The version of Google Chrome installed on the remote Mac OS X host is a version prior to 39.0.2171.99. It is, therefore, affected by the following vulnerabilities : - An unspecified improper file validation issue. (CVE-2015-0301) - An unspecified information disclosure vulnerability, which can be exploited to capture keystrokes. (CVE-2015-0302) - Multiple memory corruption vulnerabilities allow an attacker to execute arbitrary code. (CVE-2015-0303, CVE-2015-0306) - Multiple heap-based buffer overflow vulnerabilities that can be exploited to execute arbitrary code. (CVE-2015-0304, CVE-2015-0309) - An unspecified type confusion vulnerability that can lead to code execution. (CVE-2015-0305) - An out-of-bounds read vulnerability that can be exploited to leak memory addresses. (CVE-2015-0307) - A use-after-free vulnerability that results in arbitrary code execution. (CVE-2015-0308) last seen 2020-06-01 modified 2020-06-02 plugin id 80488 published 2015-01-13 reporter This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/80488 title Google Chrome < 39.0.2171.99 Multiple Vulnerabilities (Mac OS X) NASL family SuSE Local Security Checks NASL id OPENSUSE-2015-81.NASL description Adobe Flash Player was updated to 11.2.202.440 (bsc#914463) : - APSA15-01, CVE-2015-0311 - Update of flashplayer (executable binary) for i386 is not available. This binary was disabled. - Security update to 11.2.202.438 (bsc#914333) : - APSB15-02, CVE-2015-0310 - Security update to 11.2.202.429 (bsc#913057) : - APSB15-01, CVE-2015-0301, CVE-2015-0302, CVE-2015-0303, CVE-2015-0304, CVE-2015-0305, CVE-2015-0306, CVE-2015-0307, CVE-2015-0308, CVE-2015-0309. - Disable flash player on machines without SSE2 (bnc#856386). - Remove outdated README and keep only up-to-date readme.txt. last seen 2020-06-05 modified 2015-01-30 plugin id 81098 published 2015-01-30 reporter This script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/81098 title openSUSE Security Update : flash-player (openSUSE-SU-2015:0174-1)
Redhat
rpms |
|
References
- http://helpx.adobe.com/security/products/flash-player/apsb15-01.html
- http://helpx.adobe.com/security/products/flash-player/apsb15-01.html
- http://secunia.com/advisories/62177
- http://secunia.com/advisories/62177
- http://secunia.com/advisories/62187
- http://secunia.com/advisories/62187
- http://secunia.com/advisories/62252
- http://secunia.com/advisories/62252
- http://secunia.com/advisories/62371
- http://secunia.com/advisories/62371
- http://secunia.com/advisories/62740
- http://secunia.com/advisories/62740
- http://security.gentoo.org/glsa/glsa-201502-02.xml
- http://security.gentoo.org/glsa/glsa-201502-02.xml
- http://www.securityfocus.com/bid/72036
- http://www.securityfocus.com/bid/72036
- http://www.securitytracker.com/id/1031525
- http://www.securitytracker.com/id/1031525
- https://exchange.xforce.ibmcloud.com/vulnerabilities/99984
- https://exchange.xforce.ibmcloud.com/vulnerabilities/99984