Skip to main content
EPSS 0.3%top 72%

Red Hat Security Advisory: Red Hat build of Cryostat security update

0
High
Published: 07/29/2026 (07/29/2026, 19:53:07 UTC)
Source: GCVE Database
Vendor/Project: Red Hat Product Security
Product: Red Hat

Description

An update is now available for the Red Hat build of Cryostat 4 on RHEL 9. Security Fix(es): * netty-handler: Denial of Service due to eager buffer allocation in TLS handshake (CVE-2026-45416) * netty-resolver-dns: Information disclosure and data manipulation due to improper CNAME record validation (CVE-2026-45674) * netty-handler: Improper trust manager handling leads to hostname verification bypass (CVE-2026-50010) * io.netty/netty-resolver-dns: Netty has Insufficient Bailiwick Validation for NS Records (CVE-2026-47691) * netty-codec-haproxy: Netty HAProxy PROXY protocol v2 codec: Denial of Service via memory leak from crafted PROXY protocol headers (CVE-2026-48059) * netty-codec-http2: Denial of Service due to resource leak (CVE-2026-48043) * netty-codec-haproxy: Denial of Service via malformed HAProxy message (CVE-2026-44893) * netty-handler: IPv6 subnet rule bypass due to incorrect masking operation (CVE-2026-44249) * io.quarkus/quarkus-vertx-http: Authorization bypass in HTTP path-based policies via encoded characters (CVE-2026-50559) * jackson-databind: Arbitrary code execution via PolymorphicTypeValidator bypass (CVE-2026-54512) * jackson-databind: Security bypass allows arbitrary code execution (CVE-2026-54513) * eclipse-vertx/vert.x: Denial of Service via TLS handshake with wildcard server name (CVE-2026-6860) * golang.org/x/crypto/ssh: Authorization bypass due to skipped source-address validation (CVE-2026-46595) * golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters (CVE-2026-39829) * golang.org/x/crypto/ssh: Unauthorized command execution via discarded SSH permissions (CVE-2026-39828) * golang.org/x/crypto/ssh: Denial of Service via crafted SSH certificate (CVE-2026-39835) * golang.org/x/crypto/ssh: Denial of Service via resource leak from unsolicited SSH responses (CVE-2026-39830) * golang.org/x/net/html: Cross-Site Scripting via HTML parsing bypass (CVE-2026-27136) * golang.org/x/net/html: Cross-Site Scripting allowing arbitrary code execution (CVE-2026-25681) * golang.org/x/image/tiff: Denial of Service via crafted PackBits-compressed data (CVE-2026-46599) * github.com/hamba/avro/v2: github.com/linkedin/goavro/v2: Integer Overflow in Avro Decoder (CVE-2026-46384) * github.com/hamba/avro/v2: github.com/linkedin/goavro/v2: CPU Exhaustion in Avro Decoder via Unbounded Block-Count Iteration (CVE-2026-46385) * net: golang: Denial of Service via long CNAME response in LookupCNAME (CVE-2026-33811) * mime: golang: Denial of Service via maliciously-crafted MIME header (CVE-2026-42504) * form-data: Form field override via CRLF injection (CVE-2026-12143) * ws: Denial of Service via memory exhaustion from small WebSocket fragments (CVE-2026-48779) * ws: Uninitialized memory disclosure via websocket.close() with TypedArray (CVE-2026-45736) * undici: Denial of Service due to unbounded memory growth via WebSocket frames (CVE-2026-12151) * undici: Man-in-the-Middle attack via ignored TLS options with SOCKS5 proxy (CVE-2026-9697) * undici: Information disclosure and data integrity issues due to incorrect Socks5ProxyAgent connection routing (CVE-2026-6734) * js-cookie: Cookie attribute manipulation via prototype pollution (CVE-2026-46625) * brace-expansion: Denial of Service due to exponential-time complexity (CVE-2026-13149) * protobufjs: Denial of Service via crafted schema (CVE-2026-44290) * protobufjs: Data integrity impact due to prototype pollution (CVE-2026-44292) * protobufjs: Denial of Service via crafted JSON descriptors (CVE-2026-45740) * protobufjs: Arbitrary Code Execution via prototype pollution (CVE-2026-44291) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Affected software

Affected versions
Red HatRed Hat OpenShift Dev SpacesRed Hat OpenShift Dev Spaces 3.29amd64registry.redhat.io/devspaces/code-rhel9@sha256:7f58528b1da9146aa55917324fdf2b375794742b34e5d10ff57f713af60746cd_amd64CryostatCryostat 4 on RHEL 9arm64cryostat/cryostat-agent-init-rhel9@sha256:a9a7a4aff8961cea3f5a4cd5b3370c5f13105e9461f4fb0de70bcfa7b5facab1_arm64Red Hat Hardened Imagesaarch64nodejs26-main@aarch64registry.redhat.io/devspaces/code-rhel9@sha256:bca528a8f2f8ebedc209f05bfd7f9db41b2e76cb746b0ad73ce33b5b3f5d6c82_amd64Red Hat Developer HubRed Hat Developer Hub 1.9registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:923a9219b3efa5535b7f0b5aec597f04d66c2edb9a3bea4c70c0273cea5be382_amd64

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 08/14/2026, 19:23:57 UTC

Technical Analysis

CVE-2026-6734 is a CRLF injection vulnerability in the form-data library used by Red Hat OpenShift Dev Spaces and Red Hat Developer Hub. It allows remote attackers to inject control characters (CR, LF, ") into the field argument of FormData#append or the filename option, which can inject additional headers or multipart parts into HTTP requests. This can override sensitive form fields and compromise data integrity. The vulnerability is rated as high severity by Red Hat. The impact is mitigated in default deployments that use fixed field names rather than untrusted user input. The vendor advisory does not explicitly confirm a patch but recommends strict input validation and sanitization to prevent exploitation.

Potential Impact

The vulnerability allows an attacker to manipulate multipart form-data requests by injecting headers or additional multipart parts, potentially overriding sensitive form fields and compromising data integrity. However, in default deployments of Red Hat OpenShift Dev Spaces and Red Hat Developer Hub, the attack vector is limited because fixed field names are used, preventing exploitation. The practical impact is mainly on non-default or custom integrations that forward multipart requests with attacker-controlled field names or filenames.

Mitigation Recommendations

Red Hat advises implementing strict input validation and sanitization on all multipart form-data field names and filenames derived from untrusted sources to prevent injection of control characters (CR, LF, "). Deployments using fixed or trusted field names are not impacted. Patch status is not explicitly confirmed; users should monitor Red Hat advisories for updates. No immediate action is required if fixed field names are exclusively used.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Csaf Category
csaf_security_advisory
Csaf Version
2.0
Publisher
Red Hat Product Security
Advisory Id
RHSA-2026:22380
Cve Count
4
Additional Cves
["CVE-2026-9678","CVE-2026-9697","CVE-2026-45149"]

Threat ID: 6a340ceff198dc38c106069e

Added to database: 06/18/2026, 15:21:19 UTC

Last enriched: 08/14/2026, 19:23:57 UTC

Last updated: 09/18/2026, 01:00:51 UTC

Views: 177

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

External Links

NVD DatabaseMITRE CVEhttps://access.redhat.com/errata/RHSA-2026:41929https://access.redhat.com/security/cve/CVE-2026-12143https://access.redhat.com/security/cve/CVE-2026-12151https://access.redhat.com/security/cve/CVE-2026-13676https://access.redhat.com/security/cve/CVE-2026-42504https://access.redhat.com/security/cve/CVE-2026-44902https://access.redhat.com/security/cve/CVE-2026-45740https://access.redhat.com/security/cve/CVE-2026-6734https://access.redhat.com/security/cve/CVE-2026-9697https://access.redhat.com/security/updates/classification/https://catalog.redhat.com/search?gs&searchType=containers&q=rhdhhttps://developers.redhat.com/rhdh/overviewhttps://docs.redhat.com/en/documentation/red_hat_developer_hubCanonical URLhttps://access.redhat.com/errata/RHSA-2026:36820https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.29/html/administration_guide/installing-devspaceshttps://access.redhat.com/security/cve/CVE-2026-12856https://access.redhat.com/security/cve/CVE-2026-34986https://access.redhat.com/security/cve/CVE-2026-39821https://access.redhat.com/security/cve/CVE-2026-39829https://access.redhat.com/security/cve/CVE-2026-42338https://access.redhat.com/security/cve/CVE-2026-42578https://access.redhat.com/security/cve/CVE-2026-42579https://access.redhat.com/security/cve/CVE-2026-42581https://access.redhat.com/security/cve/CVE-2026-42583https://access.redhat.com/security/cve/CVE-2026-42584https://access.redhat.com/security/cve/CVE-2026-42587https://access.redhat.com/security/cve/CVE-2026-44249https://access.redhat.com/security/cve/CVE-2026-44486https://access.redhat.com/security/cve/CVE-2026-44487https://access.redhat.com/security/cve/CVE-2026-44488https://access.redhat.com/security/cve/CVE-2026-44492https://access.redhat.com/security/cve/CVE-2026-44494https://access.redhat.com/errata/RHSA-2026:48151https://access.redhat.com/security/updates/classification/#important246699024678222477081247708824771002477111247791424806802480681248068424806872480689248075724807612483473248347524834822484204https://access.redhat.com/errata/RHSA-2026:48124https://access.redhat.com/security/cve/CVE-2026-13149https://access.redhat.com/security/cve/CVE-2026-33245https://access.redhat.com/security/cve/CVE-2026-42342https://access.redhat.com/security/cve/CVE-2026-44990https://access.redhat.com/security/cve/CVE-2026-45149https://access.redhat.com/security/cve/CVE-2026-48043https://access.redhat.com/security/cve/CVE-2026-50193https://access.redhat.com/security/cve/CVE-2026-54512https://access.redhat.com/security/cve/CVE-2026-59869https://access.redhat.com/security/cve/CVE-2026-59873https://access.redhat.com/security/cve/CVE-2026-59874https://access.redhat.com/errata/RHSA-2026:22380https://images.redhat.com/https://access.redhat.com/security/cve/CVE-2026-9675https://access.redhat.com/security/cve/CVE-2026-9678Canonical URLSearch on Google

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses