opensuse-su-2019:1688-1
Vulnerability from csaf_opensuse
Published
2019-07-01 15:19
Modified
2019-07-01 15:19
Summary
Security update for libheimdal

Notes

Title of the patch
Security update for libheimdal
Description of the patch
This update for libheimdal fixes the following issues: libheimdal was updated to version 7.7.0: + Bug fixes: - PKCS#11 hcrypto back-end: + initialize the p11_module_load function list + verify that not only is a mechanism present but that its mechanism info states that it offers the required encryption, decryption or digest services - krb5: + Starting with 7.6, Heimdal permitted requesting authenticated anonymous tickets. However, it did not verify that a KDC in fact returned an anonymous ticket when one was requested. + Cease setting the KDCOption reaquest_anonymous flag when issuing S4UProxy (constrained delegation) TGS requests. + when the Win2K PKINIT compatibility option is set, do not require krbtgt otherName to match when validating KDC certificate. + set PKINIT_BTMM flag per Apple implementation + use memset_s() instead of memset() - kdc: + When generating KRB5SignedPath in the AS, use the reply client name rather than the one from the request, so validation will work correctly in the TGS. + allow checksum of PA-FOR-USER to be HMAC_MD5. Even if TGT used an enctype with a different checksum. Per [MS-SFU] 2.2.1 PA-FOR-USER the checksum is always HMAC_MD5, and that's what Windows and MIT clients send. In Heimdal both the client and kdc use instead the checksum of the TGT, and therefore work with each other but Windows and MIT clients fail against Heimdal KDC. Both Windows and MIT KDC would allow any keyed checksum to be used so Heimdal client work fine against it. Change Heimdal KDC to allow HMAC_MD5 even for non RC4 based TGT in order to support per-spec clients. + use memset_s() instead of memset() + Detect Heimdal 1.0 through 7.6 clients that issue S4UProxy (constrained delegation) TGS Requests with the request anonymous flag set. These requests will be treated as S4UProxy requests and not anonymous requests. - HDB: + Set SQLite3 backend default page size to 8KB. + Add hdb_set_sync() method - kadmind: + disable HDB sync during database load avoiding unnecessary disk i/o. - ipropd: + disable HDB sync during receive_everything. Doing an fsync per-record when receiving the complete HDB is a performance disaster. Among other things, if the HDB is very large, then one slave receving a full HDB can cause other slaves to timeout and, if HDB write activity is high enough to cause iprop log truncation, then also need full syncs, which leads to a cycle of full syncs for all slaves until HDB write activity drops. Allowing the iprop log to be larger helps, but improving receive_everything() performance helps even more. - kinit: + Anonymous PKINIT tickets discard the realm information used to locate the issuing AS. Store the issuing realm in the credentials cache in order to locate a KDC which can renew them. + Do not leak the result of krb5_cc_get_config() when determining anonymous PKINIT start realm. - klist: + Show transited-policy-checked, ok-as-delegate and anonymous flags when listing credentials. - tests: + Regenerate certs so that they expire before the 2038 armageddon so the test suite will pass on 32-bit operating systems until the underlying issues can be resolved. - documentation: + rename verify-password to verify-password-quality + hprop default mode is encrypt + kadmind 'all' permission does not include 'get-keys' + verify-password-quality might not be stateless Version 7.6.0: + Security (#555): - CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum When the Heimdal KDC checks the checksum that is placed on the S4U2Self packet by the server to protect the requested principal against modification, it does not confirm that the checksum algorithm that protects the user name (principal) in the request is keyed. This allows a man-in-the-middle attacker who can intercept the request to the KDC to modify the packet by replacing the user name (principal) in the request with any desired user name (principal) that exists in the KDC and replace the checksum protecting that name with a CRC32 checksum (which requires no prior knowledge to compute). This would allow a S4U2Self ticket requested on behalf of user name (principal) user@EXAMPLE.COM to any service to be changed to a S4U2Self ticket with a user name (principal) of Administrator@EXAMPLE.COM. This ticket would then contain the PAC of the modified user name (principal). - CVE-2019-12098, client-only: RFC8062 Section 7 requires verification of the PA-PKINIT-KX key exchange when anonymous PKINIT is used. Failure to do so can permit an active attacker to become a man-in-the-middle. + Bug fixes: - Happy eyeballs: Don't wait for responses from known-unreachable KDCs. - kdc: + check return copy_Realm, copy_PrincipalName, copy_EncryptionKey - kinit: + cleanup temporary ccaches + see man page for 'kinit --anonymous' command line syntax change - kdc: + Make anonymous AS-requests more RFC8062-compliant. Updated expired test certificates + Features: - kuser: support authenticated anonymous AS-REQs in kinit - kdc: support for anonymous TGS-REQs - kgetcred support for anonymous service tickets - Support builds with OpenSSL 1.1.1 This update was imported from the openSUSE:Leap:15.0:Update update project.
Patchnames
openSUSE-2019-1688
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for libheimdal",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for libheimdal fixes the following issues:\n\nlibheimdal was updated to version 7.7.0:\n\n+ Bug fixes:\n\n  - PKCS#11 hcrypto back-end:\n\n    + initialize the p11_module_load function list\n    + verify that not only is a mechanism present but that its\n      mechanism info states that it offers the required\n      encryption, decryption or digest services\n\n  - krb5:\n\n    + Starting with 7.6, Heimdal permitted requesting\n      authenticated anonymous tickets. However, it did not\n      verify that a KDC in fact returned an anonymous ticket\n      when one was requested.\n    + Cease setting the KDCOption reaquest_anonymous flag when\n      issuing S4UProxy (constrained delegation) TGS requests.\n    + when the Win2K PKINIT compatibility option is set, do not\n      require krbtgt otherName to match when validating KDC\n      certificate.\n    + set PKINIT_BTMM flag per Apple implementation\n    + use memset_s() instead of memset()\n\n  - kdc:\n\n    + When generating KRB5SignedPath in the AS, use the reply\n      client name rather than the one from the request, so\n      validation will work correctly in the TGS.\n    + allow checksum of PA-FOR-USER to be HMAC_MD5. Even if TGT\n      used an enctype with a different checksum. Per [MS-SFU]\n      2.2.1 PA-FOR-USER the checksum is always HMAC_MD5, and\n      that\u0027s what Windows and MIT clients send.\n      In Heimdal both the client and kdc use instead the\n      checksum of the TGT, and therefore work with each other\n      but Windows and MIT clients fail against Heimdal KDC.\n      Both Windows and MIT KDC would allow any keyed checksum\n      to be used so Heimdal client work fine against it.\n      Change Heimdal KDC to allow HMAC_MD5 even for non RC4\n      based TGT in order to support per-spec clients.\n    + use memset_s() instead of memset()\n    + Detect Heimdal 1.0 through 7.6 clients that issue\n      S4UProxy (constrained delegation) TGS Requests with the\n      request anonymous flag set. These requests will be\n      treated as S4UProxy requests and not anonymous requests.\n\n  - HDB:\n\n    + Set SQLite3 backend default page size to 8KB.\n    + Add hdb_set_sync() method\n\n  - kadmind:\n\n    + disable HDB sync during database load avoiding\n      unnecessary disk i/o.\n\n  - ipropd:\n\n    + disable HDB sync during receive_everything. Doing an\n      fsync per-record when receiving the complete HDB is a\n      performance disaster. Among other things, if the HDB is\n      very large, then one slave receving a full HDB can cause\n      other slaves to timeout and, if HDB write activity is\n      high enough to cause iprop log truncation, then also need\n      full syncs, which leads to a cycle of full syncs for all\n      slaves until HDB write activity drops.\n      Allowing the iprop log to be larger helps, but improving\n      receive_everything() performance helps even more.\n\n  - kinit:\n\n    + Anonymous PKINIT tickets discard the realm information\n      used to locate the issuing AS. Store the issuing realm in\n      the credentials cache in order to locate a KDC which can\n      renew them.\n    + Do not leak the result of krb5_cc_get_config() when\n      determining anonymous PKINIT start realm.\n\n  - klist:\n\n    + Show transited-policy-checked, ok-as-delegate and\n      anonymous flags when listing credentials.\n\n  - tests:\n\n    + Regenerate certs so that they expire before the 2038\n      armageddon so the test suite will pass on 32-bit\n      operating systems until the underlying issues can be\n      resolved.\n\n  - documentation:\n\n    + rename verify-password to verify-password-quality\n    + hprop default mode is encrypt\n    + kadmind \u0027all\u0027 permission does not include \u0027get-keys\u0027\n    + verify-password-quality might not be stateless\n\nVersion 7.6.0:\n\n+ Security (#555):\n\n  - CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed\n    checksum\n\n    When the Heimdal KDC checks the checksum that is placed on\n    the S4U2Self packet by the server to protect the requested\n    principal against modification, it does not confirm that\n    the checksum algorithm that protects the user name\n    (principal) in the request is keyed. This allows a\n    man-in-the-middle attacker who can intercept the request to\n    the KDC to modify the packet by replacing the user name\n    (principal) in the request with any desired user name\n    (principal) that exists in the KDC and replace the checksum\n    protecting that name with a CRC32 checksum (which requires\n    no prior knowledge to compute).\n    This would allow a S4U2Self ticket requested on behalf of\n    user name (principal) user@EXAMPLE.COM to any service to be\n    changed to a S4U2Self ticket with a user name (principal) of\n    Administrator@EXAMPLE.COM. This ticket would then contain\n    the PAC of the modified user name (principal).\n\n  - CVE-2019-12098, client-only:\n\n    RFC8062 Section 7 requires verification of the PA-PKINIT-KX\n    key exchange when anonymous PKINIT is used. Failure to do\n    so can permit an active attacker to become a\n    man-in-the-middle.\n\n+ Bug fixes:\n\n  - Happy eyeballs: Don\u0027t wait for responses from\n    known-unreachable KDCs.\n\n  - kdc:\n\n    + check return copy_Realm, copy_PrincipalName,\n      copy_EncryptionKey\n\n  - kinit:\n\n    + cleanup temporary ccaches\n    + see man page for \u0027kinit --anonymous\u0027 command line syntax\n      change\n\n  - kdc:\n\n    + Make anonymous AS-requests more RFC8062-compliant.\n      Updated expired test certificates\n\n+ Features:\n\n  - kuser: support authenticated anonymous AS-REQs in kinit\n  - kdc: support for anonymous TGS-REQs\n  - kgetcred support for anonymous service tickets\n  - Support builds with OpenSSL 1.1.1\n\n\nThis update was imported from the openSUSE:Leap:15.0:Update update project.",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "openSUSE-2019-1688",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2019_1688-1.json"
      },
      {
        "category": "self",
        "summary": "URL for openSUSE-SU-2019:1688-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/D7EY7RRFFQYSGITQ57OWUNGPPHOCXDNP/#D7EY7RRFFQYSGITQ57OWUNGPPHOCXDNP"
      },
      {
        "category": "self",
        "summary": "E-Mail link for openSUSE-SU-2019:1688-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/D7EY7RRFFQYSGITQ57OWUNGPPHOCXDNP/#D7EY7RRFFQYSGITQ57OWUNGPPHOCXDNP"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1047218",
        "url": "https://bugzilla.suse.com/1047218"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1084909",
        "url": "https://bugzilla.suse.com/1084909"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2018-16860 page",
        "url": "https://www.suse.com/security/cve/CVE-2018-16860/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2019-12098 page",
        "url": "https://www.suse.com/security/cve/CVE-2019-12098/"
      }
    ],
    "title": "Security update for libheimdal",
    "tracking": {
      "current_release_date": "2019-07-01T15:19:54Z",
      "generator": {
        "date": "2019-07-01T15:19:54Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "openSUSE-SU-2019:1688-1",
      "initial_release_date": "2019-07-01T15:19:54Z",
      "revision_history": [
        {
          "date": "2019-07-01T15:19:54Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libheimdal-7.7.0-bp150.2.3.1.aarch64",
                "product": {
                  "name": "libheimdal-7.7.0-bp150.2.3.1.aarch64",
                  "product_id": "libheimdal-7.7.0-bp150.2.3.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
                "product": {
                  "name": "libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
                  "product_id": "libheimdal-devel-7.7.0-bp150.2.3.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libheimdal-7.7.0-bp150.2.3.1.ppc64le",
                "product": {
                  "name": "libheimdal-7.7.0-bp150.2.3.1.ppc64le",
                  "product_id": "libheimdal-7.7.0-bp150.2.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
                "product": {
                  "name": "libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
                  "product_id": "libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libheimdal-7.7.0-bp150.2.3.1.s390x",
                "product": {
                  "name": "libheimdal-7.7.0-bp150.2.3.1.s390x",
                  "product_id": "libheimdal-7.7.0-bp150.2.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
                "product": {
                  "name": "libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
                  "product_id": "libheimdal-devel-7.7.0-bp150.2.3.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libheimdal-7.7.0-bp150.2.3.1.x86_64",
                "product": {
                  "name": "libheimdal-7.7.0-bp150.2.3.1.x86_64",
                  "product_id": "libheimdal-7.7.0-bp150.2.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "libheimdal-devel-7.7.0-bp150.2.3.1.x86_64",
                "product": {
                  "name": "libheimdal-devel-7.7.0-bp150.2.3.1.x86_64",
                  "product_id": "libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Package Hub 15",
                "product": {
                  "name": "SUSE Package Hub 15",
                  "product_id": "SUSE Package Hub 15"
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-7.7.0-bp150.2.3.1.aarch64 as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.aarch64"
        },
        "product_reference": "libheimdal-7.7.0-bp150.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-7.7.0-bp150.2.3.1.ppc64le as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.ppc64le"
        },
        "product_reference": "libheimdal-7.7.0-bp150.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-7.7.0-bp150.2.3.1.s390x as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.s390x"
        },
        "product_reference": "libheimdal-7.7.0-bp150.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-7.7.0-bp150.2.3.1.x86_64 as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.x86_64"
        },
        "product_reference": "libheimdal-7.7.0-bp150.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-devel-7.7.0-bp150.2.3.1.aarch64 as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.aarch64"
        },
        "product_reference": "libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
        "relates_to_product_reference": "SUSE Package Hub 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le"
        },
        "product_reference": "libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Package Hub 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-devel-7.7.0-bp150.2.3.1.s390x as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.s390x"
        },
        "product_reference": "libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
        "relates_to_product_reference": "SUSE Package Hub 15"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libheimdal-devel-7.7.0-bp150.2.3.1.x86_64 as component of SUSE Package Hub 15",
          "product_id": "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
        },
        "product_reference": "libheimdal-devel-7.7.0-bp150.2.3.1.x86_64",
        "relates_to_product_reference": "SUSE Package Hub 15"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2018-16860",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2018-16860"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A flaw was found in samba\u0027s Heimdal KDC implementation, versions 4.8.x up to, excluding 4.8.12, 4.9.x up to, excluding 4.9.8 and 4.10.x up to, excluding 4.10.3, when used in AD DC mode. A man in the middle attacker could use this flaw to intercept the request to the KDC and replace the user name (principal) in the request with any desired user name (principal) that exists in the KDC effectively obtaining a ticket for that principal.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.aarch64",
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.ppc64le",
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.s390x",
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.x86_64",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2018-16860",
          "url": "https://www.suse.com/security/cve/CVE-2018-16860"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1134024 for CVE-2018-16860",
          "url": "https://bugzilla.suse.com/1134024"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.x86_64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.0"
          },
          "products": [
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.x86_64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2019-07-01T15:19:54Z",
          "details": "important"
        }
      ],
      "title": "CVE-2018-16860"
    },
    {
      "cve": "CVE-2019-12098",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2019-12098"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In the client side of Heimdal before 7.6.0, failure to verify anonymous PKINIT PA-PKINIT-KX key exchange permits a man-in-the-middle attack. This issue is in krb5_init_creds_step in lib/krb5/init_creds_pw.c.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.aarch64",
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.ppc64le",
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.s390x",
          "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.x86_64",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
          "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2019-12098",
          "url": "https://www.suse.com/security/cve/CVE-2019-12098"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.x86_64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.0"
          },
          "products": [
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-7.7.0-bp150.2.3.1.x86_64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.aarch64",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.ppc64le",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.s390x",
            "SUSE Package Hub 15:libheimdal-devel-7.7.0-bp150.2.3.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2019-07-01T15:19:54Z",
          "details": "low"
        }
      ],
      "title": "CVE-2019-12098"
    }
  ]
}


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…