| CVE ID | Severity | Package | Affected Version | Fixed Version | CVSS Score |
|---|---|---|---|---|---|
| CVE-2024-1597 | critical | pkg:bitnami/postgresql-jdbc-driver@42.7.1 | >=42.7.0,<42.7.2 | 42.7.2 | 9.8 |
ImpactSQL injection is possible when using the non-default connection property There is no vulnerability in the driver when using the default query mode. Users that do not override the query mode are not impacted. ExploitationTo exploit this behavior the following conditions must be met:
The prior behavior of the driver when operating in simple query mode would inline the negative value of the first parameter and cause the resulting line to be treated as a When operating in the default extended query mode this would not be an issue as the parameter values are sent separately to the server. Only in simple query mode the parameter values are inlined into the executed SQL causing this issue. Example
The resulting SQL when operating in simple query mode would be:
The contents of the second parameter get injected into the command. Note how both the number of result columns and the WHERE clause of the command have changed. A more elaborate example could execute arbitrary other SQL commands. PatchProblem will be patched upgrade to 42.7.2, 42.6.1, 42.5.5, 42.4.4, 42.3.9, 42.2.28, 42.2.28.jre7 The patch fixes the inlining of parameters by forcing them all to be serialized as wrapped literals. The SQL in the prior example would be transformed into:
WorkaroundsDo not use the connection property Relevance: The CVE-2024-1597 is relevant if the Keycloak instance is exposed to untrusted input, as it involves a potential code injection vulnerability. It becomes critical in scenarios where attackers can manipulate input fields or API calls to execute arbitrary code, compromising the authentication system. For typical deployments with strict input validation and limited exposure, the risk is mitigated. (Note: Relevance analysis is automatically generated and may require verification.) Package URL(s):
More Info (NVD): | |||||
| CVE-2024-24790 | critical | pkg:golang/stdlib@1.21.5 | <1.21.11 | 1.21.11 | 9.8 |
| CVE-2023-7272 | critical | parsson | >=1.1.0,<1.1.3 | 1.1.3 | 9.2 |
| CVE-2024-37371 | critical | krb5 | <1.18.3-6+deb11u5 | 1.18.3-6+deb11u5 | 9.1 |
| CVE-2024-5535 | critical | openssl | <1.1.1w-0+deb11u2 | 1.1.1w-0+deb11u2 | 9.1 |
| CVE-2025-49796 | critical | libxml2 | <2.9.10+dfsg-6.7+deb11u8 | 2.9.10+dfsg-6.7+deb11u8 | 9.1 |
| CVE-2025-49794 | critical | libxml2 | <2.9.10+dfsg-6.7+deb11u8 | 2.9.10+dfsg-6.7+deb11u8 | 9.1 |
| CVE-2025-22871 | critical | pkg:golang/stdlib@1.21.5 | <1.23.8 | 1.23.8 | 9.1 |
| CVE-2023-6267 | high | resteasy-reactive | >=3.0.0.Final,<3.2.9.Final | 3.2.9.Final | 8.8 |
| CVE-2024-47554 | high | commons-io | >=2.0,<2.14.0 | 2.14.0 | 8.7 |
Exploitation could lead to severe consequences, such as system compromise or data loss. Requires immediate attention.
Vulnerability could be exploited relatively easily and lead to significant impact. Requires prompt attention.
Exploitation is possible but might require specific conditions. Impact is moderate. Should be addressed in a timely manner.
Exploitation is difficult or impact is minimal. Address when convenient or as part of regular maintenance.
Severity is not determined, informational, or negligible. Review based on context.
Sliplane is a simple container hosting solution. It enables you to deploy your containers in the cloud within minutes and scale up as you grow.
CVE stands for Common Vulnerabilities and Exposures. It is a standardized identifier for known security vulnerabilities, allowing developers and organizations to track and address potential risks effectively. For more information, visit cve.mitre.org.
The CVE Scanner is a powerful tool that helps you identify known vulnerabilities in your Docker images. By scanning your images against a comprehensive database of Common Vulnerabilities and Exposures (CVEs), you can ensure that your applications are secure and up-to-date. For more details, checkout the NIST CVE Database.
The CVE Scanner analyzes your Docker images against a comprehensive database of known vulnerabilities. It uses Docker Scout under the hood to provide detailed insights into affected packages, severity levels, and available fixes, empowering you to take immediate action.
With the rise of supply chain attacks, ensuring the security of your applications has become more critical than ever. CVE scanning plays a vital role in identifying vulnerabilities that could be exploited by attackers, especially those introduced through dependencies and third-party components. Regularly scanning and securing your Docker images is essential to protect your applications from these evolving threats.
Patching your Docker images is a critical step in maintaining the security and stability of your applications. By regularly updating your images to include the latest security patches, you can address known vulnerabilities and reduce the risk of exploitation. This proactive approach ensures that your applications remain resilient against emerging threats and helps maintain compliance with security best practices.