database-all
database-all copied to clipboard
Fix ClassLoader Security Vulnerability
Description
This PR addresses a security vulnerability in the getClassLoader() method where accessing the thread's context class loader could fail under a SecurityManager with restricted thread permissions.
Security Issues Fixed
- Missing Security Checks: Added proper privilege management when accessing the thread's context class loader.
This vulnerability was also found in smallrye/smallrye-config@fb0def6 and fixed.
References:
- smallrye/smallrye-config@fb0def6
- https://nvd.nist.gov/vuln/detail/cve-2020-1729