rhsa-2012_1491
Vulnerability from csaf_redhat
Published
2012-12-04 19:43
Modified
2024-11-05 17:53
Summary
Red Hat Security Advisory: kernel-rt security and bug fix update
Notes
Topic
Updated kernel-rt packages that fix several security issues and multiple
bugs are now available for Red Hat Enterprise MRG 2.2.
The Red Hat Security Response Team has rated this update as having
important security impact. Common Vulnerability Scoring System (CVSS) base
scores, which give detailed severity ratings, are available for each
vulnerability from the CVE links in the References section.
Details
The kernel-rt packages contain the Linux kernel, the core of any Linux
operating system.
This update fixes the following security issues:
* A flaw was found in the way Netlink messages without SCM_CREDENTIALS
(used for authentication) data set were handled. When not explicitly set,
the data was sent but with all values set to 0, including the process ID
and user ID, causing the Netlink message to appear as if it were sent with
root privileges. A local, unprivileged user could use this flaw to send
spoofed Netlink messages to an application, possibly resulting in the
application performing privileged operations if it relied on
SCM_CREDENTIALS data for the authentication of Netlink messages.
(CVE-2012-3520, Important)
* A race condition was found in the way asynchronous I/O and fallocate()
interacted when using the ext4 file system. A local, unprivileged user
could use this flaw to expose random data from an extent whose data blocks
have not yet been written, and thus contain data from a deleted file.
(CVE-2012-4508, Important)
* A use-after-free flaw was found in the Linux kernel's memory management
subsystem in the way quota handling for huge pages was performed. A local,
unprivileged user could use this flaw to cause a denial of service or,
potentially, escalate their privileges. (CVE-2012-2133, Moderate)
* A use-after-free flaw was found in the madvise() system call
implementation in the Linux kernel. A local, unprivileged user could use
this flaw to cause a denial of service or, potentially, escalate their
privileges. (CVE-2012-3511, Moderate)
* A divide-by-zero flaw was found in the TCP Illinois congestion control
algorithm implementation in the Linux kernel. If the TCP Illinois
congestion control algorithm were in use (the sysctl
net.ipv4.tcp_congestion_control variable set to "illinois"), a local,
unprivileged user could trigger this flaw and cause a denial of service.
(CVE-2012-4565, Moderate)
* An information leak flaw was found in the uname() system call
implementation in the Linux kernel. A local, unprivileged user could use
this flaw to leak kernel stack memory to user-space by setting the UNAME26
personality and then calling the uname() system call. (CVE-2012-0957, Low)
* Buffer overflow flaws were found in the udf_load_logicalvol() function in
the Universal Disk Format (UDF) file system implementation in the Linux
kernel. An attacker with physical access to a system could use these flaws
to cause a denial of service or escalate their privileges. (CVE-2012-3400,
Low)
* A flaw was found in the way the msg_namelen variable in the rds_recvmsg()
function of the Linux kernel's Reliable Datagram Sockets (RDS) protocol
implementation was initialized. A local, unprivileged user could use this
flaw to leak kernel stack memory to user-space. (CVE-2012-3430, Low)
Red Hat would like to thank Pablo Neira Ayuso for reporting CVE-2012-3520;
Theodore Ts'o for reporting CVE-2012-4508; Shachar Raindel for reporting
CVE-2012-2133; and Kees Cook for reporting CVE-2012-0957. Upstream
acknowledges Dmitry Monakhov as the original reporter of CVE-2012-4508. The
CVE-2012-4565 issue was discovered by Rodrigo Freire of Red Hat, and the
CVE-2012-3430 issue was discovered by the Red Hat InfiniBand team.
This update also fixes multiple bugs. Documentation for these changes will
be available shortly from the Technical Notes document linked to in the
References section.
Users should upgrade to these updated packages, which upgrade the kernel-rt
kernel to version kernel-rt-3.2.33-rt50, and correct these issues. The
system must be rebooted for this update to take effect.
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.
{ "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": "Updated kernel-rt packages that fix several security issues and multiple\nbugs are now available for Red Hat Enterprise MRG 2.2.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS) base\nscores, which give detailed severity ratings, are available for each\nvulnerability from the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel-rt packages contain the Linux kernel, the core of any Linux\noperating system.\n\nThis update fixes the following security issues:\n\n* A flaw was found in the way Netlink messages without SCM_CREDENTIALS\n(used for authentication) data set were handled. When not explicitly set,\nthe data was sent but with all values set to 0, including the process ID\nand user ID, causing the Netlink message to appear as if it were sent with\nroot privileges. A local, unprivileged user could use this flaw to send\nspoofed Netlink messages to an application, possibly resulting in the\napplication performing privileged operations if it relied on\nSCM_CREDENTIALS data for the authentication of Netlink messages.\n(CVE-2012-3520, Important)\n\n* A race condition was found in the way asynchronous I/O and fallocate()\ninteracted when using the ext4 file system. A local, unprivileged user\ncould use this flaw to expose random data from an extent whose data blocks\nhave not yet been written, and thus contain data from a deleted file.\n(CVE-2012-4508, Important)\n\n* A use-after-free flaw was found in the Linux kernel\u0027s memory management\nsubsystem in the way quota handling for huge pages was performed. A local,\nunprivileged user could use this flaw to cause a denial of service or,\npotentially, escalate their privileges. (CVE-2012-2133, Moderate)\n\n* A use-after-free flaw was found in the madvise() system call\nimplementation in the Linux kernel. A local, unprivileged user could use\nthis flaw to cause a denial of service or, potentially, escalate their\nprivileges. (CVE-2012-3511, Moderate)\n\n* A divide-by-zero flaw was found in the TCP Illinois congestion control\nalgorithm implementation in the Linux kernel. If the TCP Illinois\ncongestion control algorithm were in use (the sysctl\nnet.ipv4.tcp_congestion_control variable set to \"illinois\"), a local,\nunprivileged user could trigger this flaw and cause a denial of service.\n(CVE-2012-4565, Moderate)\n\n* An information leak flaw was found in the uname() system call\nimplementation in the Linux kernel. A local, unprivileged user could use\nthis flaw to leak kernel stack memory to user-space by setting the UNAME26\npersonality and then calling the uname() system call. (CVE-2012-0957, Low)\n\n* Buffer overflow flaws were found in the udf_load_logicalvol() function in\nthe Universal Disk Format (UDF) file system implementation in the Linux\nkernel. An attacker with physical access to a system could use these flaws\nto cause a denial of service or escalate their privileges. (CVE-2012-3400,\nLow)\n\n* A flaw was found in the way the msg_namelen variable in the rds_recvmsg()\nfunction of the Linux kernel\u0027s Reliable Datagram Sockets (RDS) protocol\nimplementation was initialized. A local, unprivileged user could use this\nflaw to leak kernel stack memory to user-space. (CVE-2012-3430, Low)\n\nRed Hat would like to thank Pablo Neira Ayuso for reporting CVE-2012-3520;\nTheodore Ts\u0027o for reporting CVE-2012-4508; Shachar Raindel for reporting\nCVE-2012-2133; and Kees Cook for reporting CVE-2012-0957. Upstream\nacknowledges Dmitry Monakhov as the original reporter of CVE-2012-4508. The\nCVE-2012-4565 issue was discovered by Rodrigo Freire of Red Hat, and the\nCVE-2012-3430 issue was discovered by the Red Hat InfiniBand team.\n\nThis update also fixes multiple bugs. Documentation for these changes will\nbe available shortly from the Technical Notes document linked to in the\nReferences section.\n\nUsers should upgrade to these updated packages, which upgrade the kernel-rt\nkernel to version kernel-rt-3.2.33-rt50, and correct these issues. The\nsystem must be rebooted for this update to take effect.", "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-2012:1491", "url": "https://access.redhat.com/errata/RHSA-2012:1491" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_MRG/2/html/Technical_Notes/sec-Red_Hat_Enterprise_Linux_6.html#RHSA-2012-1491", "url": "https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_MRG/2/html/Technical_Notes/sec-Red_Hat_Enterprise_Linux_6.html#RHSA-2012-1491" }, { "category": "external", "summary": "817430", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=817430" }, { "category": "external", "summary": "820039", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=820039" }, { "category": "external", "summary": "843130", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=843130" }, { "category": "external", "summary": "843139", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=843139" }, { "category": "external", "summary": "849734", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=849734" }, { "category": "external", "summary": "850449", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=850449" }, { "category": "external", "summary": "856243", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=856243" }, { "category": "external", "summary": "859226", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=859226" }, { "category": "external", "summary": "862877", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=862877" }, { "category": "external", "summary": "864568", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=864568" }, { "category": "external", "summary": "869904", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=869904" }, { "category": "external", "summary": "871848", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=871848" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2012/rhsa-2012_1491.json" } ], "title": "Red Hat Security Advisory: kernel-rt security and bug fix update", "tracking": { "current_release_date": "2024-11-05T17:53:52+00:00", "generator": { "date": "2024-11-05T17:53:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2012:1491", "initial_release_date": "2012-12-04T19:43:00+00:00", "revision_history": [ { "date": "2012-12-04T19:43:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2012-12-04T19:50:25+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-05T17:53:52+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat MRG Realtime for RHEL 6 Server v.2", "product": { "name": "Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_mrg:2:server:el6" } } } ], "category": "product_family", "name": "Red Hat Enterprise MRG for RHEL-6" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "product": { "name": "kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "product_id": "kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-firmware@3.2.33-rt50.66.el6rt?arch=noarch" } } }, { "category": "product_version", "name": "mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch", "product": { "name": "mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch", "product_id": "mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/mrg-rt-release@3.2.33-rt50.66.el6rt?arch=noarch" } } }, { "category": "product_version", "name": "kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "product": { "name": "kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "product_id": "kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-doc@3.2.33-rt50.66.el6rt?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-debuginfo@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-vanilla-debuginfo@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-vanilla@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-vanilla-devel@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-trace-devel@3.2.33-rt50.66.el6rt?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product": { "name": "kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_id": "kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@3.2.33-rt50.66.el6rt?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-0:3.2.33-rt50.66.el6rt.src", "product": { "name": "kernel-rt-0:3.2.33-rt50.66.el6rt.src", "product_id": "kernel-rt-0:3.2.33-rt50.66.el6rt.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@3.2.33-rt50.66.el6rt?arch=src" } } } ], "category": "architecture", "name": "src" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:3.2.33-rt50.66.el6rt.src as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src" }, "product_reference": "kernel-rt-0:3.2.33-rt50.66.el6rt.src", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch" }, "product_reference": "kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch" }, "product_reference": "kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64 as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64" }, "product_reference": "kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "relates_to_product_reference": "6Server-MRG-Realtime-2" }, { "category": "default_component_of", "full_product_name": { "name": "mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch as a component of Red Hat MRG Realtime for RHEL 6 Server v.2", "product_id": "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" }, "product_reference": "mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch", "relates_to_product_reference": "6Server-MRG-Realtime-2" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Kees Cook" ] } ], "cve": "CVE-2012-0957", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2012-10-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "862877" } ], "notes": [ { "category": "description", "text": "The override_release function in kernel/sys.c in the Linux kernel before 3.4.16 allows local users to obtain sensitive information from kernel stack memory via a uname system call in conjunction with a UNAME26 personality.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: uts: stack memory leak in UNAME26", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the version of Linux kernel as shipped with Red Hat Enterprise Linux 5.\n\nThis issue did not affect the version of Linux kernel as shipped with Red Hat Enterprise Linux 6.\n\nThis issue did affect the version of Linux kernel as shipped with Red Hat Enterprise MRG 2.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-0957" }, { "category": "external", "summary": "RHBZ#862877", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=862877" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-0957", "url": "https://www.cve.org/CVERecord?id=CVE-2012-0957" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-0957", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-0957" } ], "release_date": "2012-10-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: uts: stack memory leak in UNAME26" }, { "acknowledgments": [ { "names": [ "Shachar Raindel" ] } ], "cve": "CVE-2012-2133", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2012-04-22T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "817430" } ], "notes": [ { "category": "description", "text": "Use-after-free vulnerability in the Linux kernel before 3.3.6, when huge pages are enabled, allows local users to cause a denial of service (system crash) or possibly gain privileges by interacting with a hugetlbfs filesystem, as demonstrated by a umount operation that triggers improper handling of quota data.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: use after free bug in \"quota\" handling", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of the Linux kernel as shipped with Red Hat Enterprise Linux 5. Future kernel updates for Red Hat Enterprise Linux 6 and Red Hat Enterprise Linux MRG 2 may address this issue.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-2133" }, { "category": "external", "summary": "RHBZ#817430", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=817430" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-2133", "url": "https://www.cve.org/CVERecord?id=CVE-2012-2133" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-2133", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-2133" } ], "release_date": "2012-03-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.2, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: use after free bug in \"quota\" handling" }, { "cve": "CVE-2012-3400", "discovery_date": "2012-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "843139" } ], "notes": [ { "category": "description", "text": "Heap-based buffer overflow in the udf_load_logicalvol function in fs/udf/super.c in the Linux kernel before 3.4.5 allows remote attackers to cause a denial of service (system crash) or possibly have unspecified other impact via a crafted UDF filesystem.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: udf: buffer overflow when parsing sparing table", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue does affect the versions of the Linux kernel as shipped with Red\nHat Enterprise Linux 5, 6 and Red Hat Enterprise MRG 2.\n\nThe Red Hat Security Response Team has rated this issue as having low security \nimpact. A future kernel updates may address this issue. For additional \ninformation, refer to the Issue Severity Classification:\nhttps://access.redhat.com/security/updates/classification/.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-3400" }, { "category": "external", "summary": "RHBZ#843139", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=843139" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3400", "url": "https://www.cve.org/CVERecord?id=CVE-2012-3400" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3400", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3400" } ], "release_date": "2012-06-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.2, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: udf: buffer overflow when parsing sparing table" }, { "acknowledgments": [ { "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2012-3430", "discovery_date": "2012-05-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "820039" } ], "notes": [ { "category": "description", "text": "The rds_recvmsg function in net/rds/recv.c in the Linux kernel before 3.0.44 does not initialize a certain structure member, which allows local users to obtain potentially sensitive information from kernel stack memory via a (1) recvfrom or (2) recvmsg system call on an RDS socket.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: recv{from,msg}() on an rds socket can leak kernel memory", "title": "Vulnerability summary" }, { "category": "other", "text": "The Red Hat Security Response Team has rated this issue as having low security \nimpact. A future kernel updates may address this issue. For additional \ninformation, refer to the Issue Severity Classification:\nhttps://access.redhat.com/security/updates/classification/.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-3430" }, { "category": "external", "summary": "RHBZ#820039", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=820039" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3430", "url": "https://www.cve.org/CVERecord?id=CVE-2012-3430" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3430", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3430" } ], "release_date": "2012-07-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "kernel: recv{from,msg}() on an rds socket can leak kernel memory" }, { "cve": "CVE-2012-3511", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2012-07-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "849734" } ], "notes": [ { "category": "description", "text": "Multiple race conditions in the madvise_remove function in mm/madvise.c in the Linux kernel before 3.4.5 allow local users to cause a denial of service (use-after-free and system crash) via vectors involving a (1) munmap or (2) close system call.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm: use-after-free in madvise_remove()", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-3511" }, { "category": "external", "summary": "RHBZ#849734", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=849734" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3511", "url": "https://www.cve.org/CVERecord?id=CVE-2012-3511" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3511", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3511" } ], "release_date": "2012-07-06T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 6.2, "confidentialityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:H/Au:N/C:C/I:C/A:C", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm: use-after-free in madvise_remove()" }, { "acknowledgments": [ { "names": [ "Pablo Neira Ayuso" ] } ], "cve": "CVE-2012-3520", "discovery_date": "2012-08-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "850449" } ], "notes": [ { "category": "description", "text": "The Netlink implementation in the Linux kernel before 3.2.30 does not properly handle messages that lack SCM_CREDENTIALS data, which might allow local users to spoof Netlink communication via a crafted message, as demonstrated by a message to (1) Avahi or (2) NetworkManager.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: af_netlink: invalid handling of SCM_CREDENTIALS passing", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the versions of the Linux kernel as shipped with Red Hat Enterprise Linux 5 and 6 as they did not backport the commit that introduced this issue. Future kernel updates for Red Hat Enterprise MRG 2 may address this issue.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-3520" }, { "category": "external", "summary": "RHBZ#850449", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=850449" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3520", "url": "https://www.cve.org/CVERecord?id=CVE-2012-3520" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3520", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3520" } ], "release_date": "2012-08-21T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 4.4, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: af_netlink: invalid handling of SCM_CREDENTIALS passing" }, { "acknowledgments": [ { "names": [ "Theodore Ts\u0027o" ] } ], "cve": "CVE-2012-4508", "discovery_date": "2012-10-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "869904" } ], "notes": [ { "category": "description", "text": "Race condition in fs/ext4/extents.c in the Linux kernel before 3.4.16 allows local users to obtain sensitive information from a deleted file by reading an extent that was not properly marked as uninitialized.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: AIO vs fallocate stale data exposure", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-4508" }, { "category": "external", "summary": "RHBZ#869904", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=869904" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-4508", "url": "https://www.cve.org/CVERecord?id=CVE-2012-4508" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-4508", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-4508" } ], "release_date": "2012-10-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.9, "confidentialityImpact": "COMPLETE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:C/I:N/A:N", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: ext4: AIO vs fallocate stale data exposure" }, { "acknowledgments": [ { "names": [ "Rodrigo Freire" ], "organization": "Red Hat", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2012-4565", "discovery_date": "2012-10-15T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "871848" } ], "notes": [ { "category": "description", "text": "The tcp_illinois_info function in net/ipv4/tcp_illinois.c in the Linux kernel before 3.4.19, when the net.ipv4.tcp_congestion_control illinois setting is enabled, allows local users to cause a denial of service (divide-by-zero error and OOPS) by reading TCP stats.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: divide by zero in tcp algorithm illinois", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the version of Linux kernel as shipped with Red Hat Enterprise Linux 5.\n\nThis issue did affect the version of Linux kernel as shipped with Red Hat Enterprise Linux 6.\n\nThis issue did affect the version of Linux kernel as shipped with Red Hat Enterprise MRG 2.", "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": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-4565" }, { "category": "external", "summary": "RHBZ#871848", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=871848" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-4565", "url": "https://www.cve.org/CVERecord?id=CVE-2012-4565" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-4565", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-4565" } ], "release_date": "2012-10-31T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-12-04T19:43:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system.", "product_ids": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1491" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 4.7, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:M/Au:N/C:N/I:N/A:C", "version": "2.0" }, "products": [ "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.src", "6Server-MRG-Realtime-2:kernel-rt-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debug-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-debuginfo-common-x86_64-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-doc-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-firmware-0:3.2.33-rt50.66.el6rt.noarch", "6Server-MRG-Realtime-2:kernel-rt-trace-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-trace-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-debuginfo-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:kernel-rt-vanilla-devel-0:3.2.33-rt50.66.el6rt.x86_64", "6Server-MRG-Realtime-2:mrg-rt-release-0:3.2.33-rt50.66.el6rt.noarch" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: divide by zero in tcp algorithm illinois" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.