gsd-2013-7398
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
main/java/com/ning/http/client/AsyncHttpClientConfig.java in Async Http Client (aka AHC or async-http-client) before 1.9.0 does not require a hostname match during verification of X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.
Aliases
Aliases



{
   GSD: {
      alias: "CVE-2013-7398",
      description: "main/java/com/ning/http/client/AsyncHttpClientConfig.java in Async Http Client (aka AHC or async-http-client) before 1.9.0 does not require a hostname match during verification of X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.",
      id: "GSD-2013-7398",
      references: [
         "https://www.suse.com/security/cve/CVE-2013-7398.html",
         "https://access.redhat.com/errata/RHSA-2015:1551",
         "https://access.redhat.com/errata/RHSA-2015:1176",
         "https://access.redhat.com/errata/RHSA-2015:0851",
         "https://access.redhat.com/errata/RHSA-2015:0850",
         "https://advisories.mageia.org/CVE-2013-7398.html",
      ],
   },
   gsd: {
      metadata: {
         exploitCode: "unknown",
         remediation: "unknown",
         reportConfidence: "confirmed",
         type: "vulnerability",
      },
      osvSchema: {
         aliases: [
            "CVE-2013-7398",
         ],
         details: "main/java/com/ning/http/client/AsyncHttpClientConfig.java in Async Http Client (aka AHC or async-http-client) before 1.9.0 does not require a hostname match during verification of X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.",
         id: "GSD-2013-7398",
         modified: "2023-12-13T01:22:18.655698Z",
         schema_version: "1.4.0",
      },
   },
   namespaces: {
      "cve.org": {
         CVE_data_meta: {
            ASSIGNER: "cve@mitre.org",
            ID: "CVE-2013-7398",
            STATE: "PUBLIC",
         },
         affects: {
            vendor: {
               vendor_data: [
                  {
                     product: {
                        product_data: [
                           {
                              product_name: "n/a",
                              version: {
                                 version_data: [
                                    {
                                       version_value: "n/a",
                                    },
                                 ],
                              },
                           },
                        ],
                     },
                     vendor_name: "n/a",
                  },
               ],
            },
         },
         data_format: "MITRE",
         data_type: "CVE",
         data_version: "4.0",
         description: {
            description_data: [
               {
                  lang: "eng",
                  value: "main/java/com/ning/http/client/AsyncHttpClientConfig.java in Async Http Client (aka AHC or async-http-client) before 1.9.0 does not require a hostname match during verification of X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.",
               },
            ],
         },
         problemtype: {
            problemtype_data: [
               {
                  description: [
                     {
                        lang: "eng",
                        value: "n/a",
                     },
                  ],
               },
            ],
         },
         references: {
            reference_data: [
               {
                  name: "69317",
                  refsource: "BID",
                  url: "http://www.securityfocus.com/bid/69317",
               },
               {
                  name: "RHSA-2015:0850",
                  refsource: "REDHAT",
                  url: "http://rhn.redhat.com/errata/RHSA-2015-0850.html",
               },
               {
                  name: "RHSA-2015:1176",
                  refsource: "REDHAT",
                  url: "http://rhn.redhat.com/errata/RHSA-2015-1176.html",
               },
               {
                  name: "https://github.com/AsyncHttpClient/async-http-client/issues/197",
                  refsource: "CONFIRM",
                  url: "https://github.com/AsyncHttpClient/async-http-client/issues/197",
               },
               {
                  name: "RHSA-2015:0851",
                  refsource: "REDHAT",
                  url: "http://rhn.redhat.com/errata/RHSA-2015-0851.html",
               },
               {
                  name: "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-06-20",
                  refsource: "CONFIRM",
                  url: "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-06-20",
               },
               {
                  name: "[oss-security] 20140825 Re: CVE Request: Multiple issues in com.ning:async-http-client",
                  refsource: "MLIST",
                  url: "http://openwall.com/lists/oss-security/2014/08/26/1",
               },
               {
                  name: "RHSA-2015:1551",
                  refsource: "REDHAT",
                  url: "http://rhn.redhat.com/errata/RHSA-2015-1551.html",
               },
               {
                  name: "[pulsar-commits] 20190416 [GitHub] [pulsar] one70six opened a new issue #4057: Security Vulnerabilities - Black Duck Scan - Pulsar v.2.3.1",
                  refsource: "MLIST",
                  url: "https://lists.apache.org/thread.html/ff8dcfe29377088ab655fda9d585dccd5b1f07fabd94ae84fd60a7f8@%3Ccommits.pulsar.apache.org%3E",
               },
               {
                  name: "[pulsar-commits] 20201215 [GitHub] [pulsar] yanshuchong opened a new issue #8967: CVSS issue list",
                  refsource: "MLIST",
                  url: "https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@%3Ccommits.pulsar.apache.org%3E",
               },
            ],
         },
      },
      "gitlab.com": {
         advisories: [
            {
               affected_range: "(,1.9.0)",
               affected_versions: "All versions before 1.9.0",
               cvss_v2: "AV:N/AC:M/Au:N/C:N/I:P/A:N",
               cwe_ids: [
                  "CWE-1035",
                  "CWE-345",
                  "CWE-937",
               ],
               date: "2022-07-07",
               description: "main/java/com/ning/http/client/AsyncHttpClientConfig.java in Async Http Client (aka AHC or async-http-client) before 1.9.0 does not require a hostname match during verification of X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.",
               fixed_versions: [
                  "1.9.0",
               ],
               identifier: "CVE-2013-7398",
               identifiers: [
                  "GHSA-5c66-6h6g-6q6m",
                  "CVE-2013-7398",
               ],
               not_impacted: "All versions starting from 1.9.0",
               package_slug: "maven/com.ning/async-http-client",
               pubdate: "2022-05-13",
               solution: "Upgrade to version 1.9.0 or above.",
               title: "Insufficient Verification of Data Authenticity",
               urls: [
                  "https://nvd.nist.gov/vuln/detail/CVE-2013-7398",
                  "https://github.com/AsyncHttpClient/async-http-client/issues/197",
                  "https://lists.apache.org/thread.html/ff8dcfe29377088ab655fda9d585dccd5b1f07fabd94ae84fd60a7f8@%3Ccommits.pulsar.apache.org%3E",
                  "https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@%3Ccommits.pulsar.apache.org%3E",
                  "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-06-20",
                  "http://openwall.com/lists/oss-security/2014/08/26/1",
                  "http://rhn.redhat.com/errata/RHSA-2015-0850.html",
                  "http://rhn.redhat.com/errata/RHSA-2015-0851.html",
                  "http://rhn.redhat.com/errata/RHSA-2015-1176.html",
                  "http://rhn.redhat.com/errata/RHSA-2015-1551.html",
                  "https://github.com/advisories/GHSA-5c66-6h6g-6q6m",
               ],
               uuid: "708a26b9-7965-4446-a4e0-00fd4e52a240",
            },
         ],
      },
      "nvd.nist.gov": {
         configurations: {
            CVE_data_version: "4.0",
            nodes: [
               {
                  children: [],
                  cpe_match: [
                     {
                        cpe23Uri: "cpe:2.3:a:async-http-client_project:async-http-client:*:beta24:*:*:*:*:*:*",
                        cpe_name: [],
                        versionEndIncluding: "1.9.0",
                        vulnerable: true,
                     },
                  ],
                  operator: "OR",
               },
               {
                  children: [],
                  cpe_match: [
                     {
                        cpe23Uri: "cpe:2.3:a:redhat:jboss_fuse:*:*:*:*:*:*:*:*",
                        cpe_name: [],
                        versionEndIncluding: "6.1.0",
                        vulnerable: true,
                     },
                  ],
                  operator: "OR",
               },
            ],
         },
         cve: {
            CVE_data_meta: {
               ASSIGNER: "cve@mitre.org",
               ID: "CVE-2013-7398",
            },
            data_format: "MITRE",
            data_type: "CVE",
            data_version: "4.0",
            description: {
               description_data: [
                  {
                     lang: "en",
                     value: "main/java/com/ning/http/client/AsyncHttpClientConfig.java in Async Http Client (aka AHC or async-http-client) before 1.9.0 does not require a hostname match during verification of X.509 certificates, which allows man-in-the-middle attackers to spoof HTTPS servers via an arbitrary valid certificate.",
                  },
               ],
            },
            problemtype: {
               problemtype_data: [
                  {
                     description: [
                        {
                           lang: "en",
                           value: "CWE-345",
                        },
                     ],
                  },
               ],
            },
            references: {
               reference_data: [
                  {
                     name: "https://github.com/AsyncHttpClient/async-http-client/issues/197",
                     refsource: "CONFIRM",
                     tags: [
                        "Vendor Advisory",
                     ],
                     url: "https://github.com/AsyncHttpClient/async-http-client/issues/197",
                  },
                  {
                     name: "[oss-security] 20140825 Re: CVE Request: Multiple issues in com.ning:async-http-client",
                     refsource: "MLIST",
                     tags: [],
                     url: "http://openwall.com/lists/oss-security/2014/08/26/1",
                  },
                  {
                     name: "RHSA-2015:1176",
                     refsource: "REDHAT",
                     tags: [],
                     url: "http://rhn.redhat.com/errata/RHSA-2015-1176.html",
                  },
                  {
                     name: "69317",
                     refsource: "BID",
                     tags: [],
                     url: "http://www.securityfocus.com/bid/69317",
                  },
                  {
                     name: "RHSA-2015:1551",
                     refsource: "REDHAT",
                     tags: [],
                     url: "http://rhn.redhat.com/errata/RHSA-2015-1551.html",
                  },
                  {
                     name: "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-06-20",
                     refsource: "CONFIRM",
                     tags: [],
                     url: "https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2016-06-20",
                  },
                  {
                     name: "RHSA-2015:0851",
                     refsource: "REDHAT",
                     tags: [],
                     url: "http://rhn.redhat.com/errata/RHSA-2015-0851.html",
                  },
                  {
                     name: "RHSA-2015:0850",
                     refsource: "REDHAT",
                     tags: [],
                     url: "http://rhn.redhat.com/errata/RHSA-2015-0850.html",
                  },
                  {
                     name: "[pulsar-commits] 20190416 [GitHub] [pulsar] one70six opened a new issue #4057: Security Vulnerabilities - Black Duck Scan - Pulsar v.2.3.1",
                     refsource: "MLIST",
                     tags: [],
                     url: "https://lists.apache.org/thread.html/ff8dcfe29377088ab655fda9d585dccd5b1f07fabd94ae84fd60a7f8@%3Ccommits.pulsar.apache.org%3E",
                  },
                  {
                     name: "[pulsar-commits] 20201215 [GitHub] [pulsar] yanshuchong opened a new issue #8967: CVSS issue list",
                     refsource: "MLIST",
                     tags: [],
                     url: "https://lists.apache.org/thread.html/rd0e44e8ef71eeaaa3cf3d1b8b41eb25894372e2995ec908ce7624d26@%3Ccommits.pulsar.apache.org%3E",
                  },
               ],
            },
         },
         impact: {
            baseMetricV2: {
               cvssV2: {
                  accessComplexity: "MEDIUM",
                  accessVector: "NETWORK",
                  authentication: "NONE",
                  availabilityImpact: "NONE",
                  baseScore: 4.3,
                  confidentialityImpact: "NONE",
                  integrityImpact: "PARTIAL",
                  vectorString: "AV:N/AC:M/Au:N/C:N/I:P/A:N",
                  version: "2.0",
               },
               exploitabilityScore: 8.6,
               impactScore: 2.9,
               obtainAllPrivilege: false,
               obtainOtherPrivilege: false,
               obtainUserPrivilege: false,
               severity: "MEDIUM",
               userInteractionRequired: false,
            },
         },
         lastModifiedDate: "2020-12-16T06:15Z",
         publishedDate: "2015-06-24T16:59Z",
      },
   },
}


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.