GzipSource does not handle an exception that might be raised when parsing a malformed gzip buffer. This may lead to denial of service of the Okio client when handling a crafted GZIP archive, by using the GzipSource class.
The product uses a signed primitive and performs a cast to an unsigned primitive, which can produce an unexpected value if the value of the signed primitive can not be represented using an unsigned primitive.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Okio | Squareup | 0.5.0 (including) | 1.17.6 (excluding) |
Okio | Squareup | 2.0.0 (including) | 3.4.0 (excluding) |
Red Hat AMQ Streams 2.5.0 | RedHat | * | |
Red Hat Fuse 7.12.1 | RedHat | okio | * |
Red Hat JBoss Enterprise Application Platform Expansion Pack | RedHat | okio | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/code-rhel8:3.16-20 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/configbump-rhel8:3.16-4 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/dashboard-rhel8:3.16-27 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/devfileregistry-rhel8:3.16-67 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/devspaces-operator-bundle:3.16-70 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/devspaces-rhel8-operator:3.16-11 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/idea-rhel8:3.16-3 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/imagepuller-rhel8:3.16-3 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/machineexec-rhel8:3.16-6 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/pluginregistry-rhel8:3.16-16 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/server-rhel8:3.16-14 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/traefik-rhel8:3.16-2 | * |
Red Hat OpenShift Dev Spaces 3 Containers | RedHat | devspaces/udi-rhel8:3.16-6 | * |
RHPAM 7.13.5 async | RedHat | okio | * |
Okio | Ubuntu | bionic | * |
Okio | Ubuntu | kinetic | * |
Okio | Ubuntu | lunar | * |
Okio | Ubuntu | mantic | * |
Okio | Ubuntu | trusty | * |
Okio | Ubuntu | xenial | * |
It is dangerous to rely on implicit casts between signed and unsigned numbers because the result can take on an unexpected value and violate assumptions made by the program. Often, functions will return negative values to indicate a failure. When the result of a function is to be used as a size parameter, using these negative return values can have unexpected results. For example, if negative size values are passed to the standard memory copy or allocation functions they will be implicitly cast to a large unsigned value. This may lead to an exploitable buffer overflow or underflow condition.