The 'gst-plugins-base1.0' package(s) on Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.10, Ubuntu 24.04 are missing security updat
Reporter | Title | Published | Views | Family All 68 |
---|---|---|---|---|
![]() | RLSA-2024:9056 Moderate: gstreamer1-plugins-base security update | 19 Nov 202416:01 | – | osv |
![]() | SUSE-SU-2024:1882-1 Security update for gstreamer-plugins-base | 31 May 202406:46 | – | osv |
![]() | CVE-2024-4453 | 22 May 202420:15 | – | osv |
![]() | SUSE-SU-2024:1945-1 Security update for gstreamer-plugins-base | 7 Jun 202415:05 | – | osv |
![]() | SUSE-SU-2024:1910-1 Security update for gstreamer-plugins-base | 3 Jun 202415:29 | – | osv |
![]() | SUSE-SU-2024:1882-2 Security update for gstreamer-plugins-base | 31 May 202406:46 | – | osv |
![]() | OPENSUSE-SU-2024:14005-1 gstreamer-plugins-base-1.24.0-2.1 on GA media | 15 Jun 202400:00 | – | osv |
![]() | DSA-5702-1 gst-plugins-base1.0 - security update | 1 Jun 202400:00 | – | osv |
![]() | SUSE-SU-2024:1893-1 Security update for gstreamer-plugins-base | 3 Jun 202406:57 | – | osv |
![]() | MGASA-2024-0215 Updated 0-plugins-base packages fix security vulnerability | 8 Jun 202416:34 | – | osv |
Source | Link |
---|---|
ubuntu | www.ubuntu.com/security/notices/USN-6798-1 |
# SPDX-FileCopyrightText: 2024 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.12.2024.6798.1");
script_cve_id("CVE-2024-4453");
script_tag(name:"creation_date", value:"2024-05-30 04:08:53 +0000 (Thu, 30 May 2024)");
script_version("2025-01-09T06:16:22+0000");
script_tag(name:"last_modification", value:"2025-01-09 06:16:22 +0000 (Thu, 09 Jan 2025)");
script_tag(name:"cvss_base", value:"7.2");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/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:"2024-12-17 16:05:41 +0000 (Tue, 17 Dec 2024)");
script_name("Ubuntu: Security Advisory (USN-6798-1)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("Ubuntu Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/ubuntu_linux", "ssh/login/packages", re:"ssh/login/release=UBUNTU(20\.04\ LTS|22\.04\ LTS|23\.10|24\.04\ LTS)");
script_xref(name:"Advisory-ID", value:"USN-6798-1");
script_xref(name:"URL", value:"https://ubuntu.com/security/notices/USN-6798-1");
script_tag(name:"summary", value:"The remote host is missing an update for the 'gst-plugins-base1.0' package(s) announced via the USN-6798-1 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"It was discovered that GStreamer Base Plugins incorrectly handled certain
EXIF metadata. An attacker could possibly use this issue to execute arbitrary
code or cause a crash.");
script_tag(name:"affected", value:"'gst-plugins-base1.0' package(s) on Ubuntu 20.04, Ubuntu 22.04, Ubuntu 23.10, Ubuntu 24.04.");
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-deb.inc");
release = dpkg_get_ssh_release();
if(!release)
exit(0);
res = "";
report = "";
if(release == "UBUNTU20.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"gstreamer1.0-plugins-base", ver:"1.16.3-0ubuntu1.3", rls:"UBUNTU20.04 LTS"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "UBUNTU22.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"gstreamer1.0-plugins-base", ver:"1.20.1-1ubuntu0.2", rls:"UBUNTU22.04 LTS"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "UBUNTU23.10") {
if(!isnull(res = isdpkgvuln(pkg:"gstreamer1.0-plugins-base", ver:"1.22.6-1ubuntu0.1", rls:"UBUNTU23.10"))) {
report += res;
}
if(report != "") {
security_message(data:report);
} else if(__pkg_match) {
exit(99);
}
exit(0);
}
if(release == "UBUNTU24.04 LTS") {
if(!isnull(res = isdpkgvuln(pkg:"gstreamer1.0-plugins-base", ver:"1.24.2-1ubuntu0.1", rls:"UBUNTU24.04 LTS"))) {
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