Security Advisory for bouncycastle package update on openSUSE Leap 15.
Reporter | Title | Published | Views | Family All 83 |
---|---|---|---|---|
![]() | Security update for bouncycastle (moderate) | 4 May 202000:00 | – | suse |
![]() | Security update for bouncycastle (moderate) | 28 Jul 201816:04 | – | suse |
![]() | Security update for bouncycastle (moderate) | 3 Aug 201821:09 | – | suse |
![]() | Security update for bouncycastle (moderate) | 14 Jun 201812:07 | – | suse |
![]() | openSUSE Security Update : bouncycastle (openSUSE-2019-546) | 27 Mar 201900:00 | – | nessus |
![]() | openSUSE Security Update : bouncycastle (openSUSE-2020-607) | 4 May 202000:00 | – | nessus |
![]() | openSUSE Security Update : bouncycastle (openSUSE-2018-776) | 30 Jul 201800:00 | – | nessus |
![]() | Fedora 28 : bouncycastle (2018-e6894349c9) | 3 Jan 201900:00 | – | nessus |
![]() | openSUSE Security Update : bouncycastle (openSUSE-2018-794) | 6 Aug 201800:00 | – | nessus |
![]() | FreeBSD : The Bouncy Castle Crypto APIs: CVE-2017-13098 ('ROBOT') (6a131fbf-ec76-11e7-aa65-001b216d295b) | 2 Jan 201800:00 | – | nessus |
# 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.852032");
script_version("2022-01-17T03:04:33+0000");
script_cve_id("CVE-2017-13098", "CVE-2018-1000613");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"last_modification", value:"2022-01-17 03:04:33 +0000 (Mon, 17 Jan 2022)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2022-01-14 15:20:00 +0000 (Fri, 14 Jan 2022)");
script_tag(name:"creation_date", value:"2018-10-26 06:35:52 +0200 (Fri, 26 Oct 2018)");
script_name("openSUSE: Security Advisory for bouncycastle (openSUSE-SU-2018:2131-1)");
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/suse", "ssh/login/rpms", re:"ssh/login/release=openSUSELeap15\.0");
script_xref(name:"openSUSE-SU", value:"2018:2131-1");
script_xref(name:"URL", value:"https://lists.opensuse.org/opensuse-security-announce/2018-07/msg00048.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'bouncycastle'
package(s) announced via the openSUSE-SU-2018:2131-1 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 fixes the following issues:
Security issues fixed:
- CVE-2018-1000613: Fix use of Externally-Controlled Input to Select
Classes or Code ('Unsafe Reflection') (boo#1100694).
- CVE-2017-13098: Fix against Bleichenbacher oracle when not using the
lightweight APIs (boo#1072697).
Patch Instructions:
To install this openSUSE Security Update use the SUSE recommended
installation methods
like YaST online_update or 'zypper patch'.
Alternatively you can run the command listed for your product:
- openSUSE Leap 15.0:
zypper in -t patch openSUSE-2018-776=1");
script_tag(name:"affected", value:"bouncycastle on openSUSE Leap 15.0.");
script_tag(name:"solution", value:"Please install the updated package(s).");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
exit(0);
}
include("revisions-lib.inc");
include("pkg-lib-rpm.inc");
release = rpm_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "openSUSELeap15.0") {
if(!isnull(res = isrpmvuln(pkg:"bouncycastle", rpm:"bouncycastle~1.60~lp150.2.3.1", rls:"openSUSELeap15.0"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"ouncycastle-javadoc", rpm:"ouncycastle-javadoc~1.60~lp150.2.3.1", rls:"openSUSELeap15.0"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
exit(0);
Transform Your Security Services
Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.
Book a live demo