The SUSE Security Advisory (SUSE-SU-2023:3308-1) announces the update for the 'openssl-1_0_0' package addressing CVE-2023-3817, fixing a potential DoS vulnerability
Reporter | Title | Published | Views | Family All 199 |
---|---|---|---|---|
![]() | OPENSUSE-SU-2024:13097-1 libopenssl-3-devel-3.1.2-1.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | CGA-892X-M288-M8G4 | 25 Sep 202405:17 | – | osv |
![]() | OPENSUSE-SU-2024:13111-1 libopenssl-1_0_0-devel-1.0.2u-22.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | CGA-55RX-Q8VX-V22R | 6 Jun 202412:23 | – | osv |
![]() | OPENSUSE-SU-2024:13090-1 libopenssl-1_1-devel-1.1.1v-1.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | openssl - security update | 15 Aug 202300:00 | – | osv |
![]() | CVE-2023-3817 | 31 Jul 202316:15 | – | osv |
![]() | openssl vulnerabilities | 25 Oct 202312:40 | – | osv |
![]() | openssl vulnerabilities | 18 Oct 202319:51 | – | osv |
![]() | SUSE: Security Advisory (SUSE-SU-2023:3291-2) | 5 Oct 202300:00 | – | openvas |
# SPDX-FileCopyrightText: 2023 Greenbone AG
# 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-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.1.4.2023.3308.1");
script_cve_id("CVE-2023-3817");
script_tag(name:"creation_date", value:"2023-08-14 14:35:55 +0000 (Mon, 14 Aug 2023)");
script_version("2025-02-14T08:35:38+0000");
script_tag(name:"last_modification", value:"2025-02-14 08:35:38 +0000 (Fri, 14 Feb 2025)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-08-08 19:04:09 +0000 (Tue, 08 Aug 2023)");
script_name("SUSE: Security Advisory (SUSE-SU-2023:3308-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2023 Greenbone AG");
script_family("SuSE Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/suse_sles", "ssh/login/rpms", re:"ssh/login/release=(SLES12\.0SP2)");
script_xref(name:"Advisory-ID", value:"SUSE-SU-2023:3308-1");
script_xref(name:"URL", value:"https://www.suse.com/support/update/announcement/2023/suse-su-20233308-1/");
script_xref(name:"URL", value:"https://bugzilla.suse.com/1213853");
script_xref(name:"URL", value:"https://lists.suse.com/pipermail/sle-security-updates/2023-August/015897.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'openssl-1_0_0' package(s) announced via the SUSE-SU-2023:3308-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 openssl-1_0_0 fixes the following issues:
- CVE-2023-3817: Fixed a potential DoS due to excessive time spent checking DH q parameter value. (bsc#1213853)");
script_tag(name:"affected", value:"'openssl-1_0_0' package(s) on SUSE Linux Enterprise Server 12-SP2.");
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 == "SLES12.0SP2") {
if(!isnull(res = isrpmvuln(pkg:"libopenssl-devel", rpm:"libopenssl-devel~1.0.2j~60.104.1", rls:"SLES12.0SP2"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libopenssl1_0_0", rpm:"libopenssl1_0_0~1.0.2j~60.104.1", rls:"SLES12.0SP2"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libopenssl1_0_0-32bit", rpm:"libopenssl1_0_0-32bit~1.0.2j~60.104.1", rls:"SLES12.0SP2"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libopenssl1_0_0-hmac", rpm:"libopenssl1_0_0-hmac~1.0.2j~60.104.1", rls:"SLES12.0SP2"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"libopenssl1_0_0-hmac-32bit", rpm:"libopenssl1_0_0-hmac-32bit~1.0.2j~60.104.1", rls:"SLES12.0SP2"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openssl", rpm:"openssl~1.0.2j~60.104.1", rls:"SLES12.0SP2"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"openssl-doc", rpm:"openssl-doc~1.0.2j~60.104.1", rls:"SLES12.0SP2"))) {
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