RHSA-2008:0061
Vulnerability from csaf_redhat
Published
2008-05-20 13:22
Modified
2025-11-21 17:32
Summary
Red Hat Security Advisory: setroubleshoot security and bug fix update
Notes
Topic
Updated setroubleshoot packages that fix two security issues and several
bugs are now available for Red Hat Enterprise Linux 5.
This update has been rated as having moderate security impact by the Red
Hat Security Response Team.
Details
The setroubleshoot packages provide tools to help diagnose SELinux
problems. When AVC messages occur, an alert is generated that gives
information about the problem, and how to create a resolution.
A flaw was found in the way sealert wrote diagnostic messages to a
temporary file. A local unprivileged user could perform a symbolic link
attack, and cause arbitrary files, writable by other users, to be
overwritten when a victim runs sealert. (CVE-2007-5495)
A flaw was found in the way sealert displayed records from the
setroubleshoot database as unescaped HTML. An local unprivileged attacker
could cause AVC denial events with carefully crafted process or file names,
injecting arbitrary HTML tags into the logs, which could be used as a
scripting attack, or to confuse the user running sealert. (CVE-2007-5496)
Additionally, the following bugs have been fixed in these update packages:
* in certain situations, the sealert process used excessive CPU. These
alerts are now capped at a maximum of 30, D-Bus is used instead of polling,
threads causing excessive wake-up have been removed, and more robust
exception-handling has been added.
* different combinations of the sealert '-a', '-l', '-H', and '-v' options
did not work as documented.
* the SETroubleShoot browser did not allow multiple entries to be deleted.
* the SETroubleShoot browser did not display statements that displayed
whether SELinux was using Enforcing or Permissive mode, particularly when
warning about SELinux preventions.
* in certain cases, the SETroubleShoot browser gave incorrect instructions
regarding paths, and would not display the full paths to files.
* adding an email recipient to the recipients option from the
/etc/setroubleshoot/setroubleshoot.cfg file and then generating an SELinux
denial caused a traceback error. The recipients option has been removed;
email addresses are now managed through the SETroubleShoot browser by
navigating to File -> Edit Email Alert List, or by editing the
/var/lib/setroubleshoot/email_alert_recipients file.
* the setroubleshoot browser incorrectly displayed a period between the
httpd_sys_content_t context and the directory path.
* on the PowerPC architecture, The get_credentials() function in
access_control.py would generate an exception when it called the
socket.getsockopt() function.
* The code which handles path information has been completely rewritten so
that assumptions on path information which were misleading are no longer
made. If the path information is not present, it will be presented as
"<Unknown>".
* setroubleshoot had problems with non-English locales under certain
circumstances, possibly causing a python traceback, an sealert window
pop-up containing an error, a "RuntimeError: maximum recursion depth
exceeded" error after a traceback, or a "UnicodeEncodeError" after a traceback.
* sealert ran even when SELinux was disabled, causing "attempt to open
server connection failed" errors. Sealert now checks whether SELinux is
enabled or disabled.
* the database setroubleshoot maintains was world-readable. The
setroubleshoot database is now mode 600, and is owned by the root user and
group.
* setroubleshoot did not validate requests to set AVC filtering options for
users. In these updated packages, checks ensure that requests originate
from the filter owner.
* the previous setroubleshoot packages required a number of GNOME packages
and libraries. setroubleshoot has therefore been split into 2 packages:
setroubleshoot and setroubleshoot-server.
* a bug in decoding the audit field caused an "Input is not proper UTF-8,
indicate encoding!" error message. The decoding code has been rewritten.
* a file name mismatch in the setroubleshoot init script would cause a
failure to shut down.
Users of setroubleshoot are advised to upgrade to these updated packages,
which resolve 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": "Updated setroubleshoot packages that fix two security issues and several\nbugs are now available for Red Hat Enterprise Linux 5.\n\nThis update has been rated as having moderate security impact by the Red\nHat Security Response Team.",
"title": "Topic"
},
{
"category": "general",
"text": "The setroubleshoot packages provide tools to help diagnose SELinux\nproblems. When AVC messages occur, an alert is generated that gives\ninformation about the problem, and how to create a resolution.\n\nA flaw was found in the way sealert wrote diagnostic messages to a\ntemporary file. A local unprivileged user could perform a symbolic link\nattack, and cause arbitrary files, writable by other users, to be\noverwritten when a victim runs sealert. (CVE-2007-5495)\n\nA flaw was found in the way sealert displayed records from the\nsetroubleshoot database as unescaped HTML. An local unprivileged attacker\ncould cause AVC denial events with carefully crafted process or file names,\ninjecting arbitrary HTML tags into the logs, which could be used as a\nscripting attack, or to confuse the user running sealert. (CVE-2007-5496)\n\nAdditionally, the following bugs have been fixed in these update packages:\n\n* in certain situations, the sealert process used excessive CPU. These\nalerts are now capped at a maximum of 30, D-Bus is used instead of polling,\nthreads causing excessive wake-up have been removed, and more robust\nexception-handling has been added.\n\n* different combinations of the sealert \u0027-a\u0027, \u0027-l\u0027, \u0027-H\u0027, and \u0027-v\u0027 options\ndid not work as documented.\n\n* the SETroubleShoot browser did not allow multiple entries to be deleted. \n\n* the SETroubleShoot browser did not display statements that displayed\nwhether SELinux was using Enforcing or Permissive mode, particularly when\nwarning about SELinux preventions.\n\n* in certain cases, the SETroubleShoot browser gave incorrect instructions\nregarding paths, and would not display the full paths to files.\n\n* adding an email recipient to the recipients option from the\n/etc/setroubleshoot/setroubleshoot.cfg file and then generating an SELinux\ndenial caused a traceback error. The recipients option has been removed;\nemail addresses are now managed through the SETroubleShoot browser by\nnavigating to File -\u003e Edit Email Alert List, or by editing the\n/var/lib/setroubleshoot/email_alert_recipients file.\n\n* the setroubleshoot browser incorrectly displayed a period between the\nhttpd_sys_content_t context and the directory path.\n\n* on the PowerPC architecture, The get_credentials() function in\naccess_control.py would generate an exception when it called the\nsocket.getsockopt() function.\n\n* The code which handles path information has been completely rewritten so\nthat assumptions on path information which were misleading are no longer\nmade. If the path information is not present, it will be presented as\n\"\u003cUnknown\u003e\".\n\n* setroubleshoot had problems with non-English locales under certain\ncircumstances, possibly causing a python traceback, an sealert window\npop-up containing an error, a \"RuntimeError: maximum recursion depth\nexceeded\" error after a traceback, or a \"UnicodeEncodeError\" after a traceback.\n\n* sealert ran even when SELinux was disabled, causing \"attempt to open\nserver connection failed\" errors. Sealert now checks whether SELinux is\nenabled or disabled.\n\n* the database setroubleshoot maintains was world-readable. The\nsetroubleshoot database is now mode 600, and is owned by the root user and\ngroup.\n\n* setroubleshoot did not validate requests to set AVC filtering options for\nusers. In these updated packages, checks ensure that requests originate\nfrom the filter owner.\n\n* the previous setroubleshoot packages required a number of GNOME packages\nand libraries. setroubleshoot has therefore been split into 2 packages:\nsetroubleshoot and setroubleshoot-server.\n\n* a bug in decoding the audit field caused an \"Input is not proper UTF-8,\nindicate encoding!\" error message. The decoding code has been rewritten.\n\n* a file name mismatch in the setroubleshoot init script would cause a\nfailure to shut down.\n\nUsers of setroubleshoot are advised to upgrade to these updated packages,\nwhich resolve 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-2008:0061",
"url": "https://access.redhat.com/errata/RHSA-2008:0061"
},
{
"category": "external",
"summary": "http://www.redhat.com/security/updates/classification/#moderate",
"url": "http://www.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "312281",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=312281"
},
{
"category": "external",
"summary": "227806",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=227806"
},
{
"category": "external",
"summary": "240355",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=240355"
},
{
"category": "external",
"summary": "241543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=241543"
},
{
"category": "external",
"summary": "243800",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=243800"
},
{
"category": "external",
"summary": "244345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=244345"
},
{
"category": "external",
"summary": "250239",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=250239"
},
{
"category": "external",
"summary": "288221",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=288221"
},
{
"category": "external",
"summary": "288271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=288271"
},
{
"category": "external",
"summary": "288881",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=288881"
},
{
"category": "external",
"summary": "431768",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=431768"
},
{
"category": "external",
"summary": "436564",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=436564"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2008/rhsa-2008_0061.json"
}
],
"title": "Red Hat Security Advisory: setroubleshoot security and bug fix update",
"tracking": {
"current_release_date": "2025-11-21T17:32:51+00:00",
"generator": {
"date": "2025-11-21T17:32:51+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2008:0061",
"initial_release_date": "2008-05-20T13:22:00+00:00",
"revision_history": [
{
"date": "2008-05-20T13:22:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2008-05-21T10:25:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T17:32:51+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",
"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",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:5::server"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.src",
"product": {
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.src",
"product_id": "setroubleshoot-plugins-0:2.0.4-2.el5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/setroubleshoot-plugins@2.0.4-2.el5?arch=src"
}
}
},
{
"category": "product_version",
"name": "setroubleshoot-0:2.0.5-3.el5.src",
"product": {
"name": "setroubleshoot-0:2.0.5-3.el5.src",
"product_id": "setroubleshoot-0:2.0.5-3.el5.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/setroubleshoot@2.0.5-3.el5?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"product": {
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"product_id": "setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/setroubleshoot-plugins@2.0.4-2.el5?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "setroubleshoot-server-0:2.0.5-3.el5.noarch",
"product": {
"name": "setroubleshoot-server-0:2.0.5-3.el5.noarch",
"product_id": "setroubleshoot-server-0:2.0.5-3.el5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/setroubleshoot-server@2.0.5-3.el5?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "setroubleshoot-0:2.0.5-3.el5.noarch",
"product": {
"name": "setroubleshoot-0:2.0.5-3.el5.noarch",
"product_id": "setroubleshoot-0:2.0.5-3.el5.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/setroubleshoot@2.0.5-3.el5?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-0:2.0.5-3.el5.noarch as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
"product_id": "5Client:setroubleshoot-0:2.0.5-3.el5.noarch"
},
"product_reference": "setroubleshoot-0:2.0.5-3.el5.noarch",
"relates_to_product_reference": "5Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-0:2.0.5-3.el5.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
"product_id": "5Client:setroubleshoot-0:2.0.5-3.el5.src"
},
"product_reference": "setroubleshoot-0:2.0.5-3.el5.src",
"relates_to_product_reference": "5Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.noarch as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
"product_id": "5Client:setroubleshoot-plugins-0:2.0.4-2.el5.noarch"
},
"product_reference": "setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"relates_to_product_reference": "5Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
"product_id": "5Client:setroubleshoot-plugins-0:2.0.4-2.el5.src"
},
"product_reference": "setroubleshoot-plugins-0:2.0.4-2.el5.src",
"relates_to_product_reference": "5Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-server-0:2.0.5-3.el5.noarch as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
"product_id": "5Client:setroubleshoot-server-0:2.0.5-3.el5.noarch"
},
"product_reference": "setroubleshoot-server-0:2.0.5-3.el5.noarch",
"relates_to_product_reference": "5Client"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-0:2.0.5-3.el5.noarch as a component of Red Hat Enterprise Linux (v. 5 server)",
"product_id": "5Server:setroubleshoot-0:2.0.5-3.el5.noarch"
},
"product_reference": "setroubleshoot-0:2.0.5-3.el5.noarch",
"relates_to_product_reference": "5Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-0:2.0.5-3.el5.src as a component of Red Hat Enterprise Linux (v. 5 server)",
"product_id": "5Server:setroubleshoot-0:2.0.5-3.el5.src"
},
"product_reference": "setroubleshoot-0:2.0.5-3.el5.src",
"relates_to_product_reference": "5Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.noarch as a component of Red Hat Enterprise Linux (v. 5 server)",
"product_id": "5Server:setroubleshoot-plugins-0:2.0.4-2.el5.noarch"
},
"product_reference": "setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"relates_to_product_reference": "5Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-plugins-0:2.0.4-2.el5.src as a component of Red Hat Enterprise Linux (v. 5 server)",
"product_id": "5Server:setroubleshoot-plugins-0:2.0.4-2.el5.src"
},
"product_reference": "setroubleshoot-plugins-0:2.0.4-2.el5.src",
"relates_to_product_reference": "5Server"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "setroubleshoot-server-0:2.0.5-3.el5.noarch as a component of Red Hat Enterprise Linux (v. 5 server)",
"product_id": "5Server:setroubleshoot-server-0:2.0.5-3.el5.noarch"
},
"product_reference": "setroubleshoot-server-0:2.0.5-3.el5.noarch",
"relates_to_product_reference": "5Server"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2007-5495",
"discovery_date": "2007-09-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "288221"
}
],
"notes": [
{
"category": "description",
"text": "sealert in setroubleshoot 2.0.5 allows local users to overwrite arbitrary files via a symlink attack on the sealert.log temporary file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "setroubleshoot insecure logging",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"5Client:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Client:setroubleshoot-0:2.0.5-3.el5.src",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Client:setroubleshoot-server-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.src",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Server:setroubleshoot-server-0:2.0.5-3.el5.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2007-5495"
},
{
"category": "external",
"summary": "RHBZ#288221",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=288221"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2007-5495",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-5495"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-5495",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2007-5495"
}
],
"release_date": "2008-05-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2008-05-20T13:22:00+00:00",
"details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied. \n\nThis update is available via Red Hat Network. Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
"product_ids": [
"5Client:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Client:setroubleshoot-0:2.0.5-3.el5.src",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Client:setroubleshoot-server-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.src",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Server:setroubleshoot-server-0:2.0.5-3.el5.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2008:0061"
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "setroubleshoot insecure logging"
},
{
"cve": "CVE-2007-5496",
"discovery_date": "2007-09-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "288271"
}
],
"notes": [
{
"category": "description",
"text": "Cross-site scripting (XSS) vulnerability in setroubleshoot 2.0.5 allows local users to inject arbitrary web script or HTML via a crafted (1) file or (2) process name, which triggers an Access Vector Cache (AVC) log entry in a log file used during composition of HTML documents for sealert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "setroubleshoot log injection",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"5Client:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Client:setroubleshoot-0:2.0.5-3.el5.src",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Client:setroubleshoot-server-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.src",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Server:setroubleshoot-server-0:2.0.5-3.el5.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2007-5496"
},
{
"category": "external",
"summary": "RHBZ#288271",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=288271"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2007-5496",
"url": "https://www.cve.org/CVERecord?id=CVE-2007-5496"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-5496",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2007-5496"
}
],
"release_date": "2008-05-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2008-05-20T13:22:00+00:00",
"details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied. \n\nThis update is available via Red Hat Network. Details on how to use \nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/FAQ_58_10188",
"product_ids": [
"5Client:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Client:setroubleshoot-0:2.0.5-3.el5.src",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Client:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Client:setroubleshoot-server-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.noarch",
"5Server:setroubleshoot-0:2.0.5-3.el5.src",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.noarch",
"5Server:setroubleshoot-plugins-0:2.0.4-2.el5.src",
"5Server:setroubleshoot-server-0:2.0.5-3.el5.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2008:0061"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "setroubleshoot log injection"
}
]
}
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.
Loading…
Loading…