suse-su-2015:1682-1
Vulnerability from csaf_suse
Published
2015-09-15 09:42
Modified
2015-09-15 09:42
Summary
Security update for icedtea-web

Notes

Title of the patch
Security update for icedtea-web
Description of the patch
The Java IcedTea-Web Plugin was updated to 1.6.1 bringing various features, bug- and securityfixes. * Enabled Entry-Point attribute check * permissions sandbox and signed app and unsigned app with permissions all-permissions now run in sandbox instead of not t all. * fixed DownloadService * comments in deployment.properties now should persists load/save * fixed bug in caching of files with query * fixed issues with recreating of existing shortcut * trustAll/trustNone now processed correctly * headless no longer shows dialogues * RH1231441 Unable to read the text of the buttons of the security dialogue * Fixed RH1233697 icedtea-web: applet origin spoofing (CVE-2015-5235, bsc#944208) * Fixed RH1233667 icedtea-web: unexpected permanent authorization of unsigned applets (CVE-2015-5234, bsc#944209) * MissingALACAdialog made available also for unsigned applications (but ignoring actual manifest value) and fixed * NetX - fixed issues with -html shortcuts - fixed issue with -html receiving garbage in width and height * PolicyEditor - file flag made to work when used standalone - file flag and main argument cannot be used in combination The update to 1.6 is included and brings: * Massively improved offline abilities. Added Xoffline switch to force work without inet connection. * Improved to be able to run with any JDK * JDK 6 and older no longer supported * JDK 8 support added (URLPermission granted if applicable) * JDK 9 supported * Added support for Entry-Point manifest attribute * Added KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK deployment property to control scan of Manifest file * starting arguments now accept also -- abbreviations * Added new documentation * Added support for menu shortcuts - both javaws applications/applets and html applets are supported * added support for -html switch for javaws. Now you can run most of the applets without browser at all * Control Panel - PR1856: ControlPanel UI improvement for lower resolutions (800*600) * NetX - PR1858: Java Console accepts multi-byte encodings - PR1859: Java Console UI improvement for lower resolutions (800*600) - RH1091563: [abrt] icedtea-web-1.5-2.fc20: Uncaught exception java.lang.ClassCastException in method sun.applet.PluginAppletViewer$8.run() - Dropped support for long unmaintained -basedir argument - Returned support for -jnlp argument - RH1095311, PR574 - References class sun.misc.Ref removed in OpenJDK 9 - fixed, and so buildable on JDK9 * Plugin - PR1743 - Intermittant deadlock in PluginRequestProcessor - PR1298 - LiveConnect - problem setting array elements (applet variables) from JS - RH1121549: coverity defects - Resolves method overloading correctly with superclass heirarchy distance * PolicyEditor - codebases can be renamed in-place, copied, and pasted - codebase URLs can be copied to system clipboard - displays a progress dialog while opening or saving files - codebases without permissions assigned save to file anyway (and re-appear on next open) - PR1776: NullPointer on save-and-exit - PR1850: duplicate codebases when launching from security dialogs - Fixed bug where clicking 'Cancel' on the 'Save before Exiting' dialog could result in the editor exiting without saving changes - Keyboard accelerators and mnemonics greatly improved - 'File - New' allows editing a new policy without first selecting the file to save to * Common - PR1769: support signed applets which specify Sandbox permissions in their manifests * Temporary Permissions in security dialog now multi-selectable and based on PolicyEditor permissions The update to 1.5.2 brings OpenJDK 8 support (fate#318956) * NetX - RH1095311, PR574 - References class sun.misc.Ref removed in OpenJDK 9 - fixed, and so buildable on JDK9 - RH1154177 - decoded file needed from cache - fixed NPE in https dialog - empty codebase behaves as '.'
Patchnames
SUSE-SLE-DESKTOP-12-2015-642,SUSE-SLE-WE-12-2015-642
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for icedtea-web",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "\nThe Java IcedTea-Web Plugin was updated to 1.6.1 bringing\nvarious features, bug- and securityfixes.\n\n* Enabled Entry-Point attribute check\n* permissions sandbox and signed app and unsigned app with\n  permissions all-permissions now run in sandbox instead of not\nt all.\n* fixed DownloadService\n* comments in deployment.properties now should persists load/save\n* fixed bug in caching of files with query\n* fixed issues with recreating of existing shortcut\n* trustAll/trustNone now processed correctly\n* headless no longer shows dialogues\n* RH1231441 Unable to read the text of the buttons of the security\n  dialogue\n* Fixed RH1233697 icedtea-web: applet origin spoofing\n  (CVE-2015-5235, bsc#944208)\n* Fixed RH1233667 icedtea-web: unexpected permanent authorization\n  of unsigned applets (CVE-2015-5234, bsc#944209)\n* MissingALACAdialog made available also for unsigned applications\n  (but ignoring actual manifest value) and fixed\n* NetX\n  - fixed issues with -html shortcuts\n  - fixed issue with -html receiving garbage in width and height\n* PolicyEditor\n  - file flag made to work when used standalone\n  - file flag and main argument cannot be used in combination\n\nThe update to 1.6 is included and brings:\n\n* Massively improved offline abilities. Added Xoffline switch to\n  force work without inet connection.\n* Improved to be able to run with any JDK\n* JDK 6 and older no longer supported\n* JDK 8 support added (URLPermission granted if applicable)\n* JDK 9 supported \n* Added support for Entry-Point manifest attribute\n* Added KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK deployment property\n  to control scan of Manifest file \n* starting arguments now accept also -- abbreviations\n* Added new documentation\n* Added support for menu shortcuts - both javaws\n  applications/applets and html applets are supported\n* added support for -html switch for javaws. Now you can run most\n  of the applets without browser at all\n* Control Panel\n  - PR1856: ControlPanel UI improvement for lower resolutions\n    (800*600)\n* NetX\n  - PR1858: Java Console accepts multi-byte encodings\n  - PR1859: Java Console UI improvement for lower resolutions\n    (800*600)\n  - RH1091563: [abrt] icedtea-web-1.5-2.fc20: Uncaught exception\n   java.lang.ClassCastException in method\n   sun.applet.PluginAppletViewer$8.run()\n  - Dropped support for long unmaintained -basedir argument\n  - Returned support for -jnlp argument\n  - RH1095311, PR574 -  References class sun.misc.Ref removed in\n    OpenJDK 9 - fixed, and so buildable on JDK9\n* Plugin\n  - PR1743 - Intermittant deadlock in PluginRequestProcessor\n  - PR1298 - LiveConnect - problem setting array elements (applet\n    variables) from JS\n  - RH1121549: coverity defects\n  - Resolves method overloading correctly with superclass\n    heirarchy distance\n* PolicyEditor\n  - codebases can be renamed in-place, copied, and pasted\n  - codebase URLs can be copied to system clipboard\n  - displays a progress dialog while opening or saving files\n  - codebases without permissions assigned save to file anyway\n    (and re-appear on next open)\n  - PR1776: NullPointer on save-and-exit\n  - PR1850: duplicate codebases when launching from security dialogs\n  - Fixed bug where clicking \u0027Cancel\u0027 on the \u0027Save before Exiting\u0027\n    dialog could result in the editor exiting without saving\n    changes\n  - Keyboard accelerators and mnemonics greatly improved\n  - \u0027File - New\u0027 allows editing a new policy without first\n    selecting the file to save to\n* Common\n  - PR1769: support signed applets which specify Sandbox\n    permissions in their manifests\n* Temporary Permissions in security dialog now multi-selectable\n  and based on PolicyEditor permissions\n\nThe update to 1.5.2 brings OpenJDK 8 support (fate#318956)\n* NetX\n  - RH1095311, PR574 -  References class sun.misc.Ref removed in\n    OpenJDK 9 - fixed, and so buildable on JDK9\n  - RH1154177 - decoded file needed from cache\n  - fixed NPE  in https dialog\n  - empty codebase behaves  as \u0027.\u0027\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-DESKTOP-12-2015-642,SUSE-SLE-WE-12-2015-642",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2015_1682-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2015:1682-1",
        "url": "https://www.suse.com/support/update/announcement/2015/suse-su-20151682-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2015:1682-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2015-October/001613.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 944208",
        "url": "https://bugzilla.suse.com/944208"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 944209",
        "url": "https://bugzilla.suse.com/944209"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-5234 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-5234/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2015-5235 page",
        "url": "https://www.suse.com/security/cve/CVE-2015-5235/"
      }
    ],
    "title": "Security update for icedtea-web",
    "tracking": {
      "current_release_date": "2015-09-15T09:42:59Z",
      "generator": {
        "date": "2015-09-15T09:42:59Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2015:1682-1",
      "initial_release_date": "2015-09-15T09:42:59Z",
      "revision_history": [
        {
          "date": "2015-09-15T09:42:59Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
                "product": {
                  "name": "java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
                  "product_id": "java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Desktop 12",
                "product": {
                  "name": "SUSE Linux Enterprise Desktop 12",
                  "product_id": "SUSE Linux Enterprise Desktop 12",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sled:12"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Workstation Extension 12",
                "product": {
                  "name": "SUSE Linux Enterprise Workstation Extension 12",
                  "product_id": "SUSE Linux Enterprise Workstation Extension 12",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-we:12"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64 as component of SUSE Linux Enterprise Desktop 12",
          "product_id": "SUSE Linux Enterprise Desktop 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 12",
          "product_id": "SUSE Linux Enterprise Workstation Extension 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64"
        },
        "product_reference": "java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 12"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2015-5234",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-5234"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "IcedTea-Web before 1.5.3 and 1.6.x before 1.6.1 does not properly sanitize applet URLs, which allows remote attackers to inject applets into the .appletTrustSettings configuration file and bypass user approval to execute the applet via a crafted web page, possibly related to line breaks.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-5234",
          "url": "https://www.suse.com/security/cve/CVE-2015-5234"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 944209 for CVE-2015-5234",
          "url": "https://bugzilla.suse.com/944209"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2015-09-15T09:42:59Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2015-5234"
    },
    {
      "cve": "CVE-2015-5235",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2015-5235"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "IcedTea-Web before 1.5.3 and 1.6.x before 1.6.1 does not properly determine the origin of unsigned applets, which allows remote attackers to bypass the approval process or trick users into approving applet execution via a crafted web page.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2015-5235",
          "url": "https://www.suse.com/security/cve/CVE-2015-5235"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 944208 for CVE-2015-5235",
          "url": "https://bugzilla.suse.com/944208"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 12:java-1_7_0-openjdk-plugin-1.6.1-2.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2015-09-15T09:42:59Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2015-5235"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…