CVE-2023-28857

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-28857
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-28857.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-28857
Aliases
Published
2023-06-27T18:15:13Z
Modified
2024-09-03T04:29:57.770669Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
[none]
Details

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 “sslclientcert”. 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.

References

Affected packages

Git / github.com/apereo/cas

Affected ranges

Type
GIT
Repo
https://github.com/apereo/cas
Events
Type
GIT
Repo
https://github.com/jasig/cas
Events

Affected versions

v6.*

v6.6.0
v6.6.1
v6.6.2
v6.6.3
v6.6.4
v6.6.5