rhsa-2003:067
Vulnerability from csaf_redhat
Published
2003-06-25 12:49
Modified
2024-11-21 22:40
Summary
Red Hat Security Advisory: : Updated XFree86 packages provide security and bug fixes

Notes

Topic
New XFree86 packages for Red Hat Linux 8.0 are now available which include several security fixes, bug fixes, enhancements, and driver updates. [Updated: June 30, 2003] The XFree86 4.2.1-20 packages which were originally released in this advisory were accidentally built with debugging info enabled due to a temporary problem with our build system. Unfortunately, this problem was not noticed during package testing, and caused the new XFree86 packages to contain full debug symbol data, resulting in extremely large packages. Note that the previously released packages are functional and should not cause any problems on systems with adequate disk space. However we are releasing new XFree86 4.2.1-21 packages to both minimize the download time for people that have not yet updated XFree86 on their systems, and to minimize the disk space footprint caused by this issue. Additionally, our testing procedures have also been updated to automatically catch similar issues in the future. Red Hat apologizes for any inconvenience this may have caused you.
Details
XFree86 is an implementation of the X Window System providing the core graphical user interface and video drivers in Red Hat Linux. A number of security vulnerabilities have been discovered in XFree86 4.2.0: - Xterm, provided as part of the XFree86 packages, provides an escape sequence for reporting the current window title. This escape sequence essentially takes the current title and places it directly on the command line. An attacker can craft an escape sequence that sets the victim's Xterm window title to an arbitrary command, and then reports it to the command line. Since it is not possible to embed a carriage return into the window title, the attacker would then have to convince the victim to press Enter for the shell to process the title as a command, although the attacker could craft other escape sequences that might convince the victim to do so. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2003-0063 to this issue. - It is possible to lock up versions of Xterm by sending an invalid DEC UDK escape sequence. (CAN-2003-0071) - XFree86 4.2.1 also contains an updated fix for CAN-2002-0164, a vulnerability in the MIT-SHM extension of the X server that allows local users to read and write arbitrary shared memory. The original fix did not cover the case where the X server is started from xdm. - The X server was setting the /dev/dri directory permissions incorrectly, which resulted in the directory being world writable. It now sets the directory permissions to a safe value. (CAN-2001-1409) Driver updates and additions: - Savage driver updated to Tim Roberts' latest version 1.1.27t. - Added new "cyrix" driver from Alan Cox, which works much better on MediaGX hardware. - Added new input drivers from Alan Cox for Fujitsu Stylistic (fpit), Palmax PD1000/PD1100 Input driver (palmax), Union Reality UR-98 head tracker (ur98) - Backported apm driver from XFree86 CVS, DPMS support enhancements, and a few accel fixes - Backported ark driver from XFree86 CVS - Backported chips driver from XFree86 CVS, with hardware mouse cursor and 2D accleration fixes. - Backported cirrus i740, siliconmotion, and ark drivers from XFree86 CVS Various bug fixes and enhancements: - Bug fixes for the RENDER extension and libraries which improve stability - Various fixes to the Xaw library - A long standing problem in the X server has been fixed in which the mouse, keyboard, or video would hang, or the server to go into an endless loop whenever the system time was changed backward while X was running - Fixed a bug in both the Radeon and Rage 128 drivers which caused crashes while using VMware with DGA when DRI is enabled - The Matrox "mga" driver had some problems with multihead and the RENDER extension which have been worked around. - fc-cache is now run upon font package installation in all font directories containing fonts managed by fontconfig/Xft - mkfontdir has been modified to force the permissions of the files it generates to be mode 0644 ensuring they are world readable independant of umask. - Added a new option "ForceLegacyCRT" to the radeon driver to allow use of legacy VGA monitors which can not be detected automatically. This option is only safe to use in single-head setups and may cause serious problems if used with dual-head. - xterm session management is now enabled by default, whereas the stock XFree86 default in 4.2.0/4.2.1 was accidentally disabled upstream - Removed and obsoleted the XFree86-xtrap-clients package, and merged it into the main XFree86 package to simplify packaging There are various other fixes included which users can review by examining the RPM package changelog of any of the new XFree86 packages. Users are advised to upgrade to these updated XFree86 4.2.1 packages, which are not vulnerable to the previously mentioned security 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": "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": "New XFree86 packages for Red Hat Linux 8.0 are now available which include\nseveral security fixes, bug fixes, enhancements, and driver updates.\n\n[Updated: June 30, 2003]\nThe XFree86 4.2.1-20 packages which were originally released in this\nadvisory were accidentally built with debugging info enabled due to a\ntemporary problem with our build system.  Unfortunately, this problem was\nnot noticed during package testing, and caused the new XFree86 packages to\ncontain full debug symbol data, resulting in extremely large packages.\n\nNote that the previously released packages are functional and should not\ncause any problems on systems with adequate disk space.  However we are\nreleasing new XFree86 4.2.1-21 packages to both minimize the download time\nfor people that have not yet updated XFree86 on their systems, and to\nminimize the disk space footprint caused by this issue.  Additionally, our\ntesting procedures have also been updated to automatically catch similar\nissues in the future.\n\nRed Hat apologizes for any inconvenience this may have caused you.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "XFree86 is an implementation of the X Window System providing the core\ngraphical user interface and video drivers in Red Hat Linux. \n\nA number of security vulnerabilities have been discovered in XFree86 4.2.0:\n\n- Xterm, provided as part of the XFree86 packages, provides an escape\nsequence for reporting the current window title. This escape sequence\nessentially takes the current title and places it directly on the command\nline. An attacker can craft an escape sequence that sets the victim\u0027s Xterm\nwindow title to an arbitrary command, and then reports it to the command\nline. Since it is not possible to embed a carriage return into the window\ntitle, the attacker would then have to convince the victim to press Enter\nfor the shell to process the title as a command, although the attacker\ncould craft other escape sequences that might convince the victim to do so.\nThe Common Vulnerabilities and Exposures project (cve.mitre.org) has\nassigned the name CAN-2003-0063 to this issue.\n\n- It is possible to lock up versions of Xterm by sending an invalid DEC\nUDK escape sequence. (CAN-2003-0071)\n\n- XFree86 4.2.1 also contains an updated fix for CAN-2002-0164, a\nvulnerability in the MIT-SHM extension of the X server that allows local\nusers to read and write arbitrary shared memory. The original fix did not\ncover the case where the X server is started from xdm.\n\n- The X server was setting the /dev/dri directory permissions incorrectly,\nwhich resulted in the directory being world writable. It now sets the\ndirectory permissions to a safe value.  (CAN-2001-1409)\n\nDriver updates and additions:\n\n- Savage driver updated to Tim Roberts\u0027 latest version 1.1.27t.\n\n- Added new \"cyrix\" driver from Alan Cox, which works much better on\n  MediaGX hardware.\n\n- Added new input drivers from Alan Cox for Fujitsu Stylistic (fpit),\n  Palmax PD1000/PD1100 Input driver (palmax), Union Reality UR-98\n  head tracker (ur98)\n\n- Backported apm driver from XFree86 CVS, DPMS support enhancements, and a   \n  few accel fixes\n\n- Backported ark driver from XFree86 CVS\n\n- Backported chips driver from XFree86 CVS, with hardware mouse\n  cursor and 2D accleration fixes.\n\n- Backported cirrus i740, siliconmotion, and ark drivers from XFree86 CVS\n\nVarious bug fixes and enhancements:\n\n- Bug fixes for the RENDER extension and libraries which improve stability\n\n- Various fixes to the Xaw library\n\n- A long standing problem in the X server has been fixed in which \n  the mouse, keyboard, or video would hang, or the server to go into an \n  endless loop whenever the system time was changed backward while X was \n  running\n\n- Fixed a bug in both the Radeon and Rage 128 drivers which caused\n  crashes while using VMware with DGA when DRI is enabled\n\n- The Matrox \"mga\" driver had some problems with multihead and the RENDER\n  extension which have been worked around.\n\n- fc-cache is now run upon font package installation in all font\n  directories containing fonts managed by fontconfig/Xft\n\n- mkfontdir has been modified to force the permissions of the files it\n  generates to be mode 0644 ensuring they are world readable independant of\n  umask.\n\n- Added a new option \"ForceLegacyCRT\" to the radeon driver to allow use \n  of legacy VGA monitors which can not be detected automatically. This \n  option is only safe to use in single-head setups and may cause serious \n  problems if used with dual-head.\n\n- xterm session management is now enabled by default, whereas the stock\n  XFree86 default in 4.2.0/4.2.1 was accidentally disabled upstream\n\n- Removed and obsoleted the XFree86-xtrap-clients package, and merged it\n  into the main XFree86 package to simplify packaging\n\nThere are various other fixes included which users can review by examining\nthe RPM package changelog of any of the new XFree86 packages.\n\nUsers are advised to upgrade to these updated XFree86 4.2.1 packages, which\nare not vulnerable to the previously mentioned security 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-2003:067",
        "url": "https://access.redhat.com/errata/RHSA-2003:067"
      },
      {
        "category": "external",
        "summary": "63509",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=63509"
      },
      {
        "category": "external",
        "summary": "69978",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=69978"
      },
      {
        "category": "external",
        "summary": "73678",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=73678"
      },
      {
        "category": "external",
        "summary": "75155",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=75155"
      },
      {
        "category": "external",
        "summary": "76154",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=76154"
      },
      {
        "category": "external",
        "summary": "77542",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=77542"
      },
      {
        "category": "external",
        "summary": "77930",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=77930"
      },
      {
        "category": "external",
        "summary": "78804",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=78804"
      },
      {
        "category": "external",
        "summary": "79488",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=79488"
      },
      {
        "category": "external",
        "summary": "83303",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=83303"
      },
      {
        "category": "external",
        "summary": "84036",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=84036"
      },
      {
        "category": "external",
        "summary": "88773",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=88773"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2003/rhsa-2003_067.json"
      }
    ],
    "title": "Red Hat Security Advisory: : Updated XFree86 packages provide security and bug fixes",
    "tracking": {
      "current_release_date": "2024-11-21T22:40:08+00:00",
      "generator": {
        "date": "2024-11-21T22:40:08+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2003:067",
      "initial_release_date": "2003-06-25T12:49:00+00:00",
      "revision_history": [
        {
          "date": "2003-06-25T12:49:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2003-06-25T00:00:00+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-21T22:40:08+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Linux 8.0",
                "product": {
                  "name": "Red Hat Linux 8.0",
                  "product_id": "Red Hat Linux 8.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:linux:8.0"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Linux"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2001-1409",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1616706"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "dexconf in XFree86 Xserver 4.1.0-2 creates the /dev/dri directory with insecure permissions (666), which allows local users to replace or create files in the root file system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "security flaw",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Linux 8.0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2001-1409"
        },
        {
          "category": "external",
          "summary": "RHBZ#1616706",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616706"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2001-1409",
          "url": "https://www.cve.org/CVERecord?id=CVE-2001-1409"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2001-1409",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2001-1409"
        }
      ],
      "release_date": "2001-08-28T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2003-06-25T12:49:00+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nTo update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade.  Only those\nRPMs which are currently installed will be updated.  Those RPMs which are\nnot installed but included in the list will not be updated.  Note that you\ncan also use wildcards (*.rpm) if your current directory *only* contains the\ndesired RPMs.\n\nPlease note that this update is also available via Red Hat Network.  Many\npeople find this an easier way to apply updates.  To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate\nRPMs being upgraded on your system.",
          "product_ids": [
            "Red Hat Linux 8.0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2003:067"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "security flaw"
    },
    {
      "cve": "CVE-2002-0164",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1616747"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Vulnerability in the MIT-SHM extension of the X server on Linux (XFree86) 4.2.1 and earlier allows local users to read and write arbitrary shared memory, possibly to cause a denial of service or gain privileges.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "security flaw",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Linux 8.0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2002-0164"
        },
        {
          "category": "external",
          "summary": "RHBZ#1616747",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616747"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2002-0164",
          "url": "https://www.cve.org/CVERecord?id=CVE-2002-0164"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2002-0164",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2002-0164"
        }
      ],
      "release_date": "2002-05-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2003-06-25T12:49:00+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nTo update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade.  Only those\nRPMs which are currently installed will be updated.  Those RPMs which are\nnot installed but included in the list will not be updated.  Note that you\ncan also use wildcards (*.rpm) if your current directory *only* contains the\ndesired RPMs.\n\nPlease note that this update is also available via Red Hat Network.  Many\npeople find this an easier way to apply updates.  To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate\nRPMs being upgraded on your system.",
          "product_ids": [
            "Red Hat Linux 8.0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2003:067"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "security flaw"
    },
    {
      "cve": "CVE-2002-1472",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1616917"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Untrusted search path vulnerability in libX11.so in xfree86, when used in setuid or setgid programs, allows local users to gain root privileges via a modified LD_PRELOAD environment variable that points to a malicious module.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "security flaw",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Linux 8.0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2002-1472"
        },
        {
          "category": "external",
          "summary": "RHBZ#1616917",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616917"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2002-1472",
          "url": "https://www.cve.org/CVERecord?id=CVE-2002-1472"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2002-1472",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2002-1472"
        }
      ],
      "release_date": "2002-09-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2003-06-25T12:49:00+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nTo update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade.  Only those\nRPMs which are currently installed will be updated.  Those RPMs which are\nnot installed but included in the list will not be updated.  Note that you\ncan also use wildcards (*.rpm) if your current directory *only* contains the\ndesired RPMs.\n\nPlease note that this update is also available via Red Hat Network.  Many\npeople find this an easier way to apply updates.  To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate\nRPMs being upgraded on your system.",
          "product_ids": [
            "Red Hat Linux 8.0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2003:067"
        }
      ],
      "title": "security flaw"
    },
    {
      "cve": "CVE-2003-0063",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1616948"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The xterm terminal emulator in XFree86 4.2.0 and earlier allows attackers to modify the window title via a certain character escape sequence and then insert it back to the command line in the user\u0027s terminal, e.g. when the user views a file containing the malicious sequence, which could allow the attacker to execute arbitrary commands.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "security flaw",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Linux 8.0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2003-0063"
        },
        {
          "category": "external",
          "summary": "RHBZ#1616948",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616948"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2003-0063",
          "url": "https://www.cve.org/CVERecord?id=CVE-2003-0063"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2003-0063",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2003-0063"
        }
      ],
      "release_date": "2003-02-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2003-06-25T12:49:00+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nTo update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade.  Only those\nRPMs which are currently installed will be updated.  Those RPMs which are\nnot installed but included in the list will not be updated.  Note that you\ncan also use wildcards (*.rpm) if your current directory *only* contains the\ndesired RPMs.\n\nPlease note that this update is also available via Red Hat Network.  Many\npeople find this an easier way to apply updates.  To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate\nRPMs being upgraded on your system.",
          "product_ids": [
            "Red Hat Linux 8.0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2003:067"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "security flaw"
    },
    {
      "cve": "CVE-2003-0071",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1616952"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The DEC UDK processing feature in the xterm terminal emulator in XFree86 4.2.99.4 and earlier allows attackers to cause a denial of service via a certain character escape sequence that causes the terminal to enter a tight loop.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "security flaw",
          "title": "Vulnerability summary"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Linux 8.0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2003-0071"
        },
        {
          "category": "external",
          "summary": "RHBZ#1616952",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1616952"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2003-0071",
          "url": "https://www.cve.org/CVERecord?id=CVE-2003-0071"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2003-0071",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2003-0071"
        }
      ],
      "release_date": "2003-02-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2003-06-25T12:49:00+00:00",
          "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nTo update all RPMs for your particular architecture, run:\n\nrpm -Fvh [filenames]\n\nwhere [filenames] is a list of the RPMs you wish to upgrade.  Only those\nRPMs which are currently installed will be updated.  Those RPMs which are\nnot installed but included in the list will not be updated.  Note that you\ncan also use wildcards (*.rpm) if your current directory *only* contains the\ndesired RPMs.\n\nPlease note that this update is also available via Red Hat Network.  Many\npeople find this an easier way to apply updates.  To use Red Hat Network,\nlaunch the Red Hat Update Agent with the following command:\n\nup2date\n\nThis will start an interactive process that will result in the appropriate\nRPMs being upgraded on your system.",
          "product_ids": [
            "Red Hat Linux 8.0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2003:067"
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "security flaw"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

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.