CentOS: Security Advisory for bpftool (CESA-2023:7423)
🗓️ 05 Mar 2024 00:00:00Reported by Copyright (C) 2024 Greenbone AGType
openvas🔗 plugins.openvas.org👁 50 Views
| Reporter | Title | Published | Views | Family All 1718 |
|---|---|---|---|---|
| LSN-0095-1: Kernel Live Patch Security Notice | 21 Jun 202309:25 | – | ubuntu | |
| LSN-0096-1: Kernel Live Patch Security Notice | 25 Jul 202310:28 | – | ubuntu | |
| LSN-0098-1: Kernel Live Patch Security Notice | 10 Oct 202313:09 | – | ubuntu | |
| LSN-0099-1: Kernel Live Patch Security Notice | 28 Nov 202310:40 | – | ubuntu | |
| USN-6127-1: Linux kernel vulnerabilities | 31 May 202322:15 | – | ubuntu | |
| USN-6130-1: Linux kernel vulnerabilities | 1 Jun 202317:28 | – | ubuntu | |
| USN-6131-1: Linux kernel vulnerabilities | 1 Jun 202318:48 | – | ubuntu | |
| USN-6132-1: Linux kernel vulnerabilities | 1 Jun 202318:54 | – | ubuntu | |
| USN-6135-1: Linux kernel (Azure CVM) vulnerabilities | 2 Jun 202315:52 | – | ubuntu | |
| USN-6149-1: Linux kernel vulnerabilities | 8 Jun 202314:43 | – | ubuntu |
10
# 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.0.884332");
script_version("2024-04-11T05:05:26+0000");
script_cve_id("CVE-2023-3611", "CVE-2023-3776", "CVE-2023-4128", "CVE-2023-4206", "CVE-2023-4207", "CVE-2023-4208", "CVE-2022-40982", "CVE-2023-31436");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:S/C:C/I:C/A:C");
script_tag(name:"last_modification", value:"2024-04-11 05:05:26 +0000 (Thu, 11 Apr 2024)");
script_tag(name:"severity_vector", value:"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2023-09-11 18:12:56 +0000 (Mon, 11 Sep 2023)");
script_tag(name:"creation_date", value:"2024-03-05 14:33:48 +0000 (Tue, 05 Mar 2024)");
script_name("CentOS: Security Advisory for bpftool (CESA-2023:7423)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2024 Greenbone AG");
script_family("CentOS Local Security Checks");
script_dependencies("gather-package-list.nasl");
script_mandatory_keys("ssh/login/centos", "ssh/login/rpms", re:"ssh/login/release=CentOS7");
script_xref(name:"Advisory-ID", value:"CESA-2023:7423");
script_xref(name:"URL", value:"https://lists.centos.org/pipermail/centos-announce/2024-January/099208.html");
script_tag(name:"summary", value:"The remote host is missing an update for the 'bpftool'
package(s) announced via the CESA-2023:7423 advisory.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");
script_tag(name:"insight", value:"The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
* kernel: net/sched: sch_qfq component can be exploited if in qfq_change_agg function happens qfq_enqueue overhead (CVE-2023-3611)
* kernel: net/sched: cls_fw component can be exploited as result of failure in tcf_change_indev function (CVE-2023-3776)
* kernel: net/sched: Use-after-free vulnerabilities in the net/sched classifiers: cls_fw, cls_u32 and cls_route (CVE-2023-4128, CVE-2023-4206, CVE-2023-4207, CVE-2023-4208)
* hw: Intel: Gather Data Sampling (GDS) side channel vulnerability (CVE-2022-40982)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.");
script_tag(name:"affected", value:"'bpftool' package(s) on CentOS 7.");
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 == "CentOS7") {
if(!isnull(res = isrpmvuln(pkg:"bpftool", rpm:"bpftool~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel", rpm:"kernel~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-abi-whitelists", rpm:"kernel-abi-whitelists~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-debug", rpm:"kernel-debug~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-debug-devel", rpm:"kernel-debug-devel~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-devel", rpm:"kernel-devel~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-doc", rpm:"kernel-doc~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-headers", rpm:"kernel-headers~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-tools", rpm:"kernel-tools~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-tools-libs", rpm:"kernel-tools-libs~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"kernel-tools-libs-devel", rpm:"kernel-tools-libs-devel~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"perf", rpm:"perf~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
report += res;
}
if(!isnull(res = isrpmvuln(pkg:"python-perf", rpm:"python-perf~3.10.0~1160.105.1.el7", rls:"CentOS7"))) {
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
11 Apr 2024 00:00Current
7.9High risk
Vulners AI Score7.9
CVSS 3.17.8
EPSS0.03047
SSVC