Lucene search
+L

openSUSE: Security Advisory for bouncycastle (openSUSE-SU-2018:1689-1)

🗓️ 15 Jun 2018 00:00:00Reported by Copyright (C) 2018 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 37 Views

Security Advisory for bouncycastle version 1.59 (openSUSE-SU-2018:1689-1) addressing multiple CVEs

Related
Refs
Code
ReporterTitlePublishedViews
Family
ibm
IBM Security Bulletins
Security Bulletin: Multiple Security Vulnerabilities Impact IBM Predictive Insights
8 Sep 202020:36
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple Bouncy Castle Vulnerabilities Affect IBM Sterling B2B Integrator
13 Nov 202019:10
ibm
ibm
IBM Security Bulletins
Security Bulletin: IBM Security Guardium Big Data Intelligence is affected by a Using Components with Known Vulnerabilities vulnerability
14 Oct 201916:59
ibm
ibm
IBM Security Bulletins
Security Bulletin: Vulnerability in Bouncy Castle used by Logstash shipped with IBM Operations Analytics - Log Analysis (CVE-2017-13098)
21 Nov 202208:35
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in The Bouncy Castle Crypto Package For Java affect IBM Application Performance Management products
25 Sep 202309:11
ibm
ibm
IBM Security Bulletins
Security Bulletin: Resilient is vulnerable to Using Components with Known Vulnerabilities
19 Apr 202121:45
ibm
ibm
IBM Security Bulletins
Security Bulletin: Bouncy Castle as used by IBM QRadar SIEM contains multiple vulnerabilities (CVE-2018-1000613, CVE-2017-13098, CVE-2018-1000180)
5 Feb 202119:10
ibm
ibm
IBM Security Bulletins
Security Bulletin: Bouncy Castle Vulnerabilities Affect IBM Sterling B2B Integrator
6 Oct 202114:43
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in Bouncy Castle affects Apache Solr shipped with IBM Operations Analytics - Log Analysis
16 Apr 202115:46
ibm
ibm
IBM Security Bulletins
Security Bulletin: Multiple vulnerabilities in Bouncy Castle Java Cryptography affect IBM Tivoli Business Manager
30 Sep 202116:09
ibm
Rows per page
# Copyright (C) 2018 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.851785");
  script_version("2025-02-28T05:38:49+0000");
  script_tag(name:"last_modification", value:"2025-02-28 05:38:49 +0000 (Fri, 28 Feb 2025)");
  script_tag(name:"creation_date", value:"2018-06-15 05:48:03 +0200 (Fri, 15 Jun 2018)");
  script_cve_id("CVE-2016-1000338", "CVE-2016-1000339", "CVE-2016-1000340", "CVE-2016-1000341",
                "CVE-2016-1000342", "CVE-2016-1000343", "CVE-2016-1000344", "CVE-2016-1000345",
                "CVE-2016-1000346", "CVE-2016-1000352", "CVE-2017-13098");
  script_tag(name:"cvss_base", value:"5.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:N");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2020-10-20 22:15:00 +0000 (Tue, 20 Oct 2020)");
  script_tag(name:"qod_type", value:"package");
  script_name("openSUSE: Security Advisory for bouncycastle (openSUSE-SU-2018:1689-1)");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'bouncycastle'
  package(s) announced via the referenced advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"This update for bouncycastle to version 1.59 fixes the following issues:

  These security issues were fixed:

  - CVE-2017-13098: BouncyCastle, when configured to use the JCE (Java
  Cryptography Extension) for cryptographic functions, provided a weak
  Bleichenbacher oracle when any TLS cipher suite using RSA key exchange
  was negotiated. An attacker can recover the private key from a
  vulnerable application. This vulnerability is referred to as 'ROBOT'
  (bsc#1072697).

  - CVE-2016-1000338: Ensure full validation of ASN.1 encoding of signature
  on verification. It was possible to inject extra elements in the
  sequence making up the signature and still have it validate, which in
  some cases may have allowed the introduction of 'invisible' data into a
  signed structure (bsc#1095722).

  - CVE-2016-1000339: Prevent AESEngine key information leak via lookup
  table accesses (boo#1095853).

  - CVE-2016-1000340: Preventcarry propagation bugs in the implementation of
  squaring for several raw math classes (boo#1095854).

  - CVE-2016-1000341: Fix DSA signature generation vulnerability to timing
  attack (boo#1095852).

  - CVE-2016-1000341: DSA signature generation was vulnerable to timing
  attack. Where timings can be closely observed for the generation of
  signatures may have allowed an attacker to gain information about the
  signature's k value and ultimately the private value as well
  (bsc#1095852).

  - CVE-2016-1000342: Ensure that ECDSA does fully validate ASN.1 encoding
  of signature on verification. It was possible to inject extra elements
  in the sequence making up the signature and still have it validate,
  which in some cases may have allowed the introduction of 'invisible'
  data into a signed structure (bsc#1095850).

  - CVE-2016-1000343: Prevent weak default settings for private DSA key pair
  generation (boo#1095849).

  - CVE-2016-1000344: Removed DHIES from the provider to disable the unsafe
  usage
  of ECB mode (boo#1096026).

  - CVE-2016-1000345: The DHIES/ECIES CBC mode was vulnerable to padding
  oracle attack. In an environment where timings can be easily observed,
  it was possible with enough observations to identify when the decryption
  is failing due to padding (bsc#1096025).

  - CVE-2016-1000346: The other party DH public key was not fully validated.
  This could have caused issues as invalid keys could be used to reveal
  details about the other party's private key where static Diffie-Hellman
  is in use (bsc#1096024).

  - CVE-2016-1000352: Remove ECIES from the provider to disable the unsafe
  usage
  of ECB mode (boo#1096022).


  Patch Instr ...

  Description truncated, please see the referenced URL(s) for more information.");

  script_tag(name:"affected", value:"bouncycastle on openSUSE Leap 42.3");

  script_tag(name:"solution", value:"Please install the updated package(s).");

  script_xref(name:"openSUSE-SU", value:"2018:1689-1");
  script_xref(name:"URL", value:"https://lists.opensuse.org/opensuse-security-announce/2018-06/msg00025.html");
  script_tag(name:"solution_type", value:"VendorFix");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2018 Greenbone Networks GmbH");
  script_family("SuSE Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/opensuse", "ssh/login/rpms", re:"ssh/login/release=openSUSELeap42\.3");
  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "openSUSELeap42.3") {
  if(!isnull(res = isrpmvuln(pkg:"bouncycastle", rpm:"bouncycastle~1.59~23.3.1", rls:"openSUSELeap42.3"))) {
    report += res;
  }

  if(!isnull(res = isrpmvuln(pkg:"bouncycastle-javadoc", rpm:"bouncycastle-javadoc~1.59~23.3.1", rls:"openSUSELeap42.3"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

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