This is a security advisory for the 'chromium' package in Fedora 39 with update FEDORA-2023-9425bb0115
Reporter | Title | Published | Views | Family All 67 |
---|---|---|---|---|
![]() | Fedora 39 : chromium (2023-9425bb0115) | 22 Nov 202300:00 | – | nessus |
![]() | Debian DSA-5556-1 : chromium - security update | 17 Nov 202300:00 | – | nessus |
![]() | FreeBSD : chromium -- multiple security fixes (0da4db89-84bf-11ee-8290-a8a1599412c6) | 16 Nov 202300:00 | – | nessus |
![]() | openSUSE 15 Security Update : opera (openSUSE-SU-2023:0386-1) | 1 Dec 202300:00 | – | nessus |
![]() | openSUSE 15 Security Update : chromium (openSUSE-SU-2023:0372-1) | 17 Nov 202300:00 | – | nessus |
![]() | Fedora 37 : chromium (2023-442c049c3c) | 27 Nov 202300:00 | – | nessus |
![]() | openSUSE 15 Security Update : opera (openSUSE-SU-2023:0385-1) | 1 Dec 202300:00 | – | nessus |
![]() | Google Chrome < 119.0.6045.159 Multiple Vulnerabilities | 14 Nov 202300:00 | – | nessus |
![]() | Fedora 38 : chromium (2023-5b46676afa) | 25 Nov 202300:00 | – | nessus |
![]() | Google Chrome < 119.0.6045.159 Multiple Vulnerabilities | 14 Nov 202300:00 | – | nessus |
# 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.0.885312");
script_cve_id("CVE-2023-5997", "CVE-2023-6112");
script_tag(name:"creation_date", value:"2023-11-23 02:15:02 +0000 (Thu, 23 Nov 2023)");
script_version("2024-09-13T05:05:46+0000");
script_tag(name:"last_modification", value:"2024-09-13 05:05:46 +0000 (Fri, 13 Sep 2024)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-11-21 01:01:21 +0000 (Tue, 21 Nov 2023)");
script_name("Fedora: Security Advisory (FEDORA-2023-9425bb0115)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2023 Greenbone AG");
script_family("Fedora Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/fedora", "ssh/login/rpms", re:"ssh/login/release=FC39");
script_xref(name:"Advisory-ID", value:"FEDORA-2023-9425bb0115");
script_xref(name:"URL", value:"https://bodhi.fedoraproject.org/updates/FEDORA-2023-9425bb0115");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2240127");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2246427");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2250169");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2250775");
script_xref(name:"URL", value:"https://bugzilla.redhat.com/show_bug.cgi?id=2250777");
script_tag(name:"summary", value:"The remote host is missing an update for the 'chromium' package(s) announced via the FEDORA-2023-9425bb0115 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"update to 119.0.6045.159, upstream security release
- High CVE-2023-5997, use after free in Garbage Collection
- High CVE-2023-6112, use after free in Navigation
----
Fix bz#2240127, audio/video decode issue in chromium");
script_tag(name:"affected", value:"'chromium' package(s) on Fedora 39.");
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 == "FC39") {
if(!isnull(res = isrpmvuln(pkg:"chromedriver", rpm:"chromedriver~119.0.6045.159~2.fc39", rls:"FC39"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"chromium", rpm:"chromium~119.0.6045.159~2.fc39", rls:"FC39"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"chromium-common", rpm:"chromium-common~119.0.6045.159~2.fc39", rls:"FC39"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"chromium-common-debuginfo", rpm:"chromium-common-debuginfo~119.0.6045.159~2.fc39", rls:"FC39"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"chromium-debuginfo", rpm:"chromium-debuginfo~119.0.6045.159~2.fc39", rls:"FC39"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"chromium-headless", rpm:"chromium-headless~119.0.6045.159~2.fc39", rls:"FC39"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"chromium-headless-debuginfo", rpm:"chromium-headless-debuginfo~119.0.6045.159~2.fc39", rls:"FC39"))) {
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