Lucene search

K
cvelistGitHub_MCVELIST:CVE-2023-28857
HistoryJun 27, 2023 - 5:10 p.m.

CVE-2023-28857 LDAP password leak in Apereo CAS - GHSL-2023-009

2023-06-2717:10:47
CWE-200
GitHub_M
www.cve.org
1
apereo cas
ldap
password leak
x509 certificates
authentication
tls handshake
crl distribution points
ldap server
vulnerability
upgrade

4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N

0.001 Low

EPSS

Percentile

43.1%

Apereo CAS is an open source multilingual single sign-on solution for the web. Apereo CAS can be configured to use authentication based on client X509 certificates. These certificates can be provided via TLS handshake or a special HTTP header, such as “ssl_client_cert”. When checking the validity of the provided client certificate, X509CredentialsAuthenticationHandler performs check that this certificate is not revoked. To do so, it fetches URLs provided in the “CRL Distribution Points” extension of the certificate, which are taken from the certificate itself and therefore can be controlled by a malicious user. If the CAS server is configured to use an LDAP server for x509 authentication with a password, for example by setting a “cas.authn.x509.ldap.ldap-url” and “cas.authn.x509.ldap.bind-credential” properties, X509CredentialsAuthenticationHandler fetches revocation URLs from the certificate, which can be LDAP urls. When making requests to this LDAP urls, Apereo CAS uses the same password as for initially configured LDAP server, which can lead to a password leak. An unauthenticated user can leak the password used to LDAP connection configured on server. This issue has been addressed in version 6.6.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.

CNA Affected

[
  {
    "vendor": "Apereo",
    "product": "CAS",
    "versions": [
      {
        "version": ">= 6.5.0, < 6.5.9.1",
        "status": "affected"
      },
      {
        "version": ">= 6.6.0, < 6.6.6",
        "status": "affected"
      }
    ]
  }
]

4 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N

0.001 Low

EPSS

Percentile

43.1%

Related for CVELIST:CVE-2023-28857