Red Hat Security Advisory: Satellite 6.17.11 Async Update
🔗 CVE IDs covered (9)
📋 Description
CVE-2026-10051 — jetty: Eclipse Jetty: Information disclosure due to retained HTTP/1.1 trailers across connections CVE-2026-11332 — ansible-core: argument injection in ansible-galaxy role install leads to arbitrary code execution CVE-2026-16493 — ansible-core: argument injection in ansible-galaxy collection install via git clone (incomplete fix for CVE-2026-11332) CVE-2026-34993 — aiohttp: AIOHTTP: Arbitrary code execution via untrusted input to CookieJar.load() CVE-2026-45363 — ruby-jwt: ruby-jwt: Authentication bypass due to empty key in HMAC verification CVE-2026-54512 — jackson-databind: jackson-databind: Arbitrary code execution via PolymorphicTypeValidator bypass CVE-2026-68494 — com.fasterxml.jackson.core/jackson-core: tools.jackson.core/jackson-core: jackson-core: Denial of Service via incomplete fix in async JSON parser CVE-2026-69243 — aiohttp: AIOHTTP: HTTP Request Smuggling via WebSocket Upgrade CVE-2026-69244 — aiohttp: AIOHTTP: Denial of Service via malformed HTTP responses
🎯 Affected products47
- Red Hat Satellite 6.17 for RHEL 9
- ansible-core-1:2.16.19-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- ansible-core-1:2.16.19-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9
- ansible-test-1:2.16.19-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-0:3.14.0.20-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-cli-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-debug-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-dynflow-sidekiq-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-ec2-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-installer-1:3.14.0.11-2.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-installer-1:3.14.0.11-2.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-installer-katello-1:3.14.0.11-2.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-journald-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-libvirt-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-openstack-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-ovirt-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-pcp-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-postgresql-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-redis-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-service-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-telemetry-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- foreman-vmware-0:3.14.0.20-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- openvox-server-0:8.15.2-1.el9sat.noarch as a component of Red Hat Satellite 6.17 for RHEL 9
- openvox-server-0:8.15.2-1.el9sat.src as a component of Red Hat Satellite 6.17 for RHEL 9
- python-aiohappyeyeballs-0:2.7.1-1.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9
- python-aiohttp-0:3.14.3-1.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9
- python-aiohttp-debugsource-0:3.14.3-1.el9pc.x86_64 as a component of Red Hat Satellite 6.17 for RHEL 9
- python-aiosignal-0:1.4.0-1.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9
- python-pulpcore-0:3.63.21-3.el9pc.src as a component of Red Hat Satellite 6.17 for RHEL 9
- +17 more not shown
✅ Remediation
Before applying this update, make sure all previously released errata relevant to your system have been applied. For detailed instructions how to apply this update, refer to: https://docs.redhat.com/en/documentation/red_hat_satellite/6.17/html/updating_red_hat_satellite/index Workaround: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Workaround: The following practices would help for avoiding exposure and mitigate this flaw: 1. Do not install Ansible collections from untrusted or unverified git sources. Only install collections from trusted sources such as Ansible Galaxy (https://galaxy.ansible.com), Red Hat Automation Hub (https://console.redhat.com/ansible/automation-hub), or verified internal repositories using HTTPS URLs. 2. Carefully inspect any requirements.yml files before running 'ansible-galaxy collection install -r requirements.yml'. Verify that all collection sources use legitimate HTTPS URLs and do not contain git+ prefixed URIs with suspicious characters (especially values starting with '-'). 3. Ensure your system's git version is 2.12 or later, which disables the ext:: transport by default. While this does not fully prevent exploitation (the -ccore.sshCommand technique bypasses transport restrictions), it eliminates one of the exploitation vectors. 4. Restrict the GIT_ALLOW_PROTOCOL environment variable to only necessary protocols (e.g. https, ssh) and never include 'ext' unless absolutely required. Workaround: Applications using AIOHTTP that are configured to load untrusted files via the `CookieJar.load()` function should implement input sanitization prior to loading. This prevents the injection of malicious code. Workaround: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
🔗 References (15)
- selfhttps://access.redhat.com/errata/RHSA-2026:63387
- externalhttps://access.redhat.com/security/updates/classification/#important
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2484099
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2485379
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2492015
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2499928
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2500739
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2503724
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2510825
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2510831
- externalhttps://bugzilla.redhat.com/show_bug.cgi?id=2511026
- externalhttps://issues.redhat.com/browse/SAT-42127
- externalhttps://issues.redhat.com/browse/SAT-45924
- externalhttps://issues.redhat.com/browse/SAT-48680
- selfhttps://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_63387.json