apk package
chainguard/conductor
pkg:apk/chainguard/conductor
Vulnerabilities (29)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2026-59949 | med | — | < 3.31.0-r7 | 3.31.0-r7 | Jul 24, 2026 | ### Summary Insufficient validation of byte array arguments in JNI-based XXHash implementations in lz4-java 1.11.0 and earlier allows callers to crash the JVM by passing an invalid array reference or invalid range to native XXHash methods. This affects applications where an att | |
| CVE-2026-56745 | — | < 3.31.0-r5 | 3.31.0-r5 | Jul 23, 2026 | Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, the `SpdyHttpDecoder` handler in Netty's SPDY-to-HTTP codec allocates a pooled `ByteBuf` when processing a | ||
| CVE-2026-56746 | — | < 3.31.0-r5 | 3.31.0-r5 | Jul 23, 2026 | Netty is a network application framework for development of protocol servers and clients. Versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, are vulnerable to security control bypass during the origin evaluation process. CorsHandler provides a shortC | ||
| CVE-2026-55833 | — | < 3.31.0-r5 | 3.31.0-r5 | Jul 21, 2026 | Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has exceeded `maxHeaderSize` and marked the | ||
| CVE-2026-55831 | — | < 3.31.0-r5 | 3.31.0-r5 | Jul 21, 2026 | Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty's SPDY SETTINGS decoder accepts a peer-declared SETTINGS entry count up to the 24-bit frame-length limit and materializes every unique setting | ||
| CVE-2026-59921 | mod | 5.7 | < 3.31.0-r5 | 3.31.0-r5 | Jul 9, 2026 | io.netty/netty-codec-http: Netty: CRLF Injection via Multipart Filename in Netty HttpPostRequestEncoder | |
| CVE-2026-59901 | imp | 7.5 | < 3.31.0-r5 | 3.31.0-r5 | Jul 9, 2026 | io.netty/netty-codec-compression: Netty: Infinite loop in netty-codec-compression (bzip2) | |
| CVE-2026-59900 | mod | 6.5 | < 3.31.0-r5 | 3.31.0-r5 | Jul 9, 2026 | io.netty/netty-codec-http2: Netty: Improper header neutralization in netty-codec-http2 | |
| CVE-2026-59899 | imp | 7.5 | < 3.31.0-r5 | 3.31.0-r5 | Jul 9, 2026 | io.netty/netty-codec-http: Netty: Memory exhaustion in netty-codec-http (decompression bomb) | |
| CVE-2026-59898 | mod | 5.3 | < 3.31.0-r5 | 3.31.0-r5 | Jul 9, 2026 | io.netty/netty-codec-http: Netty: Protocol version confusion in netty-codec-http (WebSocket) | |
| CVE-2026-54291 | — | < 3.31.0-r6 | 3.31.0-r6 | Jul 7, 2026 | pgjdbc is an open source postgresql JDBC Driver. In releases 42.7.4 through 42.7.11, channelBinding=require connections can be silently downgraded from SCRAM-SHA-256-PLUS with channel binding to plain SCRAM-SHA-256 without it, losing the man-in-the-middle protection the setting i | ||
| CVE-2026-54515 | med | — | < 3.31.0-r4 | 3.31.0-r4 | Jun 23, 2026 | ## Summary In `BeanDeserializerBase.createContextual()`, per-property `@JsonIgnoreProperties` exclusions are applied by `_handleByNameInclusion()`, producing a `contextual` deserializer whose `BeanPropertyMap` has the ignored properties removed. The subsequent per-property case-i | |
| CVE-2026-54514 | med | — | < 3.31.0-r1 | 3.31.0-r1 | Jun 23, 2026 | ## Summary `JDKFromStringDeserializer` constructed `InetSocketAddress` with `new InetSocketAddress(host, port)`, which performs eager DNS name resolution for hostname inputs at deserialization time. An application that binds untrusted JSON into a type containing an `InetSocketAdd | |
| CVE-2026-54513 | hig | — | < 3.31.0-r1 | 3.31.0-r1 | Jun 23, 2026 | ## Summary `BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray()` allowlists any array type based only on `clazz.isArray()`, without validating the array's component (element) type against the configured allowlist. A PTV built with `allowIfSubTypeIsArray()` plus an expli | |
| CVE-2026-54512 | hig | — | < 3.31.0-r1 | 3.31.0-r1 | Jun 23, 2026 | `jackson-databind`'s `PolymorphicTypeValidator` (PTV) is the primary safety mechanism guarding polymorphic deserialization. When polymorphic typing is enabled and a type identifier contains generic parameters (i.e. the type ID string contains `<`), `DatabindContext._resolveAndVal | |
| CVE-2026-22745 | Med | 5.3 | < 3.31.0-r4 | 3.31.0-r4 | Apr 29, 2026 | Spring MVC and WebFlux applications are vulnerable to Denial of Service attacks when resolving static resources. More precisely, an application can be vulnerable when all the following are true: * the application is using Spring MVC or Spring WebFlux * the application is | |
| CVE-2026-22741 | Low | 3.1 | < 3.31.0-r4 | 3.31.0-r4 | Apr 29, 2026 | Spring MVC and WebFlux applications are vulnerable to cache poisoning when resolving static resources. More precisely, an application can be vulnerable when all the following are true: * the application is using Spring MVC or Spring WebFlux * the application is configuri | |
| CVE-2026-22740 | Med | 6.5 | < 3.31.0-r4 | 3.31.0-r4 | Apr 29, 2026 | A WebFlux server application that processes multipart requests creates temp files for parts larger than 10 K. Under some circumstances, temp files may remain not deleted after the request is fully processed. This allows an attacker to consume available disk space. Older, unsuppo | |
| CVE-2026-40973 | Hig | 7.0 | < 3.31.0-r4 | 3.31.0-r4 | Apr 28, 2026 | A local attacker on the same host as the application may be able to take control of the directory used by `ApplicationTemp`. When `server.servlet.session.persistent` is set to `true` and the attack persists across application restarts, this may allow the attacker to read session | |
| CVE-2026-22746 | Low | 3.7 | < 3.31.0-r4 | 3.31.0-r4 | Apr 22, 2026 | Vulnerability in Spring Spring Security. If an application is using the UserDetails#isEnabled, #isAccountNonExpired, or #isAccountNonLocked user attributes, to enable, expire, or lock users, then DaoAuthenticationProvider's timing attack defense can be bypassed for users who are |
- affected < 3.31.0-r7fixed 3.31.0-r7
### Summary Insufficient validation of byte array arguments in JNI-based XXHash implementations in lz4-java 1.11.0 and earlier allows callers to crash the JVM by passing an invalid array reference or invalid range to native XXHash methods. This affects applications where an att
- CVE-2026-56745Jul 23, 2026affected < 3.31.0-r5fixed 3.31.0-r5
Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, the `SpdyHttpDecoder` handler in Netty's SPDY-to-HTTP codec allocates a pooled `ByteBuf` when processing a
- CVE-2026-56746Jul 23, 2026affected < 3.31.0-r5fixed 3.31.0-r5
Netty is a network application framework for development of protocol servers and clients. Versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, are vulnerable to security control bypass during the origin evaluation process. CorsHandler provides a shortC
- CVE-2026-55833Jul 21, 2026affected < 3.31.0-r5fixed 3.31.0-r5
Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty SPDY header decoding continues inflating zlib-compressed header blocks after the raw header parser has exceeded `maxHeaderSize` and marked the
- CVE-2026-55831Jul 21, 2026affected < 3.31.0-r5fixed 3.31.0-r5
Netty is a network application framework for development of protocol servers and clients. Prior to 4.1.136.Final and 4.2.16.Final, Netty's SPDY SETTINGS decoder accepts a peer-declared SETTINGS entry count up to the 24-bit frame-length limit and materializes every unique setting
- affected < 3.31.0-r5fixed 3.31.0-r5
io.netty/netty-codec-http: Netty: CRLF Injection via Multipart Filename in Netty HttpPostRequestEncoder
- affected < 3.31.0-r5fixed 3.31.0-r5
io.netty/netty-codec-compression: Netty: Infinite loop in netty-codec-compression (bzip2)
- affected < 3.31.0-r5fixed 3.31.0-r5
io.netty/netty-codec-http2: Netty: Improper header neutralization in netty-codec-http2
- affected < 3.31.0-r5fixed 3.31.0-r5
io.netty/netty-codec-http: Netty: Memory exhaustion in netty-codec-http (decompression bomb)
- affected < 3.31.0-r5fixed 3.31.0-r5
io.netty/netty-codec-http: Netty: Protocol version confusion in netty-codec-http (WebSocket)
- CVE-2026-54291Jul 7, 2026affected < 3.31.0-r6fixed 3.31.0-r6
pgjdbc is an open source postgresql JDBC Driver. In releases 42.7.4 through 42.7.11, channelBinding=require connections can be silently downgraded from SCRAM-SHA-256-PLUS with channel binding to plain SCRAM-SHA-256 without it, losing the man-in-the-middle protection the setting i
- affected < 3.31.0-r4fixed 3.31.0-r4
## Summary In `BeanDeserializerBase.createContextual()`, per-property `@JsonIgnoreProperties` exclusions are applied by `_handleByNameInclusion()`, producing a `contextual` deserializer whose `BeanPropertyMap` has the ignored properties removed. The subsequent per-property case-i
- affected < 3.31.0-r1fixed 3.31.0-r1
## Summary `JDKFromStringDeserializer` constructed `InetSocketAddress` with `new InetSocketAddress(host, port)`, which performs eager DNS name resolution for hostname inputs at deserialization time. An application that binds untrusted JSON into a type containing an `InetSocketAdd
- affected < 3.31.0-r1fixed 3.31.0-r1
## Summary `BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray()` allowlists any array type based only on `clazz.isArray()`, without validating the array's component (element) type against the configured allowlist. A PTV built with `allowIfSubTypeIsArray()` plus an expli
- affected < 3.31.0-r1fixed 3.31.0-r1
`jackson-databind`'s `PolymorphicTypeValidator` (PTV) is the primary safety mechanism guarding polymorphic deserialization. When polymorphic typing is enabled and a type identifier contains generic parameters (i.e. the type ID string contains `<`), `DatabindContext._resolveAndVal
- affected < 3.31.0-r4fixed 3.31.0-r4
Spring MVC and WebFlux applications are vulnerable to Denial of Service attacks when resolving static resources. More precisely, an application can be vulnerable when all the following are true: * the application is using Spring MVC or Spring WebFlux * the application is
- affected < 3.31.0-r4fixed 3.31.0-r4
Spring MVC and WebFlux applications are vulnerable to cache poisoning when resolving static resources. More precisely, an application can be vulnerable when all the following are true: * the application is using Spring MVC or Spring WebFlux * the application is configuri
- affected < 3.31.0-r4fixed 3.31.0-r4
A WebFlux server application that processes multipart requests creates temp files for parts larger than 10 K. Under some circumstances, temp files may remain not deleted after the request is fully processed. This allows an attacker to consume available disk space. Older, unsuppo
- affected < 3.31.0-r4fixed 3.31.0-r4
A local attacker on the same host as the application may be able to take control of the directory used by `ApplicationTemp`. When `server.servlet.session.persistent` is set to `true` and the attack persists across application restarts, this may allow the attacker to read session
- affected < 3.31.0-r4fixed 3.31.0-r4
Vulnerability in Spring Spring Security. If an application is using the UserDetails#isEnabled, #isAccountNonExpired, or #isAccountNonLocked user attributes, to enable, expire, or lock users, then DaoAuthenticationProvider's timing attack defense can be bypassed for users who are
Page 1 of 2