Vulnerabilities > CVE-2015-0310 - Unspecified vulnerability in Adobe Flash Player

047910
CVSS 0.0 - NONE
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.262 and 14.x through 16.x before 16.0.0.287 on Windows and OS X and before 11.2.202.438 on Linux does not properly restrict discovery of memory addresses, which allows attackers to bypass the ASLR protection mechanism on Windows, and have an unspecified impact on other platforms, via unknown vectors, as exploited in the wild in January 2015.

Vulnerable Configurations

Part Description Count
Application
Adobe
315
OS
Linux
1
OS
Apple
1
OS
Microsoft
1

Nessus

  • NASL familyMacOS X Local Security Checks
    NASL idMACOSX_FLASH_PLAYER_16_0_0_287.NASL
    descriptionAccording 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.257. It is, therefore, affected by a memory leak that can allow bypassing of memory randomization mitigations, aiding in further attacks.
    last seen2020-06-01
    modified2020-06-02
    plugin id80947
    published2015-01-23
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80947
    titleFlash Player For Mac <= 16.0.0.257 Information Disclosure (APSB15-02)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(80947);
      script_version("1.11");
      script_cvs_date("Date: 2019/11/25");
    
      script_cve_id("CVE-2015-0310");
      script_bugtraq_id(72261);
    
      script_name(english:"Flash Player For Mac <= 16.0.0.257 Information Disclosure (APSB15-02)");
      script_summary(english:"Checks the version of Flash Player.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote Mac OS X host has a browser plugin that is affected by an
    information disclosure vulnerability.");
      script_set_attribute(attribute:"description", value:
    "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.257.
    It is, therefore, affected by a memory leak that can allow bypassing
    of memory randomization mitigations, aiding in further attacks.");
      script_set_attribute(attribute:"see_also", value:"https://helpx.adobe.com/security/products/flash-player/apsb15-02.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");
      # http://malware.dontneedcoffee.com/2015/01/unpatched-vulnerability-0day-in-flash.html
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?cdc6d908");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to Adobe Flash Player version 16.0.0.287 or later.
    
    Alternatively, Adobe has made version 13.0.0.262 available for those
    installations that cannot be upgraded to 16.x.");
      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:H/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2015-0310");
    
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/01/21");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/01/22");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/01/23");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:adobe:flash_player");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"MacOS X Local Security Checks");
    
      script_copyright(english:"This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("macosx_flash_player_installed.nasl");
      script_require_keys("MacOSX/Flash_Player/Version");
    
      exit(0);
    }
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    
    version = get_kb_item_or_exit("MacOSX/Flash_Player/Version");
    path = get_kb_item_or_exit("MacOSX/Flash_Player/Path");
    
    if (ver_compare(ver:version, fix:"14.0.0.0", strict:FALSE) >= 0)
    {
      cutoff_version = "16.0.0.257";
      fix = "16.0.0.287";
    }
    else
    {
      cutoff_version = "13.0.0.260";
      fix = "13.0.0.262";
    }
    
    # nb: we're checking for versions less than *or equal to* the cutoff!
    if (ver_compare(ver:version, fix:cutoff_version, strict:FALSE) <= 0)
    {
      if (report_verbosity > 0)
      {
        report =
          '\n  Path              : ' + path +
          '\n  Installed version : ' + version +
          '\n  Fixed version     : ' + fix +
          '\n';
        security_hole(port:0, extra:report);
      }
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_INST_PATH_NOT_VULN, "Flash Player for Mac", version, path);
    
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201502-02.NASL
    descriptionThe 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 seen2020-06-01
    modified2020-06-02
    plugin id81225
    published2015-02-09
    reporterThis script is Copyright (C) 2015 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/81225
    titleGLSA-201502-02 : Adobe Flash Player: Multiple vulnerabilities
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2015-0094.NASL
    descriptionAn 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-02, and APSB15-03, 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-0310, CVE-2015-0311, CVE-2015-0312) All users of Adobe Flash Player should install this updated package, which upgrades Flash Player to version 11.2.202.440.
    last seen2020-06-01
    modified2020-06-02
    plugin id81036
    published2015-01-28
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/81036
    titleRHEL 5 / 6 : flash-plugin (RHSA-2015:0094)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2015-49.NASL
    descriptionAdobe Flash Player was updated to 11.2.202.438 to fix one security isssue. http://helpx.adobe.com/security/products/flash-player/apsb15-02.html (APSB15-02, CVE-2015-0310)
    last seen2020-06-05
    modified2015-01-26
    plugin id80984
    published2015-01-26
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80984
    titleopenSUSE Security Update : flash-player (openSUSE-SU-2015:0110-1)
  • NASL familyWindows
    NASL idSMB_KB3033408.NASL
    descriptionThe remote host is missing KB3033408. It is, therefore, affected by a memory leak that can allow bypassing of memory randomization mitigations, aiding in further attacks.
    last seen2020-06-01
    modified2020-06-02
    plugin id80948
    published2015-01-23
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80948
    titleMS KB3033408: Update for Vulnerabilities in Adobe Flash Player in Internet Explorer
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_FLASH-PLAYER-150123.NASL
    descriptionAdobe Flash Player was updated to version 11.2.202.438 to fix one security issue. (APSB15-02, CVE-2015-0310) For more details refer to the vendor advisory at http://helpx.adobe.com/security/products/flash-player/apsb15-02.html .
    last seen2020-06-01
    modified2020-06-02
    plugin id80995
    published2015-01-26
    reporterThis script is Copyright (C) 2015 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/80995
    titleSuSE 11.3 Security Update : flash-player (SAT Patch Number 10215)
  • NASL familyWindows
    NASL idFLASH_PLAYER_APSB15-02.NASL
    descriptionAccording to its version, the installation of Adobe Flash Player installed on the remote Windows host is equal or prior to 16.0.0.257. It is, therefore, affected by a memory leak that can allow bypassing of memory randomization mitigations, aiding in further attacks.
    last seen2020-06-01
    modified2020-06-02
    plugin id80946
    published2015-01-23
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80946
    titleFlash Player <= 16.0.0.257 Information Disclosure (APSB15-02)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2015-81.NASL
    descriptionAdobe 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 seen2020-06-05
    modified2015-01-30
    plugin id81098
    published2015-01-30
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/81098
    titleopenSUSE Security Update : flash-player (openSUSE-SU-2015:0174-1)

Redhat

rpms
  • flash-plugin-0:11.2.202.440-1.el5
  • flash-plugin-0:11.2.202.440-1.el6

The Hacker News