RHSA-2022:5344
Vulnerability from csaf_redhat - Published: 2022-06-28 12:34 - Updated: 2026-03-04 06:24Summary
Red Hat Security Advisory: kernel-rt security and bug fix update
Severity
Important
Notes
Topic: An update for kernel-rt is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.
Security Fix(es):
* kernel: buffer overflow in IPsec ESP transformation code (CVE-2022-27666)
* kernel: out-of-bounds read in fbcon_get_font function (CVE-2020-28915)
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.
Bug Fix(es):
* kernel-rt: update RT source tree to the latest RHEL-8.6.z0 Batch (BZ#2081704)
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
An out-of-bounds (OOB) memory access flaw was found in fbcon_get_font() in drivers/video/fbdev/core/fbcon.c in fbcon driver module in the Linux kernel. A bound check failure allows a local attacker with special user privilege to gain access to out-of-bounds memory, leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to integrity and system availability.
5.8 (Medium)
Vendor Fix
For details on how to apply this update, which includes the changes described in this advisory, refer to:
https://access.redhat.com/articles/11258
The system must be rebooted for this update to take effect.
https://access.redhat.com/errata/RHSA-2022:5344
Workaround
Add 'nomodeset' option as kernel boot parameter to disable frame buffering (edit /etc/default/grub, and run 'grub2-mkconfig -o /boot/grub2/grub.cfg' and reboot).
~~~
# cat /proc/cmdline
BOOT_IMAGE=(hd0,msdos1)/vmlinuz-4.18.0-147.el8.x86_64 root=/dev/mapper/rhel_rhel8u2--1-root ro crashkernel=auto resume=/dev/mapper/rhel_rhel8u2--1-swap rd.lvm.lv=rhel_rhel8u2-1/root rd.lvm.lv=rhel_rhel8u2-1/swap nomodeset
# ls -l /dev/fb*
ls: cannot access '/dev/fb*': No such file or directory
~~~
A heap buffer overflow flaw was found in IPsec ESP transformation code in net/ipv4/esp4.c and net/ipv6/esp6.c. This flaw allows a local attacker with a normal user privilege to overwrite kernel heap objects and may cause a local privilege escalation threat.
7.8 (High)
Vendor Fix
For details on how to apply this update, which includes the changes described in this advisory, refer to:
https://access.redhat.com/articles/11258
The system must be rebooted for this update to take effect.
https://access.redhat.com/errata/RHSA-2022:5344
Workaround
The given exploit needs CAP_NET_ADMIN to set up IPsec SA and a user namespace is used to get that capability, so disabling unprivileged user namespaces gives some protection.
~~~
On non-containerized deployments of Red Hat Enterprise Linux 8, you can disable user namespaces by setting user.max_user_namespaces to 0:
# echo "user.max_user_namespaces=0" > /etc/sysctl.d/userns.conf
# sysctl -p /etc/sysctl.d/userns.conf
On containerized deployments, such as Red Hat OpenShift Container Platform, do not use this mitigation as the functionality is needed to be enabled.
~~~
Note: If the target system is already using IPsec and has SA configured, then no additional privileges are needed to exploit the issue.
References
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: buffer overflow in IPsec ESP transformation code (CVE-2022-27666)\n\n* kernel: out-of-bounds read in fbcon_get_font function (CVE-2020-28915)\n\nFor 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.\n\nBug Fix(es):\n\n* kernel-rt: update RT source tree to the latest RHEL-8.6.z0 Batch (BZ#2081704)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2022:5344",
"url": "https://access.redhat.com/errata/RHSA-2022:5344"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "1899177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1899177"
},
{
"category": "external",
"summary": "2061633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2061633"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_5344.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security and bug fix update",
"tracking": {
"current_release_date": "2026-03-04T06:24:41+00:00",
"generator": {
"date": "2026-03-04T06:24:41+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.2"
}
},
"id": "RHSA-2022:5344",
"initial_release_date": "2022-06-28T12:34:34+00:00",
"revision_history": [
{
"date": "2022-06-28T12:34:34+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2022-06-28T12:34:34+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-04T06:24:41+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux NFV (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::nfv"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux RT (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::realtime"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"product": {
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"product_id": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.13.1.rt7.170.el8_6?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-372.13.1.rt7.170.el8_6?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src"
},
"product_reference": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux NFV (v. 8)",
"product_id": "NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "NFV-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src"
},
"product_reference": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64 as a component of Red Hat Enterprise Linux RT (v. 8)",
"product_id": "RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
},
"product_reference": "kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"relates_to_product_reference": "RT-8.6.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2020-28915",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2020-11-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1899177"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds (OOB) memory access flaw was found in fbcon_get_font() in drivers/video/fbdev/core/fbcon.c in fbcon driver module in the Linux kernel. A bound check failure allows a local attacker with special user privilege to gain access to out-of-bounds memory, leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: out-of-bounds read in fbcon_get_font function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-28915"
},
{
"category": "external",
"summary": "RHBZ#1899177",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1899177"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-28915",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-28915"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-28915",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-28915"
}
],
"release_date": "2020-11-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-06-28T12:34:34+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5344"
},
{
"category": "workaround",
"details": "Add \u0027nomodeset\u0027 option as kernel boot parameter to disable frame buffering (edit /etc/default/grub, and run \u0027grub2-mkconfig -o /boot/grub2/grub.cfg\u0027 and reboot).\n~~~\n# cat /proc/cmdline \nBOOT_IMAGE=(hd0,msdos1)/vmlinuz-4.18.0-147.el8.x86_64 root=/dev/mapper/rhel_rhel8u2--1-root ro crashkernel=auto resume=/dev/mapper/rhel_rhel8u2--1-swap rd.lvm.lv=rhel_rhel8u2-1/root rd.lvm.lv=rhel_rhel8u2-1/swap nomodeset\n\n# ls -l /dev/fb*\nls: cannot access \u0027/dev/fb*\u0027: No such file or directory\n~~~",
"product_ids": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "HIGH",
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:H/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: out-of-bounds read in fbcon_get_font function"
},
{
"cve": "CVE-2022-27666",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2022-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2061633"
}
],
"notes": [
{
"category": "description",
"text": "A heap buffer overflow flaw was found in IPsec ESP transformation code in net/ipv4/esp4.c and net/ipv6/esp6.c. This flaw allows a local attacker with a normal user privilege to overwrite kernel heap objects and may cause a local privilege escalation threat.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: buffer overflow in IPsec ESP transformation code",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-27666"
},
{
"category": "external",
"summary": "RHBZ#2061633",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2061633"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-27666",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27666"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-27666",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-27666"
},
{
"category": "external",
"summary": "https://github.com/torvalds/linux/commit/ebe48d368e97d007bfeb76fcb065d6cfc4c96645",
"url": "https://github.com/torvalds/linux/commit/ebe48d368e97d007bfeb76fcb065d6cfc4c96645"
}
],
"release_date": "2022-03-11T06:30:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2022-06-28T12:34:34+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
"product_ids": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2022:5344"
},
{
"category": "workaround",
"details": "The given exploit needs CAP_NET_ADMIN to set up IPsec SA and a user namespace is used to get that capability, so disabling unprivileged user namespaces gives some protection.\n~~~\nOn non-containerized deployments of Red Hat Enterprise Linux 8, you can disable user namespaces by setting user.max_user_namespaces to 0:\n\n# echo \"user.max_user_namespaces=0\" \u003e /etc/sysctl.d/userns.conf\n# sysctl -p /etc/sysctl.d/userns.conf\n\nOn containerized deployments, such as Red Hat OpenShift Container Platform, do not use this mitigation as the functionality is needed to be enabled.\n~~~\nNote: If the target system is already using IPsec and has SA configured, then no additional privileges are needed to exploit the issue.",
"product_ids": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"NFV-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.src",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64",
"RT-8.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-372.13.1.rt7.170.el8_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: buffer overflow in IPsec ESP transformation code"
}
]
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…