RHSA-2025:21082
Vulnerability from csaf_redhat - Published: 2025-11-12 04:28 - Updated: 2026-09-13 18:16A flaw was found in the Linux kernel's Human Interface Device (HID) core. A local attacker with low privileges could exploit a shift-out-of-bounds vulnerability in the `hid_report_raw_event` function. This occurs when the size of an integer in the `snto32()` function exceeds 32 bits, leading to an invalid shift operation. Successful exploitation of this vulnerability could result in a system crash, causing a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the request. However, as the caller of seqiv may specify MAY_BACKLOG, we also need to expect EBUSY and treat it in the same way. Otherwise backlogged requests will trigger a use-after-free.
In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svc_proc_register() Currently, nfsd_proc_stat_init() ignores the return value of svc_proc_register(). If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix nfsd_proc_stat_init() to return the same type of pointer as svc_proc_register(), and fix up nfsd_net_init() to check that and fail the nfsd_net construction if it occurs. svc_proc_register() can fail if the dentry can't be allocated, or if an identical dentry already exists. The second case is pretty unlikely in the nfsd_net construction codepath, so if this happens, return -ENOMEM.
In the Linux kernel, the following vulnerability has been resolved: net_sched: hfsc: Fix a UAF vulnerability in class handling This patch fixes a Use-After-Free vulnerability in the HFSC qdisc class handling. The issue occurs due to a time-of-check/time-of-use condition in hfsc_change_class() when working with certain child qdiscs like netem or codel. The vulnerability works as follows: 1. hfsc_change_class() checks if a class has packets (q.qlen != 0) 2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g., codel, netem) might drop packets and empty the queue 3. The code continues assuming the queue is still non-empty, adding the class to vttree 4. This breaks HFSC scheduler assumptions that only non-empty classes are in vttree 5. Later, when the class is destroyed, this can lead to a Use-After-Free The fix adds a second queue length check after qdisc_peek_len() to verify the queue wasn't emptied.
In the Linux kernel, the following vulnerability has been resolved: HID: core: Harden s32ton() against conversion to 0 bits Testing by the syzbot fuzzer showed that the HID core gets a shift-out-of-bounds exception when it tries to convert a 32-bit quantity to a 0-bit quantity. Ideally this should never occur, but there are buggy devices and some might have a report field with size set to zero; we shouldn't reject the report or the device just because of that. Instead, harden the s32ton() routine so that it returns a reasonable result instead of crashing when it is called with the number of bits set to 0 -- the same as what snto32() does.
This CVE has been marked as Rejected by the assigning CNA.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"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 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: HID: core: fix shift-out-of-bounds in hid_report_raw_event (CVE-2022-48978)\n\n* kernel: nfsd: don\u0027t ignore the return code of svc_proc_register() (CVE-2025-22026)\n\n* kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling (CVE-2025-37797)\n\n* kernel: HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556)\n\n* kernel: ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control (CVE-2025-39751)\n\n* kernel: crypto: seqiv - Handle EBUSY correctly (CVE-2023-53373)\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.",
"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-2025:21082",
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2320665",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320665"
},
{
"category": "external",
"summary": "2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "2396379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396379"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_21082.json"
}
],
"title": "Red Hat Security Advisory: kernel-rt security update",
"tracking": {
"current_release_date": "2026-09-13T18:16:59+00:00",
"generator": {
"date": "2026-09-13T18:16:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.21"
}
},
"id": "RHSA-2025:21082",
"initial_release_date": "2025-11-12T04:28:37+00:00",
"revision_history": [
{
"date": "2025-11-12T04:28:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-11-12T04:28:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-09-13T18:16:59+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 for Real Time (v. 7 ELS)",
"product": {
"name": "Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_extras_rt_els:7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"product": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"product_id": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@3.10.0-1160.142.1.rt56.1294.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-devel@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product": {
"name": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_id": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.10.0-1160.142.1.rt56.1294.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"product": {
"name": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"product_id": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/kernel-rt-doc@3.10.0-1160.142.1.rt56.1294.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src"
},
"product_reference": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch"
},
"product_reference": "kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64 as a component of Red Hat Enterprise Linux for Real Time (v. 7 ELS)",
"product_id": "7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
},
"product_reference": "kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"relates_to_product_reference": "7Server-RT-ELS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-48978",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2024-10-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2320665"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Linux kernel\u0027s Human Interface Device (HID) core. A local attacker with low privileges could exploit a shift-out-of-bounds vulnerability in the `hid_report_raw_event` function. This occurs when the size of an integer in the `snto32()` function exceeds 32 bits, leading to an invalid shift operation. Successful exploitation of this vulnerability could result in a system crash, causing a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event",
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-48978"
},
{
"category": "external",
"summary": "RHBZ#2320665",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2320665"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-48978",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48978"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48978",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48978"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024102146-CVE-2022-48978-8a19@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024102146-CVE-2022-48978-8a19@gregkh/T"
}
],
"release_date": "2024-10-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
},
{
"category": "workaround",
"details": "To prevent exploitation, blacklist the `hid` kernel module. Create `/etc/modprobe.d/disable-hid.conf` with `install hid /bin/true`. Regenerate the initramfs and reboot the system. Note that disabling the `hid` module will prevent the use of Human Interface Devices, such as keyboards and mice, impacting system usability.",
"product_ids": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: fix shift-out-of-bounds in hid_report_raw_event"
},
{
"cve": "CVE-2023-53373",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-09-18T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2396379"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncrypto: seqiv - Handle EBUSY correctly\n\nAs it is seqiv only handles the special return value of EINPROGERSS,\nwhich means that in all other cases it will free data related to the\nrequest.\n\nHowever, as the caller of seqiv may specify MAY_BACKLOG, we also need\nto expect EBUSY and treat it in the same way. Otherwise backlogged\nrequests will trigger a use-after-free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: crypto: seqiv - Handle EBUSY correctly",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw is in the seqiv IV generator and can lead to a use-after-free when backlogged crypto requests return -EBUSY. Triggering it is easier locally by flooding the kernel crypto API (e.g. via AF_ALG or many concurrent AEAD requests) because the attacker must create backlog conditions. Remote triggering is much harder and only realistic for specific configurations (for example an in-kernel IPsec/TLS path that uses seqiv for AEAD). In practice this means an unprivileged local user with access to the kernel crypto interface is the most likely threat vector, while a remote attacker would need the target to both use seqiv and be inducible into heavy crypto backlog.",
"title": "Statement"
},
{
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-53373"
},
{
"category": "external",
"summary": "RHBZ#2396379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-53373",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53373"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53373",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53373"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091855-CVE-2023-53373-087e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091855-CVE-2023-53373-087e@gregkh/T"
}
],
"release_date": "2025-09-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: crypto: seqiv - Handle EBUSY correctly"
},
{
"cve": "CVE-2025-22026",
"cwe": {
"id": "CWE-252",
"name": "Unchecked Return Value"
},
"discovery_date": "2025-04-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2360224"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnfsd: don\u0027t ignore the return code of svc_proc_register()\n\nCurrently, nfsd_proc_stat_init() ignores the return value of\nsvc_proc_register(). If the procfile creation fails, then the kernel\nwill WARN when it tries to remove the entry later.\n\nFix nfsd_proc_stat_init() to return the same type of pointer as\nsvc_proc_register(), and fix up nfsd_net_init() to check that and fail\nthe nfsd_net construction if it occurs.\n\nsvc_proc_register() can fail if the dentry can\u0027t be allocated, or if an\nidentical dentry already exists. The second case is pretty unlikely in\nthe nfsd_net construction codepath, so if this happens, return -ENOMEM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()",
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22026"
},
{
"category": "external",
"summary": "RHBZ#2360224",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360224"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22026"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025041654-CVE-2025-22026-f6be@gregkh/T"
}
],
"release_date": "2025-04-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: nfsd: don\u0027t ignore the return code of svc_proc_register()"
},
{
"cve": "CVE-2025-37797",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2025-05-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2363672"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet_sched: hfsc: Fix a UAF vulnerability in class handling\n\nThis patch fixes a Use-After-Free vulnerability in the HFSC qdisc class\nhandling. The issue occurs due to a time-of-check/time-of-use condition\nin hfsc_change_class() when working with certain child qdiscs like netem\nor codel.\n\nThe vulnerability works as follows:\n1. hfsc_change_class() checks if a class has packets (q.qlen != 0)\n2. It then calls qdisc_peek_len(), which for certain qdiscs (e.g.,\n codel, netem) might drop packets and empty the queue\n3. The code continues assuming the queue is still non-empty, adding\n the class to vttree\n4. This breaks HFSC scheduler assumptions that only non-empty classes\n are in vttree\n5. Later, when the class is destroyed, this can lead to a Use-After-Free\n\nThe fix adds a second queue length check after qdisc_peek_len() to verify\nthe queue wasn\u0027t emptied.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The bug could happen only when qdisc with child qdiscs like netem or codel being used.",
"title": "Statement"
},
{
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-37797"
},
{
"category": "external",
"summary": "RHBZ#2363672",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363672"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-37797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37797"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025050210-CVE-2025-37797-2aab@gregkh/T"
}
],
"release_date": "2025-05-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
},
{
"category": "workaround",
"details": "To mitigate this issue, prevent module sch_hfsc from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
"product_ids": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: net_sched: hfsc: Fix a UAF vulnerability in class handling"
},
{
"cve": "CVE-2025-38556",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-08-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2389456"
}
],
"notes": [
{
"category": "description",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: core: Harden s32ton() against conversion to 0 bits\n\nTesting by the syzbot fuzzer showed that the HID core gets a\nshift-out-of-bounds exception when it tries to convert a 32-bit\nquantity to a 0-bit quantity. Ideally this should never occur, but\nthere are buggy devices and some might have a report field with size\nset to zero; we shouldn\u0027t reject the report or the device just because\nof that.\n\nInstead, harden the s32ton() routine so that it returns a reasonable\nresult instead of crashing when it is called with the number of bits\nset to 0 -- the same as what snto32() does.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: HID: core: Harden s32ton() against conversion to 0 bits",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "HID core could crash on malformed devices that define a 0-bit report field, causing a shift-out-of-bounds in s32ton(). Exploitation requires only connecting a malicious HID device (no privileges or user interaction), leading to kernel crash.",
"title": "Statement"
},
{
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-38556"
},
{
"category": "external",
"summary": "RHBZ#2389456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2389456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38556"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025081905-CVE-2025-38556-521e@gregkh/T"
}
],
"release_date": "2025-08-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "kernel: HID: core: Harden s32ton() against conversion to 0 bits"
},
{
"cve": "CVE-2025-39751",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2025-09-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394624"
}
],
"notes": [
{
"category": "description",
"text": "This CVE has been marked as Rejected by the assigning CNA.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: Linux kernel ALSA hda/ca0132 buffer overflow",
"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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-39751"
},
{
"category": "external",
"summary": "RHBZ#2394624",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394624"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-39751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39751"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-39751"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2025091142-CVE-2025-39751-c340@gregkh/T"
}
],
"release_date": "2025-09-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-11-12T04:28:37+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": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:21082"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 0.0,
"baseSeverity": "NONE",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.src",
"7Server-RT-ELS:kernel-rt-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debug-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-debuginfo-common-x86_64-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-doc-0:3.10.0-1160.142.1.rt56.1294.el7.noarch",
"7Server-RT-ELS:kernel-rt-trace-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-debuginfo-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64",
"7Server-RT-ELS:kernel-rt-trace-devel-0:3.10.0-1160.142.1.rt56.1294.el7.x86_64"
]
}
],
"title": "kernel: Linux kernel ALSA hda/ca0132 buffer overflow"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.