ghsa-hr8g-6v94-x4m9
Vulnerability from github
Published
2023-07-05 03:30
Modified
2023-09-05 16:57
Summary
Bouncy Castle For Java LDAP injection vulnerability
Details

Bouncy Castle provides the X509LDAPCertStoreSpi.java class which can be used in conjunction with the CertPath API for validating certificate paths. Pre-1.73 the implementation did not check the X.500 name of any certificate, subject, or issuer being passed in for LDAP wild cards, meaning the presence of a wild car may lead to Information Disclosure.

A potential attack would be to generate a self-signed certificate with a subject name that contains special characters, e.g: CN=Subject*)(objectclass=. This will be included into the filter and provides the attacker ability to specify additional attributes in the search query. This can be exploited as a blind LDAP injection: an attacker can enumerate valid attribute values using the boolean blind injection technique. The exploitation depends on the structure of the target LDAP directory, as well as what kind of errors are exposed to the user.

Changes to the X509LDAPCertStoreSpi.java class add the additional checking of any X.500 name used to correctly escape wild card characters.

Show details on source website


{
   affected: [
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-jdk18on",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-jdk15to18",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-jdk14",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "1.49",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-ext-jdk14",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "1.49",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-ext-jdk15to18",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-ext-jdk18on",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-debug-jdk14",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "1.49",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-debug-jdk15to18",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-debug-jdk18on",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "0",
                  },
                  {
                     fixed: "1.74",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-jdk15on",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "1.49",
                  },
                  {
                     last_affected: "1.70",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-ext-jdk15on",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "1.49",
                  },
                  {
                     last_affected: "1.70",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
      {
         package: {
            ecosystem: "Maven",
            name: "org.bouncycastle:bcprov-debug-jdk15on",
         },
         ranges: [
            {
               events: [
                  {
                     introduced: "1.49",
                  },
                  {
                     last_affected: "1.70",
                  },
               ],
               type: "ECOSYSTEM",
            },
         ],
      },
   ],
   aliases: [
      "CVE-2023-33201",
   ],
   database_specific: {
      cwe_ids: [
         "CWE-295",
      ],
      github_reviewed: true,
      github_reviewed_at: "2023-07-06T15:40:29Z",
      nvd_published_at: "2023-07-05T03:15:09Z",
      severity: "MODERATE",
   },
   details: "Bouncy Castle provides the `X509LDAPCertStoreSpi.java` class which can be used in conjunction with the CertPath API for validating certificate paths. Pre-1.73 the implementation did not check the X.500 name of any certificate, subject, or issuer being passed in for LDAP wild cards, meaning the presence of a wild car may lead to Information Disclosure.\n\nA potential attack would be to generate a self-signed certificate with a subject name that contains special characters, e.g: `CN=Subject*)(objectclass=`. This will be included into the filter and provides the attacker ability to specify additional attributes in the search query. This can be exploited as a blind LDAP injection: an attacker can enumerate valid attribute values using the boolean blind injection technique. The exploitation depends on the structure of the target LDAP directory, as well as what kind of errors are exposed to the user.\n\nChanges to the `X509LDAPCertStoreSpi.java` class add the additional checking of any X.500 name used to correctly escape wild card characters.",
   id: "GHSA-hr8g-6v94-x4m9",
   modified: "2023-09-05T16:57:42Z",
   published: "2023-07-05T03:30:23Z",
   references: [
      {
         type: "ADVISORY",
         url: "https://nvd.nist.gov/vuln/detail/CVE-2023-33201",
      },
      {
         type: "WEB",
         url: "https://github.com/bcgit/bc-java/commit/ccf93ca736b89250ff4ce079a5aa56f5cbf0ebbd",
      },
      {
         type: "WEB",
         url: "https://github.com/bcgit/bc-java/commit/e8c409a8389c815ea3fda5e8b94c92fdfe583bcc",
      },
      {
         type: "WEB",
         url: "https://bouncycastle.org",
      },
      {
         type: "WEB",
         url: "https://bouncycastle.org/releasenotes.html#r1rv74",
      },
      {
         type: "PACKAGE",
         url: "https://github.com/bcgit/bc-java",
      },
      {
         type: "WEB",
         url: "https://github.com/bcgit/bc-java/commits/main/prov/src/main/java/org/bouncycastle/jce/provider/X509LDAPCertStoreSpi.java",
      },
      {
         type: "WEB",
         url: "https://github.com/bcgit/bc-java/wiki/CVE-2023-33201",
      },
      {
         type: "WEB",
         url: "https://lists.debian.org/debian-lts-announce/2023/08/msg00000.html",
      },
      {
         type: "WEB",
         url: "https://security.netapp.com/advisory/ntap-20230824-0008",
      },
   ],
   schema_version: "1.4.0",
   severity: [
      {
         score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
         type: "CVSS_V3",
      },
   ],
   summary: "Bouncy Castle For Java LDAP injection vulnerability",
}


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.