rhsa-2013:0628
Vulnerability from csaf_redhat
Published
2013-03-11 18:26
Modified
2024-11-22 06:16
Summary
Red Hat Security Advisory: 389-ds-base security and bug fix update

Notes

Topic
Updated 389-ds-base packages that fix one security issue and multiple bugs are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section.
Details
The 389 Directory Server is an LDAPv3 compliant server. The base packages include the Lightweight Directory Access Protocol (LDAP) server and command-line utilities for server administration. A flaw was found in the way LDAPv3 control data was handled by 389 Directory Server. If a malicious user were able to bind to the directory (even anonymously) and send an LDAP request containing crafted LDAPv3 control data, they could cause the server to crash, denying service to the directory. (CVE-2013-0312) The CVE-2013-0312 issue was discovered by Thierry Bordaz of Red Hat. This update also fixes the following bugs: * After an upgrade from Red Hat Enterprise Linux 6.3 to version 6.4, the upgrade script did not update the schema file for the PamConfig object class. Consequently, new features for PAM such as configuration of multiple instances and pamFilter attribute could not be used because of the schema violation. With this update, the upgrade script updates the schema file for the PamConfig object class and new features function properly. (BZ#910994) * Previously, the valgrind test suite reported recurring memory leaks in the modify_update_last_modified_attr() function. The size of the leaks averaged between 60-80 bytes per modify call. In environments where modify operations were frequent, this caused significant problems. Now, memory leaks no longer occur in the modify_update_last_modified_attr() function. (BZ#910995) * The Directory Server (DS) failed when multi-valued attributes were replaced. The problem occurred when replication was enabled, while the server executing the modification was configured as a single master and there was at least one replication agreement. Consequently, the modification requests were refused by the master server, which returned a code 20 "Type or value exists" error message. These requests were replacements of multi-valued attributes, and the error only occurred when one of the new values matched one of the current values of the attribute, but had a different letter case. Now, modification requests function properly and no longer return code 20 errors. (BZ#910996) * The DNA (distributed numeric assignment) plug-in, under certain conditions, could log error messages with the "DB_LOCK_DEADLOCK" error code when attempting to create an entry with a uidNumber attribute. Now, DNA handles this case properly and errors no longer occur during attempts to create entries with uidNumber attributes. (BZ#911467) * Posix Winsync plugin was calling an internal modify function which was not necessary. The internal modify call failed and logged an error message "slapi_modify_internal_set_pb: NULL parameter" which was not clear. This patch stops calling the internal modify function if it is not necessary and the cryptic error message is not observed. (BZ#911468) * Previously, under certain conditions, the dse.ldif file had 0 bytes after a server termination or when the machine was powered off. Consequently, after the system was brought up, a DS or IdM system could be unable to restart, leading to production server outages. Now, the server mechanism by which the dse.ldif is written is more robust, and tries all available backup dse.ldif files, and outages no longer occur. (BZ#911469) * Due to an incorrect interpretation of an error code, a directory server considered an invalid chaining configuration setting as the disk full error and shut down unexpectedly. Now, a more appropriate error code is in use and the server no longer shuts down from invalid chaining configuration settings. (BZ#911474) * While trying to remove a tombstone entry, the ns-slapd daemon terminated unexpectedly with a segmentation fault. With this update, removal of tombstone entries no longer causes crashes. (BZ#914305) All 389-ds-base users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. After installing this update, the 389 server service will be restarted automatically.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Updated 389-ds-base packages that fix one security issue and multiple bugs\nare now available for Red Hat Enterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available from the CVE link in\nthe References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The 389 Directory Server is an LDAPv3 compliant server. The base packages\ninclude the Lightweight Directory Access Protocol (LDAP) server and\ncommand-line utilities for server administration.\n\nA flaw was found in the way LDAPv3 control data was handled by 389\nDirectory Server. If a malicious user were able to bind to the directory\n(even anonymously) and send an LDAP request containing crafted LDAPv3\ncontrol data, they could cause the server to crash, denying service to the\ndirectory. (CVE-2013-0312)\n\nThe CVE-2013-0312 issue was discovered by Thierry Bordaz of Red Hat.\n\nThis update also fixes the following bugs:\n\n* After an upgrade from Red Hat Enterprise Linux 6.3 to version 6.4, the\nupgrade script did not update the schema file for the PamConfig object\nclass. Consequently, new features for PAM such as configuration of multiple\ninstances and pamFilter attribute could not be used because of the schema\nviolation. With this update, the upgrade script updates the schema file for\nthe PamConfig object class and new features function properly. (BZ#910994)\n\n* Previously, the valgrind test suite reported recurring memory leaks in\nthe modify_update_last_modified_attr() function. The size of the leaks\naveraged between 60-80 bytes per modify call. In environments where modify\noperations were frequent, this caused significant problems. Now, memory\nleaks no longer occur in the modify_update_last_modified_attr() function.\n(BZ#910995)\n\n* The Directory Server (DS) failed when multi-valued attributes were\nreplaced. The problem occurred when replication was enabled, while the\nserver executing the modification was configured as a single master and\nthere was at least one replication agreement. Consequently, the\nmodification requests were refused by the master server, which returned a\ncode 20 \"Type or value exists\" error message. These requests were\nreplacements of multi-valued attributes, and the error only occurred when\none of the new values matched one of the current values of the attribute,\nbut had a different letter case. Now, modification requests function\nproperly and no longer return code 20 errors. (BZ#910996)\n\n* The DNA (distributed numeric assignment) plug-in, under certain\nconditions, could log error messages with the \"DB_LOCK_DEADLOCK\" error\ncode when attempting to create an entry with a uidNumber attribute. Now,\nDNA handles this case properly and errors no longer occur during attempts\nto create entries with uidNumber attributes. (BZ#911467)\n\n* Posix Winsync plugin was calling an internal modify function which was\nnot necessary. The internal modify call failed and logged an error message\n\"slapi_modify_internal_set_pb: NULL parameter\" which was not clear. This\npatch stops calling the internal modify function if it is not necessary and\nthe cryptic error message is not observed. (BZ#911468)\n\n* Previously, under certain conditions, the dse.ldif file had 0 bytes after\na server termination or when the machine was powered off. Consequently,\nafter the system was brought up, a DS or IdM system could be unable to\nrestart, leading to production server outages. Now, the server mechanism by\nwhich the dse.ldif is written is more robust, and tries all available\nbackup dse.ldif files, and outages no longer occur. (BZ#911469)\n\n* Due to an incorrect interpretation of an error code, a directory server\nconsidered an invalid chaining configuration setting as the disk full error\nand shut down unexpectedly. Now, a more appropriate error code is in use\nand the server no longer shuts down from invalid chaining configuration\nsettings. (BZ#911474)\n\n* While trying to remove a tombstone entry, the ns-slapd daemon terminated\nunexpectedly with a segmentation fault. With this update, removal of\ntombstone entries no longer causes crashes. (BZ#914305)\n\nAll 389-ds-base users are advised to upgrade to these updated packages,\nwhich contain backported patches to correct these issues. After installing\nthis update, the 389 server service will be restarted automatically.",
        "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-2013:0628",
        "url": "https://access.redhat.com/errata/RHSA-2013:0628"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "910994",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=910994"
      },
      {
        "category": "external",
        "summary": "910995",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=910995"
      },
      {
        "category": "external",
        "summary": "911467",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=911467"
      },
      {
        "category": "external",
        "summary": "911468",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=911468"
      },
      {
        "category": "external",
        "summary": "911469",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=911469"
      },
      {
        "category": "external",
        "summary": "911474",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=911474"
      },
      {
        "category": "external",
        "summary": "912964",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=912964"
      },
      {
        "category": "external",
        "summary": "914305",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=914305"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2013/rhsa-2013_0628.json"
      }
    ],
    "title": "Red Hat Security Advisory: 389-ds-base security and bug fix update",
    "tracking": {
      "current_release_date": "2024-11-22T06:16:10+00:00",
      "generator": {
        "date": "2024-11-22T06:16:10+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2013:0628",
      "initial_release_date": "2013-03-11T18:26:00+00:00",
      "revision_history": [
        {
          "date": "2013-03-11T18:26:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2013-03-11T18:35:12+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T06:16:10+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 Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)",
                  "product_id": "6Client-optional-6.4.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)",
                  "product_id": "6ComputeNode-optional-6.4.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 6)",
                  "product_id": "6Server-6.4.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server Optional (v. 6)",
                  "product_id": "6Server-optional-6.4.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation (v. 6)",
                  "product_id": "6Workstation-6.4.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)",
                  "product_id": "6Workstation-optional-6.4.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
                "product": {
                  "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
                  "product_id": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base-devel@1.2.11.15-12.el6_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
                "product": {
                  "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
                  "product_id": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base-debuginfo@1.2.11.15-12.el6_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
                "product": {
                  "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
                  "product_id": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base@1.2.11.15-12.el6_4?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
                "product": {
                  "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
                  "product_id": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base-libs@1.2.11.15-12.el6_4?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
                "product": {
                  "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
                  "product_id": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base-devel@1.2.11.15-12.el6_4?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
                "product": {
                  "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
                  "product_id": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base-debuginfo@1.2.11.15-12.el6_4?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
                "product": {
                  "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
                  "product_id": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base-libs@1.2.11.15-12.el6_4?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
                "product": {
                  "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
                  "product_id": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base@1.2.11.15-12.el6_4?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "389-ds-base-0:1.2.11.15-12.el6_4.src",
                "product": {
                  "name": "389-ds-base-0:1.2.11.15-12.el6_4.src",
                  "product_id": "389-ds-base-0:1.2.11.15-12.el6_4.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/389-ds-base@1.2.11.15-12.el6_4?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.src",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)",
          "product_id": "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Client-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.src",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)",
          "product_id": "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6ComputeNode-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.src as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.src",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.src as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.src",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)",
          "product_id": "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Server-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.src as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.src",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.src",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)",
          "product_id": "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
        },
        "product_reference": "389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
        "relates_to_product_reference": "6Workstation-optional-6.4.z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "Thierry Bordaz"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2013-0312",
      "discovery_date": "2013-02-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "912964"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "389 Directory Server before 1.3.0.4 allows remote attackers to cause a denial of service (crash) via a zero length LDAP control sequence.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "389-ds: unauthenticated denial of service vulnerability in handling of LDAPv3 control data",
          "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": [
          "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
          "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
          "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
          "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
          "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
          "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
          "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
          "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
          "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
          "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
          "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
          "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
          "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
          "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
          "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
          "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
          "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
          "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
          "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
          "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
          "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
          "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
          "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
          "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
          "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
          "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
          "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
          "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
          "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
          "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
          "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
          "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
          "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2013-0312"
        },
        {
          "category": "external",
          "summary": "RHBZ#912964",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=912964"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2013-0312",
          "url": "https://www.cve.org/CVERecord?id=CVE-2013-0312"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2013-0312",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2013-0312"
        }
      ],
      "release_date": "2013-03-11T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2013-03-11T18:26:00+00:00",
          "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258",
          "product_ids": [
            "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2013:0628"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 5.0,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:L/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Client-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Client-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6ComputeNode-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6ComputeNode-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Server-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Server-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Server-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Server-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Workstation-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.src",
            "6Workstation-optional-6.4.z:389-ds-base-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-debuginfo-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-devel-0:1.2.11.15-12.el6_4.x86_64",
            "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.i686",
            "6Workstation-optional-6.4.z:389-ds-base-libs-0:1.2.11.15-12.el6_4.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "389-ds: unauthenticated denial of service vulnerability in handling of LDAPv3 control data"
    }
  ]
}


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.


Loading…

Loading…