Skip to main content

Improper Handling of Exceptional Conditions

CVE-2023-25561

Severity High
Score 9.8/10

Summary

DataHub is an open-source metadata platform. In the event, a system is using Java Authentication and Authorization Service (JAAS) authentication and that system is given a configuration that contains an error, the authentication for the system will fail open and allow an attacker to log in using any username and password. The reason for this is that while an error is thrown in the `authenticateJaasUser` method it is swallowed without propagating the error. As a result of this issue, unauthenticated users may gain access to the system. Users are advised to upgrade. There are no known workarounds for this issue. This vulnerability was discovered and reported by the GitHub Security lab and is tracked as GHSL-2022-081. This vulnerability affects versions prior to 0.8.45. NOTE: The affected package is not available in a package manager we support.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • HIGH
  • HIGH

CWE-755 - Improper Handling of Exceptional Conditions

The software does not handle or incorrectly handles an exceptional condition.

References

Advisory Timeline

  • Published