rhsa-2009:0955
Vulnerability from csaf_redhat
Published
2009-05-18 13:24
Modified
2025-11-21 17:34
Summary
Red Hat Security Advisory: nfs-utils security and bug fix update
Notes
Topic
An updated nfs-utils package that fixes a security issue and multiple bugs
is now available for Red Hat Enterprise Linux 4.
This update has been rated as having moderate security impact by the Red
Hat Security Response Team.
Details
The nfs-utils package provides a daemon for the kernel NFS server and
related tools, which provides a much higher level of performance than the
traditional Linux NFS server used by most users.
A flaw was found in the nfs-utils package provided by RHBA-2008:0742. The
nfs-utils package was missing TCP wrappers support, which could result in
an administrator believing they had access restrictions enabled when they
did not. (CVE-2008-1376)
This update also includes the following bug fixes:
* the "nfsstat" command now displays correct statistics. In previous
versions, performing more than 2^31 RPC calls could cause the "nfsstat"
command to incorrectly display the number of calls as "negative". This was
because "nfsstat" printed statistics from /proc/net/rpc/* files as signed
integers; with this version of nfs-utils, "nfsstat" now reads and prints
these statistics as unsigned integers. (BZ#404831)
* imapd upcalls now support zero-length reads and perform extra bounds
checking in gssd and svcgssd. This fixes a bug in previous versions that
could cause the rpc.imapd daemon to hang when communicating with the
kernel, which would halt any ID translation services. (BZ#448710)
* tcp_wrappers supported in nfs-utils now allows proper application of
hosts access rules defined in /etc/hosts.allow and /etc/hosts.deny. (BZ#494585)
* the nfs init script did not check whether SECURE_NFS was set to "yes"
before starting, stopping, or querying rpc.svcgssd. On systems where
SECURE_NFS was not set to "yes", the nfs init script could not start the
rpc.svcgssd daemon at the "service nfs start" command because the rpcsvcssd
init script would check the status of SECURE_NFS before starting the
daemon. However, at the "service nfs stop" or "service nfs restart"
commands, nfs init script would attempt to stop rpc.svcgssd and then report
a failure because the daemon was not running in the first place. These
error messages may have misled end-users into believing that there was a
genuine problem with their NFS configuration. This version of nfs-utils
contains a fix backported from Red Hat Enterprise Linux 5. nfs-utils now
checks the status of SECURE_NFS before the nfs init script attempts to
start, query or stop rpc.svcgssd and therefore, the irrelevant error
messages seen previously will not appear. (BZ#470423)
* the nfs init script is now fully compliant with Linux Standard Base Core
specifications. This update fixes a bug that prevented "/etc/init.d/nfs
start" from exiting properly if NFS was already running. (BZ#474570)
* /var/lib/nfs/statd/sm is now created with the proper user and group
whenever rpc.statd is called. In previous versions, some thread stack
conditions could incorrectly prevent rpc.statd from creating the
/var/lib/nfs/statd/sm file, which could cause "service nfslock start" to
fail. (BZ#479376)
All users of nfs-utils should upgrade to this updated package, which
resolves 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 nfs-utils package that fixes a security issue and multiple bugs\nis now available for Red Hat Enterprise Linux 4.\n\nThis update has been rated as having moderate security impact by the Red\nHat Security Response Team.",
"title": "Topic"
},
{
"category": "general",
"text": "The nfs-utils package provides a daemon for the kernel NFS server and\nrelated tools, which provides a much higher level of performance than the\ntraditional Linux NFS server used by most users.\n\nA flaw was found in the nfs-utils package provided by RHBA-2008:0742. The\nnfs-utils package was missing TCP wrappers support, which could result in\nan administrator believing they had access restrictions enabled when they\ndid not. (CVE-2008-1376)\n\nThis update also includes the following bug fixes:\n\n* the \"nfsstat\" command now displays correct statistics. In previous\nversions, performing more than 2^31 RPC calls could cause the \"nfsstat\"\ncommand to incorrectly display the number of calls as \"negative\". This was\nbecause \"nfsstat\" printed statistics from /proc/net/rpc/* files as signed\nintegers; with this version of nfs-utils, \"nfsstat\" now reads and prints\nthese statistics as unsigned integers. (BZ#404831)\n\n* imapd upcalls now support zero-length reads and perform extra bounds\nchecking in gssd and svcgssd. This fixes a bug in previous versions that\ncould cause the rpc.imapd daemon to hang when communicating with the\nkernel, which would halt any ID translation services. (BZ#448710)\n\n* tcp_wrappers supported in nfs-utils now allows proper application of\nhosts access rules defined in /etc/hosts.allow and /etc/hosts.deny. (BZ#494585)\n\n* the nfs init script did not check whether SECURE_NFS was set to \"yes\"\nbefore starting, stopping, or querying rpc.svcgssd. On systems where\nSECURE_NFS was not set to \"yes\", the nfs init script could not start the\nrpc.svcgssd daemon at the \"service nfs start\" command because the rpcsvcssd\ninit script would check the status of SECURE_NFS before starting the\ndaemon. However, at the \"service nfs stop\" or \"service nfs restart\"\ncommands, nfs init script would attempt to stop rpc.svcgssd and then report\na failure because the daemon was not running in the first place. These\nerror messages may have misled end-users into believing that there was a\ngenuine problem with their NFS configuration. This version of nfs-utils\ncontains a fix backported from Red Hat Enterprise Linux 5. nfs-utils now\nchecks the status of SECURE_NFS before the nfs init script attempts to\nstart, query or stop rpc.svcgssd and therefore, the irrelevant error\nmessages seen previously will not appear. (BZ#470423)\n\n* the nfs init script is now fully compliant with Linux Standard Base Core\nspecifications. This update fixes a bug that prevented \"/etc/init.d/nfs\nstart\" from exiting properly if NFS was already running. (BZ#474570)\n\n* /var/lib/nfs/statd/sm is now created with the proper user and group\nwhenever rpc.statd is called. In previous versions, some thread stack\nconditions could incorrectly prevent rpc.statd from creating the\n/var/lib/nfs/statd/sm file, which could cause \"service nfslock start\" to\nfail. (BZ#479376)\n\nAll users of nfs-utils should upgrade to this updated package, which\nresolves 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-2009:0955",
"url": "https://access.redhat.com/errata/RHSA-2009:0955"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "404831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=404831"
},
{
"category": "external",
"summary": "440114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=440114"
},
{
"category": "external",
"summary": "461043",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=461043"
},
{
"category": "external",
"summary": "474570",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=474570"
},
{
"category": "external",
"summary": "479376",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=479376"
},
{
"category": "external",
"summary": "494585",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=494585"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2009/rhsa-2009_0955.json"
}
],
"title": "Red Hat Security Advisory: nfs-utils security and bug fix update",
"tracking": {
"current_release_date": "2025-11-21T17:34:37+00:00",
"generator": {
"date": "2025-11-21T17:34:37+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.6.12"
}
},
"id": "RHSA-2009:0955",
"initial_release_date": "2009-05-18T13:24:00+00:00",
"revision_history": [
{
"date": "2009-05-18T13:24:00+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2009-05-18T09:24:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2025-11-21T17:34:37+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 AS version 4",
"product": {
"name": "Red Hat Enterprise Linux AS version 4",
"product_id": "4AS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:4::as"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux Desktop version 4",
"product": {
"name": "Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:4::desktop"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux ES version 4",
"product": {
"name": "Red Hat Enterprise Linux ES version 4",
"product_id": "4ES",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:4::es"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux WS version 4",
"product": {
"name": "Red Hat Enterprise Linux WS version 4",
"product_id": "4WS",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:4::ws"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "nfs-utils-0:1.0.6-93.EL4.ia64",
"product": {
"name": "nfs-utils-0:1.0.6-93.EL4.ia64",
"product_id": "nfs-utils-0:1.0.6-93.EL4.ia64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils@1.0.6-93.EL4?arch=ia64"
}
}
},
{
"category": "product_version",
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"product": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"product_id": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils-debuginfo@1.0.6-93.EL4?arch=ia64"
}
}
}
],
"category": "architecture",
"name": "ia64"
},
{
"branches": [
{
"category": "product_version",
"name": "nfs-utils-0:1.0.6-93.EL4.src",
"product": {
"name": "nfs-utils-0:1.0.6-93.EL4.src",
"product_id": "nfs-utils-0:1.0.6-93.EL4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils@1.0.6-93.EL4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "nfs-utils-0:1.0.6-93.EL4.x86_64",
"product": {
"name": "nfs-utils-0:1.0.6-93.EL4.x86_64",
"product_id": "nfs-utils-0:1.0.6-93.EL4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils@1.0.6-93.EL4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"product": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"product_id": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils-debuginfo@1.0.6-93.EL4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "nfs-utils-0:1.0.6-93.EL4.i386",
"product": {
"name": "nfs-utils-0:1.0.6-93.EL4.i386",
"product_id": "nfs-utils-0:1.0.6-93.EL4.i386",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils@1.0.6-93.EL4?arch=i386"
}
}
},
{
"category": "product_version",
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"product": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"product_id": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils-debuginfo@1.0.6-93.EL4?arch=i386"
}
}
}
],
"category": "architecture",
"name": "i386"
},
{
"branches": [
{
"category": "product_version",
"name": "nfs-utils-0:1.0.6-93.EL4.ppc",
"product": {
"name": "nfs-utils-0:1.0.6-93.EL4.ppc",
"product_id": "nfs-utils-0:1.0.6-93.EL4.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils@1.0.6-93.EL4?arch=ppc"
}
}
},
{
"category": "product_version",
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"product": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"product_id": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils-debuginfo@1.0.6-93.EL4?arch=ppc"
}
}
}
],
"category": "architecture",
"name": "ppc"
},
{
"branches": [
{
"category": "product_version",
"name": "nfs-utils-0:1.0.6-93.EL4.s390x",
"product": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390x",
"product_id": "nfs-utils-0:1.0.6-93.EL4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils@1.0.6-93.EL4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"product": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"product_id": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils-debuginfo@1.0.6-93.EL4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "nfs-utils-0:1.0.6-93.EL4.s390",
"product": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390",
"product_id": "nfs-utils-0:1.0.6-93.EL4.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils@1.0.6-93.EL4?arch=s390"
}
}
},
{
"category": "product_version",
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"product": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"product_id": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/nfs-utils-debuginfo@1.0.6-93.EL4?arch=s390"
}
}
}
],
"category": "architecture",
"name": "s390"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.src as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-0:1.0.6-93.EL4.src"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.src",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux AS version 4",
"product_id": "4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4AS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.src as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-0:1.0.6-93.EL4.src"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.src",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux Desktop version 4",
"product_id": "4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4Desktop"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.src as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-0:1.0.6-93.EL4.src"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.src",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux ES version 4",
"product_id": "4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4ES"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.src as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-0:1.0.6-93.EL4.src"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.src",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"relates_to_product_reference": "4WS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64 as a component of Red Hat Enterprise Linux WS version 4",
"product_id": "4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64"
},
"product_reference": "nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"relates_to_product_reference": "4WS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2008-1376",
"discovery_date": "2008-04-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "440114"
}
],
"notes": [
{
"category": "description",
"text": "A certain Red Hat build script for nfs-utils before 1.0.9-35z.el5_2 on Red Hat Enterprise Linux (RHEL) 5 omits TCP wrappers support, which might allow remote attackers to bypass intended access restrictions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nfs-utils: missing tcp_wrappers support",
"title": "Vulnerability summary"
}
],
"product_status": {
"fixed": [
"4AS:nfs-utils-0:1.0.6-93.EL4.i386",
"4AS:nfs-utils-0:1.0.6-93.EL4.ia64",
"4AS:nfs-utils-0:1.0.6-93.EL4.ppc",
"4AS:nfs-utils-0:1.0.6-93.EL4.s390",
"4AS:nfs-utils-0:1.0.6-93.EL4.s390x",
"4AS:nfs-utils-0:1.0.6-93.EL4.src",
"4AS:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.i386",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.ia64",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.ppc",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.s390",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.s390x",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.src",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"4ES:nfs-utils-0:1.0.6-93.EL4.i386",
"4ES:nfs-utils-0:1.0.6-93.EL4.ia64",
"4ES:nfs-utils-0:1.0.6-93.EL4.ppc",
"4ES:nfs-utils-0:1.0.6-93.EL4.s390",
"4ES:nfs-utils-0:1.0.6-93.EL4.s390x",
"4ES:nfs-utils-0:1.0.6-93.EL4.src",
"4ES:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"4WS:nfs-utils-0:1.0.6-93.EL4.i386",
"4WS:nfs-utils-0:1.0.6-93.EL4.ia64",
"4WS:nfs-utils-0:1.0.6-93.EL4.ppc",
"4WS:nfs-utils-0:1.0.6-93.EL4.s390",
"4WS:nfs-utils-0:1.0.6-93.EL4.s390x",
"4WS:nfs-utils-0:1.0.6-93.EL4.src",
"4WS:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2008-1376"
},
{
"category": "external",
"summary": "RHBZ#440114",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=440114"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2008-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2008-1376"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-1376",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2008-1376"
}
],
"release_date": "2008-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2009-05-18T13:24: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/docs/DOC-11259",
"product_ids": [
"4AS:nfs-utils-0:1.0.6-93.EL4.i386",
"4AS:nfs-utils-0:1.0.6-93.EL4.ia64",
"4AS:nfs-utils-0:1.0.6-93.EL4.ppc",
"4AS:nfs-utils-0:1.0.6-93.EL4.s390",
"4AS:nfs-utils-0:1.0.6-93.EL4.s390x",
"4AS:nfs-utils-0:1.0.6-93.EL4.src",
"4AS:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4AS:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.i386",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.ia64",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.ppc",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.s390",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.s390x",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.src",
"4Desktop:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4Desktop:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"4ES:nfs-utils-0:1.0.6-93.EL4.i386",
"4ES:nfs-utils-0:1.0.6-93.EL4.ia64",
"4ES:nfs-utils-0:1.0.6-93.EL4.ppc",
"4ES:nfs-utils-0:1.0.6-93.EL4.s390",
"4ES:nfs-utils-0:1.0.6-93.EL4.s390x",
"4ES:nfs-utils-0:1.0.6-93.EL4.src",
"4ES:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4ES:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64",
"4WS:nfs-utils-0:1.0.6-93.EL4.i386",
"4WS:nfs-utils-0:1.0.6-93.EL4.ia64",
"4WS:nfs-utils-0:1.0.6-93.EL4.ppc",
"4WS:nfs-utils-0:1.0.6-93.EL4.s390",
"4WS:nfs-utils-0:1.0.6-93.EL4.s390x",
"4WS:nfs-utils-0:1.0.6-93.EL4.src",
"4WS:nfs-utils-0:1.0.6-93.EL4.x86_64",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.i386",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ia64",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.ppc",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.s390x",
"4WS:nfs-utils-debuginfo-0:1.0.6-93.EL4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2009:0955"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nfs-utils: missing tcp_wrappers support"
}
]
}
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…