rhsa-2012_1149
Vulnerability from csaf_redhat
Published
2012-08-07 16:49
Modified
2024-11-22 05:20
Summary
Red Hat Security Advisory: sudo security and bug fix update
Notes
Topic
An updated sudo package that fixes one security issue and several bugs is
now available for Red Hat Enterprise Linux 5.
The Red Hat Security Response Team has rated this update as having moderate
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.
Details
The sudo (superuser do) utility allows system administrators to give
certain users the ability to run commands as root.
An insecure temporary file use flaw was found in the sudo package's
post-uninstall script. A local attacker could possibly use this flaw to
overwrite an arbitrary file via a symbolic link attack, or modify the
contents of the "/etc/nsswitch.conf" file during the upgrade or removal of
the sudo package. (CVE-2012-3440)
This update also fixes the following bugs:
* Previously, sudo escaped non-alphanumeric characters in commands using
"sudo -s" or "sudo -" at the wrong place and interfered with the
authorization process. Some valid commands were not permitted. Now,
non-alphanumeric characters escape immediately before the command is
executed and no longer interfere with the authorization process.
(BZ#844418)
* Prior to this update, the sudo utility could, under certain
circumstances, fail to receive the SIGCHLD signal when it was executed
from a process that blocked the SIGCHLD signal. As a consequence, sudo
could become suspended and fail to exit. This update modifies the signal
process mask so that sudo can exit and sends the correct output.
(BZ#844419)
* The sudo update RHSA-2012:0309 introduced a regression that caused the
Security-Enhanced Linux (SELinux) context of the "/etc/nsswitch.conf" file
to change during the installation or upgrade of the sudo package. This
could cause various services confined by SELinux to no longer be permitted
to access the file. In reported cases, this issue prevented PostgreSQL and
Postfix from starting. (BZ#842759)
* Updating the sudo package resulted in the "sudoers" line in
"/etc/nsswitch.conf" being removed. This update corrects the bug in the
sudo package's post-uninstall script that caused this issue. (BZ#844420)
* Prior to this update, a race condition bug existed in sudo. When a
program was executed with sudo, the program could possibly exit
successfully before sudo started waiting for it. In this situation, the
program would be left in a zombie state and sudo would wait for it
endlessly, expecting it to still be running. (BZ#844978)
All users of sudo are advised to upgrade to this updated package, which
contains backported patches to correct these issues.
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": "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 updated sudo package that fixes one security issue and several bugs is\nnow available for Red Hat Enterprise Linux 5.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available from the CVE link in\nthe References section.", "title": "Topic" }, { "category": "general", "text": "The sudo (superuser do) utility allows system administrators to give\ncertain users the ability to run commands as root.\n\nAn insecure temporary file use flaw was found in the sudo package\u0027s\npost-uninstall script. A local attacker could possibly use this flaw to\noverwrite an arbitrary file via a symbolic link attack, or modify the\ncontents of the \"/etc/nsswitch.conf\" file during the upgrade or removal of\nthe sudo package. (CVE-2012-3440)\n\nThis update also fixes the following bugs:\n\n* Previously, sudo escaped non-alphanumeric characters in commands using\n\"sudo -s\" or \"sudo -\" at the wrong place and interfered with the\nauthorization process. Some valid commands were not permitted. Now,\nnon-alphanumeric characters escape immediately before the command is\nexecuted and no longer interfere with the authorization process.\n(BZ#844418)\n\n* Prior to this update, the sudo utility could, under certain\ncircumstances, fail to receive the SIGCHLD signal when it was executed\nfrom a process that blocked the SIGCHLD signal. As a consequence, sudo\ncould become suspended and fail to exit. This update modifies the signal\nprocess mask so that sudo can exit and sends the correct output.\n(BZ#844419)\n\n* The sudo update RHSA-2012:0309 introduced a regression that caused the\nSecurity-Enhanced Linux (SELinux) context of the \"/etc/nsswitch.conf\" file\nto change during the installation or upgrade of the sudo package. This\ncould cause various services confined by SELinux to no longer be permitted\nto access the file. In reported cases, this issue prevented PostgreSQL and\nPostfix from starting. (BZ#842759)\n\n* Updating the sudo package resulted in the \"sudoers\" line in\n\"/etc/nsswitch.conf\" being removed. This update corrects the bug in the\nsudo package\u0027s post-uninstall script that caused this issue. (BZ#844420)\n\n* Prior to this update, a race condition bug existed in sudo. When a\nprogram was executed with sudo, the program could possibly exit\nsuccessfully before sudo started waiting for it. In this situation, the\nprogram would be left in a zombie state and sudo would wait for it\nendlessly, expecting it to still be running. (BZ#844978)\n\nAll users of sudo are advised to upgrade to this updated package, which\ncontains backported patches to correct these issues.", "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:1149", "url": "https://access.redhat.com/errata/RHSA-2012:1149" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://rhn.redhat.com/errata/RHSA-2012-0309.html", "url": "https://rhn.redhat.com/errata/RHSA-2012-0309.html" }, { "category": "external", "summary": "842759", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=842759" }, { "category": "external", "summary": "844420", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=844420" }, { "category": "external", "summary": "844442", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=844442" }, { "category": "external", "summary": "844978", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=844978" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2012/rhsa-2012_1149.json" } ], "title": "Red Hat Security Advisory: sudo security and bug fix update", "tracking": { "current_release_date": "2024-11-22T05:20:04+00:00", "generator": { "date": "2024-11-22T05:20:04+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2012:1149", "initial_release_date": "2012-08-07T16:49:00+00:00", "revision_history": [ { "date": "2012-08-07T16:49:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2012-08-07T16:52:26+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T05:20:04+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 Desktop (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.7.2p1-14.el5_8.2.src", "product": { "name": "sudo-0:1.7.2p1-14.el5_8.2.src", "product_id": "sudo-0:1.7.2p1-14.el5_8.2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.7.2p1-14.el5_8.2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.7.2p1-14.el5_8.2.i386", "product": { "name": "sudo-0:1.7.2p1-14.el5_8.2.i386", "product_id": "sudo-0:1.7.2p1-14.el5_8.2.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.7.2p1-14.el5_8.2?arch=i386" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "product": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "product_id": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.7.2p1-14.el5_8.2?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.7.2p1-14.el5_8.2.x86_64", "product": { "name": "sudo-0:1.7.2p1-14.el5_8.2.x86_64", "product_id": "sudo-0:1.7.2p1-14.el5_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.7.2p1-14.el5_8.2?arch=x86_64" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "product": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "product_id": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.7.2p1-14.el5_8.2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.7.2p1-14.el5_8.2.s390x", "product": { "name": "sudo-0:1.7.2p1-14.el5_8.2.s390x", "product_id": "sudo-0:1.7.2p1-14.el5_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.7.2p1-14.el5_8.2?arch=s390x" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "product": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "product_id": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.7.2p1-14.el5_8.2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.7.2p1-14.el5_8.2.ia64", "product": { "name": "sudo-0:1.7.2p1-14.el5_8.2.ia64", "product_id": "sudo-0:1.7.2p1-14.el5_8.2.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.7.2p1-14.el5_8.2?arch=ia64" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "product": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "product_id": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.7.2p1-14.el5_8.2?arch=ia64" } } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.7.2p1-14.el5_8.2.ppc", "product": { "name": "sudo-0:1.7.2p1-14.el5_8.2.ppc", "product_id": "sudo-0:1.7.2p1-14.el5_8.2.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.7.2p1-14.el5_8.2?arch=ppc" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "product": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "product_id": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.7.2p1-14.el5_8.2?arch=ppc" } } } ], "category": "architecture", "name": "ppc" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.i386", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.ia64", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.ppc", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.s390x", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.src", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.x86_64", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "relates_to_product_reference": "5Client-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.src as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.src", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.7.2p1-14.el5_8.2.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64" }, "product_reference": "sudo-0:1.7.2p1-14.el5_8.2.x86_64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "relates_to_product_reference": "5Server-5.8.Z" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64" }, "product_reference": "sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "relates_to_product_reference": "5Server-5.8.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2012-3440", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2012-07-19T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "844442" } ], "notes": [ { "category": "description", "text": "A certain Red Hat script for sudo 1.7.2 on Red Hat Enterprise Linux (RHEL) 5 allows local users to overwrite arbitrary files via a symlink attack on the /var/tmp/nsswitch.conf.bak temporary file.", "title": "Vulnerability description" }, { "category": "summary", "text": "sudo: insecure temporary file use in RPM %postun script", "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": [ "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-3440" }, { "category": "external", "summary": "RHBZ#844442", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=844442" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-3440", "url": "https://www.cve.org/CVERecord?id=CVE-2012-3440" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-3440", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-3440" } ], "release_date": "2012-08-07T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2012-08-07T16:49: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", "product_ids": [ "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2012:1149" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 5.6, "confidentialityImpact": "NONE", "integrityImpact": "COMPLETE", "vectorString": "AV:L/AC:H/Au:N/C:N/I:C/A:C", "version": "2.0" }, "products": [ "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src", "5Client-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "5Client-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.i386", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ia64", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.ppc", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.s390x", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.src", "5Server-5.8.Z:sudo-0:1.7.2p1-14.el5_8.2.x86_64", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.i386", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ia64", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.ppc", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.s390x", "5Server-5.8.Z:sudo-debuginfo-0:1.7.2p1-14.el5_8.2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "sudo: insecure temporary file use in RPM %postun script" } ] }
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.