Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renovate-custom on gitlab is broken #10735

Merged
merged 1 commit into from
Mar 7, 2025
Merged

Conversation

nicholasdille
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Mar 7, 2025

🔍 Vulnerabilities of ghcr.io/uniget-org/tools/geyser:2.6.1.784

📦 Image Reference ghcr.io/uniget-org/tools/geyser:2.6.1.784
digestsha256:ca6bac722393f481bdc2763701d18a7327f2becffad2d9c3459ad04e74076086
vulnerabilitiescritical: 0 high: 1 medium: 0 low: 0
platformlinux/amd64
size20 MB
packages40
critical: 0 high: 1 medium: 0 low: 0 aircompressor 0.25 (maven)

pkg:maven/io.airlift/aircompressor@0.25

high 8.6: CVE--2024--36114 Out-of-bounds Read

Affected range<0.27
Fixed version0.27
CVSS Score8.6
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
Description

Summary

All decompressor implementations of Aircompressor (LZ4, LZO, Snappy, Zstandard) can crash the JVM for certain input, and in some cases also leak the content of other memory of the Java process (which could contain sensitive information).

Details

When decompressing certain data, the decompressors try to access memory outside the bounds of the given byte arrays or byte buffers. Because Aircompressor uses the JDK class sun.misc.Unsafe to speed up memory access, no additional bounds checks are performed and this has similar security consequences as out-of-bounds access in C or C++, namely it can lead to non-deterministic behavior or crash the JVM.

Users should update to Aircompressor 0.27 or newer where these issues have been fixed.

Impact

When decompressing data from untrusted users, this can be exploited for a denial-of-service attack by crashing the JVM, or to leak other sensitive information from the Java process.

@nicholasdille nicholasdille merged commit dbe5c8e into main Mar 7, 2025
20 of 24 checks passed
@nicholasdille nicholasdille deleted the manual-renovate-custom branch March 7, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant