rhsa-2011_0999
Vulnerability from csaf_redhat
Published
2011-07-21 09:22
Modified
2024-11-22 04:16
Summary
Red Hat Security Advisory: rsync security, bug fix, and enhancement update

Notes

Topic
An updated rsync package that fixes one security issue, several bugs, and adds enhancements is now available for Red Hat Enterprise Linux 5. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section.
Details
rsync is a program for synchronizing files over a network. A flaw was found in the way the rsync daemon handled the "filter", "exclude", and "exclude from" options, used for hiding files and preventing access to them from rsync clients. A remote attacker could use this flaw to bypass those restrictions by using certain command line options and symbolic links, allowing the attacker to overwrite those files if they knew their file names and had write access to them. (CVE-2007-6200) Note: This issue only affected users running rsync as a writable daemon: "read only" set to "false" in the rsync configuration file (for example, "/etc/rsyncd.conf"). By default, this option is set to "true". This update also fixes the following bugs: * The rsync package has been upgraded to upstream version 3.0.6, which provides a number of bug fixes and enhancements over the previous version. (BZ#339971) * When running an rsync daemon that was receiving files, a deferred info, error or log message could have been sent directly to the sender instead of being handled by the "rwrite()" function in the generator. Also, under certain circumstances, a deferred info or error message from the receiver could have bypassed the log file and could have been sent only to the client process. As a result, an "unexpected tag 3" fatal error could have been displayed. These problems have been fixed in this update so that an rsync daemon receiving files now works as expected. (BZ#471182) * Prior to this update, the rsync daemon called a number of timezone-using functions after doing a chroot. As a result, certain C libraries were unable to generate proper timestamps from inside a chrooted daemon. This bug has been fixed in this update so that the rsync daemon now calls the respective timezone-using functions prior to doing a chroot, and proper timestamps are now generated as expected. (BZ#575022) * When running rsync under a non-root user with the "-A" ("--acls") option and without using the "--numeric-ids" option, if there was an Access Control List (ACL) that included a group entry for a group that the respective user was not a member of on the receiving side, the "acl_set_file()" function returned an invalid argument value ("EINVAL"). This was caused by rsync mistakenly mapping the group name to the Group ID "GID_NONE" ("-1"), which failed. The bug has been fixed in this update so that no invalid argument is returned and rsync works as expected. (BZ#616093) * When creating a sparse file that was zero blocks long, the "rsync --sparse" command did not properly truncate the sparse file at the end of the copy transaction. As a result, the file size was bigger than expected. This bug has been fixed in this update by properly truncating the file so that rsync now copies such files as expected. (BZ#530866) * Under certain circumstances, when using rsync in daemon mode, rsync generator instances could have entered an infinitive loop, trying to write an error message for the receiver to an invalid socket. This problem has been fixed in this update by adding a new sibling message: when the receiver is reporting a socket-read error, the generator will notice this fact and avoid writing an error message down the socket, allowing it to close down gracefully when the pipe from the receiver closes. (BZ#690148) * Prior to this update, there were missing deallocations found in the "start_client()" function. This bug has been fixed in this update and no longer occurs. (BZ#700450) All users of rsync are advised to upgrade to this updated package, which resolves these issues and adds enhancements.
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 rsync package that fixes one security issue, several bugs, and\nadds enhancements is now available for Red Hat Enterprise Linux 5.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available from the CVE link in\nthe References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "rsync is a program for synchronizing files over a network.\n\nA flaw was found in the way the rsync daemon handled the \"filter\",\n\"exclude\", and \"exclude from\" options, used for hiding files and preventing\naccess to them from rsync clients. A remote attacker could use this flaw to\nbypass those restrictions by using certain command line options and\nsymbolic links, allowing the attacker to overwrite those files if they knew\ntheir file names and had write access to them. (CVE-2007-6200)\n\nNote: This issue only affected users running rsync as a writable daemon:\n\"read only\" set to \"false\" in the rsync configuration file (for example,\n\"/etc/rsyncd.conf\"). By default, this option is set to \"true\".\n\nThis update also fixes the following bugs:\n\n* The rsync package has been upgraded to upstream version 3.0.6, which\nprovides a number of bug fixes and enhancements over the previous version.\n(BZ#339971)\n\n* When running an rsync daemon that was receiving files, a deferred info,\nerror or log message could have been sent directly to the sender instead of\nbeing handled by the \"rwrite()\" function in the generator. Also, under\ncertain circumstances, a deferred info or error message from the receiver\ncould have bypassed the log file and could have been sent only to the\nclient process. As a result, an \"unexpected tag 3\" fatal error could have\nbeen displayed. These problems have been fixed in this update so that an\nrsync daemon receiving files now works as expected. (BZ#471182)\n\n* Prior to this update, the rsync daemon called a number of timezone-using\nfunctions after doing a chroot. As a result, certain C libraries were\nunable to generate proper timestamps from inside a chrooted daemon. This\nbug has been fixed in this update so that the rsync daemon now calls the\nrespective timezone-using functions prior to doing a chroot, and proper\ntimestamps are now generated as expected. (BZ#575022)\n\n* When running rsync under a non-root user with the \"-A\" (\"--acls\") option\nand without using the \"--numeric-ids\" option, if there was an Access\nControl List (ACL) that included a group entry for a group that the\nrespective user was not a member of on the receiving side, the\n\"acl_set_file()\" function returned an invalid argument value (\"EINVAL\").\nThis was caused by rsync mistakenly mapping the group name to the Group ID\n\"GID_NONE\" (\"-1\"), which failed. The bug has been fixed in this update so\nthat no invalid argument is returned and rsync works as expected.\n(BZ#616093)\n\n* When creating a sparse file that was zero blocks long, the \"rsync\n--sparse\" command did not properly truncate the sparse file at the end of\nthe copy transaction. As a result, the file size was bigger than expected.\nThis bug has been fixed in this update by properly truncating the file so\nthat rsync now copies such files as expected. (BZ#530866)\n\n* Under certain circumstances, when using rsync in daemon mode, rsync\ngenerator instances could have entered an infinitive loop, trying to write\nan error message for the receiver to an invalid socket. This problem has\nbeen fixed in this update by adding a new sibling message: when the\nreceiver is reporting a socket-read error, the generator will notice this\nfact and avoid writing an error message down the socket, allowing it to\nclose down gracefully when the pipe from the receiver closes. (BZ#690148)\n\n* Prior to this update, there were missing deallocations found in the\n\"start_client()\" function. This bug has been fixed in this update and no\nlonger occurs. (BZ#700450)\n\nAll users of rsync are advised to upgrade to this updated package, which\nresolves these issues and adds enhancements.",
        "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-2011:0999",
        "url": "https://access.redhat.com/errata/RHSA-2011:0999"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "http://rsync.samba.org/security.html#s3_0_0",
        "url": "http://rsync.samba.org/security.html#s3_0_0"
      },
      {
        "category": "external",
        "summary": "339971",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=339971"
      },
      {
        "category": "external",
        "summary": "407171",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=407171"
      },
      {
        "category": "external",
        "summary": "471182",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=471182"
      },
      {
        "category": "external",
        "summary": "530866",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=530866"
      },
      {
        "category": "external",
        "summary": "575022",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=575022"
      },
      {
        "category": "external",
        "summary": "616093",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=616093"
      },
      {
        "category": "external",
        "summary": "690148",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=690148"
      },
      {
        "category": "external",
        "summary": "700450",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=700450"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2011/rhsa-2011_0999.json"
      }
    ],
    "title": "Red Hat Security Advisory: rsync security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2024-11-22T04:16:12+00:00",
      "generator": {
        "date": "2024-11-22T04:16:12+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2011:0999",
      "initial_release_date": "2011-07-21T09:22:00+00:00",
      "revision_history": [
        {
          "date": "2011-07-21T09:22:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2011-07-21T06:48:19+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T04:16:12+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": "rsync-0:3.0.6-4.el5.src",
                "product": {
                  "name": "rsync-0:3.0.6-4.el5.src",
                  "product_id": "rsync-0:3.0.6-4.el5.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync@3.0.6-4.el5?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rsync-0:3.0.6-4.el5.x86_64",
                "product": {
                  "name": "rsync-0:3.0.6-4.el5.x86_64",
                  "product_id": "rsync-0:3.0.6-4.el5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync@3.0.6-4.el5?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rsync-debuginfo-0:3.0.6-4.el5.x86_64",
                "product": {
                  "name": "rsync-debuginfo-0:3.0.6-4.el5.x86_64",
                  "product_id": "rsync-debuginfo-0:3.0.6-4.el5.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync-debuginfo@3.0.6-4.el5?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rsync-0:3.0.6-4.el5.i386",
                "product": {
                  "name": "rsync-0:3.0.6-4.el5.i386",
                  "product_id": "rsync-0:3.0.6-4.el5.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync@3.0.6-4.el5?arch=i386"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rsync-debuginfo-0:3.0.6-4.el5.i386",
                "product": {
                  "name": "rsync-debuginfo-0:3.0.6-4.el5.i386",
                  "product_id": "rsync-debuginfo-0:3.0.6-4.el5.i386",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync-debuginfo@3.0.6-4.el5?arch=i386"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i386"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rsync-0:3.0.6-4.el5.ia64",
                "product": {
                  "name": "rsync-0:3.0.6-4.el5.ia64",
                  "product_id": "rsync-0:3.0.6-4.el5.ia64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync@3.0.6-4.el5?arch=ia64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rsync-debuginfo-0:3.0.6-4.el5.ia64",
                "product": {
                  "name": "rsync-debuginfo-0:3.0.6-4.el5.ia64",
                  "product_id": "rsync-debuginfo-0:3.0.6-4.el5.ia64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync-debuginfo@3.0.6-4.el5?arch=ia64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ia64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rsync-0:3.0.6-4.el5.ppc",
                "product": {
                  "name": "rsync-0:3.0.6-4.el5.ppc",
                  "product_id": "rsync-0:3.0.6-4.el5.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync@3.0.6-4.el5?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rsync-debuginfo-0:3.0.6-4.el5.ppc",
                "product": {
                  "name": "rsync-debuginfo-0:3.0.6-4.el5.ppc",
                  "product_id": "rsync-debuginfo-0:3.0.6-4.el5.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync-debuginfo@3.0.6-4.el5?arch=ppc"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rsync-0:3.0.6-4.el5.s390x",
                "product": {
                  "name": "rsync-0:3.0.6-4.el5.s390x",
                  "product_id": "rsync-0:3.0.6-4.el5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync@3.0.6-4.el5?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "rsync-debuginfo-0:3.0.6-4.el5.s390x",
                "product": {
                  "name": "rsync-debuginfo-0:3.0.6-4.el5.s390x",
                  "product_id": "rsync-debuginfo-0:3.0.6-4.el5.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/rsync-debuginfo@3.0.6-4.el5?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-0:3.0.6-4.el5.i386"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.i386",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-0:3.0.6-4.el5.ia64"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.ia64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-0:3.0.6-4.el5.ppc"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.ppc",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-0:3.0.6-4.el5.s390x"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.s390x",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-0:3.0.6-4.el5.src"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.src",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-0:3.0.6-4.el5.x86_64"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.x86_64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-debuginfo-0:3.0.6-4.el5.i386"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.i386",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-debuginfo-0:3.0.6-4.el5.ia64"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.ia64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-debuginfo-0:3.0.6-4.el5.ppc"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.ppc",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-debuginfo-0:3.0.6-4.el5.s390x"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.s390x",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)",
          "product_id": "5Client:rsync-debuginfo-0:3.0.6-4.el5.x86_64"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.x86_64",
        "relates_to_product_reference": "5Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-0:3.0.6-4.el5.i386"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.i386",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-0:3.0.6-4.el5.ia64"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.ia64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-0:3.0.6-4.el5.ppc"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.ppc",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-0:3.0.6-4.el5.s390x"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.s390x",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.src as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-0:3.0.6-4.el5.src"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.src",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-0:3.0.6-4.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-0:3.0.6-4.el5.x86_64"
        },
        "product_reference": "rsync-0:3.0.6-4.el5.x86_64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-debuginfo-0:3.0.6-4.el5.i386"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.i386",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-debuginfo-0:3.0.6-4.el5.ia64"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.ia64",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-debuginfo-0:3.0.6-4.el5.ppc"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.ppc",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-debuginfo-0:3.0.6-4.el5.s390x"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.s390x",
        "relates_to_product_reference": "5Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rsync-debuginfo-0:3.0.6-4.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)",
          "product_id": "5Server:rsync-debuginfo-0:3.0.6-4.el5.x86_64"
        },
        "product_reference": "rsync-debuginfo-0:3.0.6-4.el5.x86_64",
        "relates_to_product_reference": "5Server"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2007-6200",
      "discovery_date": "2007-12-01T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "407171"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Unspecified vulnerability in rsync before 3.0.0pre6, when running a writable rsync daemon, allows remote attackers to bypass exclude, exclude_from, and filter and read or write hidden files via (1) symlink, (2) partial-dir, (3) backup-dir, and unspecified (4) dest options.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "rsync excluded content access restrictions bypass via symlinks",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "5Client:rsync-0:3.0.6-4.el5.i386",
          "5Client:rsync-0:3.0.6-4.el5.ia64",
          "5Client:rsync-0:3.0.6-4.el5.ppc",
          "5Client:rsync-0:3.0.6-4.el5.s390x",
          "5Client:rsync-0:3.0.6-4.el5.src",
          "5Client:rsync-0:3.0.6-4.el5.x86_64",
          "5Client:rsync-debuginfo-0:3.0.6-4.el5.i386",
          "5Client:rsync-debuginfo-0:3.0.6-4.el5.ia64",
          "5Client:rsync-debuginfo-0:3.0.6-4.el5.ppc",
          "5Client:rsync-debuginfo-0:3.0.6-4.el5.s390x",
          "5Client:rsync-debuginfo-0:3.0.6-4.el5.x86_64",
          "5Server:rsync-0:3.0.6-4.el5.i386",
          "5Server:rsync-0:3.0.6-4.el5.ia64",
          "5Server:rsync-0:3.0.6-4.el5.ppc",
          "5Server:rsync-0:3.0.6-4.el5.s390x",
          "5Server:rsync-0:3.0.6-4.el5.src",
          "5Server:rsync-0:3.0.6-4.el5.x86_64",
          "5Server:rsync-debuginfo-0:3.0.6-4.el5.i386",
          "5Server:rsync-debuginfo-0:3.0.6-4.el5.ia64",
          "5Server:rsync-debuginfo-0:3.0.6-4.el5.ppc",
          "5Server:rsync-debuginfo-0:3.0.6-4.el5.s390x",
          "5Server:rsync-debuginfo-0:3.0.6-4.el5.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2007-6200"
        },
        {
          "category": "external",
          "summary": "RHBZ#407171",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=407171"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2007-6200",
          "url": "https://www.cve.org/CVERecord?id=CVE-2007-6200"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2007-6200",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2007-6200"
        }
      ],
      "release_date": "2007-11-28T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2011-07-21T09:22:00+00:00",
          "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259",
          "product_ids": [
            "5Client:rsync-0:3.0.6-4.el5.i386",
            "5Client:rsync-0:3.0.6-4.el5.ia64",
            "5Client:rsync-0:3.0.6-4.el5.ppc",
            "5Client:rsync-0:3.0.6-4.el5.s390x",
            "5Client:rsync-0:3.0.6-4.el5.src",
            "5Client:rsync-0:3.0.6-4.el5.x86_64",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.i386",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.ia64",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.ppc",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.s390x",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.x86_64",
            "5Server:rsync-0:3.0.6-4.el5.i386",
            "5Server:rsync-0:3.0.6-4.el5.ia64",
            "5Server:rsync-0:3.0.6-4.el5.ppc",
            "5Server:rsync-0:3.0.6-4.el5.s390x",
            "5Server:rsync-0:3.0.6-4.el5.src",
            "5Server:rsync-0:3.0.6-4.el5.x86_64",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.i386",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.ia64",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.ppc",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.s390x",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2011:0999"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "NONE",
            "baseScore": 4.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
            "version": "2.0"
          },
          "products": [
            "5Client:rsync-0:3.0.6-4.el5.i386",
            "5Client:rsync-0:3.0.6-4.el5.ia64",
            "5Client:rsync-0:3.0.6-4.el5.ppc",
            "5Client:rsync-0:3.0.6-4.el5.s390x",
            "5Client:rsync-0:3.0.6-4.el5.src",
            "5Client:rsync-0:3.0.6-4.el5.x86_64",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.i386",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.ia64",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.ppc",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.s390x",
            "5Client:rsync-debuginfo-0:3.0.6-4.el5.x86_64",
            "5Server:rsync-0:3.0.6-4.el5.i386",
            "5Server:rsync-0:3.0.6-4.el5.ia64",
            "5Server:rsync-0:3.0.6-4.el5.ppc",
            "5Server:rsync-0:3.0.6-4.el5.s390x",
            "5Server:rsync-0:3.0.6-4.el5.src",
            "5Server:rsync-0:3.0.6-4.el5.x86_64",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.i386",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.ia64",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.ppc",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.s390x",
            "5Server:rsync-debuginfo-0:3.0.6-4.el5.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "rsync excluded content access restrictions bypass via symlinks"
    }
  ]
}


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.