Allocation of Resources Without Limits or Throttling Affecting spark-4.1-scala-2.13-python-r package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.04% (13th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Allocation of Resources Without Limits or Throttling vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-MINIMOSLATEST-SPARK41SCALA213PYTHONR-16703868
  • published16 May 2026
  • disclosed13 May 2026

Introduced: 13 May 2026

NewCVE-2026-42582  (opens in a new tab)
CWE-770  (opens in a new tab)
CWE-789  (opens in a new tab)

How to fix?

There is no fixed version for Minimos:latest spark-4.1-scala-2.13-python-r.

NVD Description

Note: Versions mentioned in the description apply only to the upstream spark-4.1-scala-2.13-python-r package and not the spark-4.1-scala-2.13-python-r package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

Netty is an asynchronous, event-driven network application framework. Prior to 4.2.13.Final, when decoding header blocks, the non-Huffman branch of io.netty.handler.codec.http3.QpackDecoder#decodeHuffmanEncodedLiteral may execute new byte[length] for a string literal before verifying that length bytes are actually present in the compressed field section. The wire encoding allows a very large length to be expressed in few bytes. There is no check that length <= in.readableBytes() before new byte[length]. This vulnerability is fixed in 4.2.13.Final.