ghsa-jc7r-v6fg-2gpf
Vulnerability from github
Published
2018-10-19 16:40
Modified
2023-12-21 23:08
Summary
Apache CXF TLS hostname verification does not work correctly with com.sun.net.ssl.*
Details

It is possible to configure Apache CXF to use the com.sun.net.ssl implementation via 'System.setProperty("java.protocol.handler.pkgs", "com.sun.net.ssl.internal.www.protocol");'. When this system property is set, CXF uses some reflection to try to make the HostnameVerifier work with the old com.sun.net.ssl.HostnameVerifier interface. However, the default HostnameVerifier implementation in CXF does not implement the method in this interface, and an exception is thrown. However, in Apache CXF prior to 3.2.5 and 3.1.16 the exception is caught in the reflection code and not properly propagated. What this means is that if you are using the com.sun.net.ssl stack with CXF, an error with TLS hostname verification will not be thrown, leaving a CXF client subject to man-in-the-middle attacks.

Show details on source website


{
   affected: [
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.cxf:cxf",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "3.2.0",
                  },
                  {
                     fixed: "3.2.5",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.cxf:cxf",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "3.1.16",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.cxf:apache-cxf",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "3.2.0",
                  },
                  {
                     fixed: "3.2.5",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.apache.cxf:apache-cxf",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "3.1.16",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
   ],
   aliases: [
      "CVE-2018-8039",
   ],
   database_specific: {
      cwe_ids: [
         "CWE-755",
      ],
      github_reviewed: true,
      github_reviewed_at: "2020-06-16T21:43:00Z",
      nvd_published_at: "2018-07-02T13:29:00Z",
      severity: "HIGH",
   },
   details: "It is possible to configure Apache CXF to use the com.sun.net.ssl implementation via 'System.setProperty(\"java.protocol.handler.pkgs\", \"com.sun.net.ssl.internal.www.protocol\");'. When this system property is set, CXF uses some reflection to try to make the HostnameVerifier work with the old com.sun.net.ssl.HostnameVerifier interface. However, the default HostnameVerifier implementation in CXF does not implement the method in this interface, and an exception is thrown. However, in Apache CXF prior to 3.2.5 and 3.1.16 the exception is caught in the reflection code and not properly propagated. What this means is that if you are using the com.sun.net.ssl stack with CXF, an error with TLS hostname verification will not be thrown, leaving a CXF client subject to man-in-the-middle attacks.",
   id: "GHSA-jc7r-v6fg-2gpf",
   modified: "2023-12-21T23:08:51Z",
   published: "2018-10-19T16:40:01Z",
   references: [
      {
         type: "ADVISORY",
         url: "https://nvd.nist.gov/vuln/detail/CVE-2018-8039",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/cxf/commit/fae6fabf9bd7647f5e9cb68897a7d72b545b741b",
      },
      {
         type: "WEB",
         url: "https://github.com/apache/cxf/commit/8ed6208f987ff72e4c4d2cf8a6b1ec9b27575d4",
      },
      {
         type: "WEB",
         url: "https://www.oracle.com/technetwork/security-advisory/cpujul2019-5072835.html",
      },
      {
         type: "WEB",
         url: "https://www.oracle.com/security-alerts/cpujan2020.html",
      },
      {
         type: "WEB",
         url: "https://www.oracle.com/security-alerts/cpuapr2020.html",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread.html/rff42cfa5e7d75b7c1af0e37589140a8f1999e578a75738740b244bd4@%3Ccommits.cxf.apache.org%3E",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread.html/rfb87e0bf3995e7d560afeed750fac9329ff5f1ad49da365129b7f89e@%3Ccommits.cxf.apache.org%3E",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread.html/rec7160382badd3ef4ad017a22f64a266c7188b9ba71394f0d321e2d4@%3Ccommits.cxf.apache.org%3E",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread.html/rd49aabd984ed540c8ff7916d4d79405f3fa311d2fdbcf9ed307839a6@%3Ccommits.cxf.apache.org%3E",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread.html/rc774278135816e7afc943dc9fc78eb0764f2c84a2b96470a0187315c@%3Ccommits.cxf.apache.org%3E",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread.html/r36e44ffc1a9b365327df62cdfaabe85b9a5637de102cea07d79b2dbf@%3Ccommits.cxf.apache.org%3E",
      },
      {
         type: "WEB",
         url: "https://lists.apache.org/thread.html/1f8ff31df204ad0374ab26ad333169e0387a5e7ec92422f337431866@%3Cdev.cxf.apache.org%3E",
      },
      {
         type: "PACKAGE",
         url: "https://github.com/apache/cxf",
      },
      {
         type: "ADVISORY",
         url: "https://github.com/advisories/GHSA-jc7r-v6fg-2gpf",
      },
      {
         type: "WEB",
         url: "https://cxf.apache.org/security-advisories.data/CVE-2018-8039.txt.asc",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:3817",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:3768",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2643",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2428",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2425",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2424",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2423",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2279",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2277",
      },
      {
         type: "WEB",
         url: "https://access.redhat.com/errata/RHSA-2018:2276",
      },
      {
         type: "WEB",
         url: "http://www.securityfocus.com/bid/106357",
      },
      {
         type: "WEB",
         url: "http://www.securitytracker.com/id/1041199",
      },
   ],
   schema_version: "1.4.0",
   severity: [
      {
         score: "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
         type: "CVSS_V3",
      },
   ],
   summary: "Apache CXF TLS hostname verification does not work correctly with com.sun.net.ssl.*",
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



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.