Firefox sandbox escape, a Dell RCE, and a Pacemaker crasher walk into your queue
CVE-2026-12289 lets attackers break out of Firefox/Thunderbird's WebRender sandbox (CVSS 8.8). Dell OpenManage and Pacemaker CIB also carry 8.6+ bugs, plus a command injection in Galaxy NG and a TLS bypass between Harvester and Rancher.
Nothing's on fire, but don't sleep on this one. A Firefox/Thunderbird sandbox escape (CVE-2026-12289, CVSS 8.8) lets attackers escalate privileges through the WebRender graphics component if a user hits a malicious page or opens a crafted email. No exploitation in the wild yet, but the attack surface is huge. Four more high-severity bugs round out the day, including a Dell OpenManage RCE and a Pacemaker cluster crasher.
Today's CVEs
Sorted by urgencyCVE-2026-12289
NVDAn attacker can escalate privileges through the WebRender graphics component in Firefox and Thunderbird. If a user visits a malicious page or opens a crafted email, the attacker could break out of normal browser sandboxing and gain elevated access on the system. CVSS 8.8, not yet exploited in the wild.
- Affected estate
- Anyone running Firefox (release or ESR) or Thunderbird on any platform
- How to check
- Open Firefox or Thunderbird and go to Help > About. If the version is below the fixed release, you're exposed. Alternatively, query your software inventory for mozilla firefox or thunderbird package versions.
- Included because
- CVSS 8.8; privilege escalation; widely deployed browser and mail client; user interaction required but common scenario
- Action
- Push Firefox 152 (or ESR 140.12 / 115.37) and Thunderbird 152 (or ESR 140.12) via your update mechanism.
- Why it matters
- A privilege escalation from a malicious web page could let an attacker gain elevated access on the endpoint.
- Source
- Mozilla Foundation Security Advisory
Evidence trail
- NVD: View source
CVE-2024-24909
NVDA remote authenticated user can execute arbitrary code through Dell's OpenManage Integration plugin for Windows Admin Center. Successful exploitation lets the attacker escalate privileges, potentially taking full control of the gateway host. CVSS 8.8, not exploited in the wild.
- Affected estate
- Windows admins running Dell OpenManage Integration with Microsoft Windows Admin Center
- How to check
- Open Windows Admin Center, go to Settings > Extensions, and check the installed version of the Dell OpenManage Integration plugin. Cross-reference with Dell's advisory for the fixed version number.
- Included because
- CVSS 8.8; remote code execution; authenticated but targets a high-privilege management console
- Action
- Download and install the patched plugin version from Dell's support portal.
- Why it matters
- An authenticated attacker can run arbitrary code on a management gateway, which typically has broad access to your server fleet.
- Source
- Dell Security Advisory
Evidence trail
- NVD: View source
CVE-2026-10649
NVDAn unauthenticated remote attacker can crash the Pacemaker CIB remote listener by sending a specially crafted compressed message. The bug is an integer overflow in the decompression path that triggers memory corruption before any authentication check. This is a denial-of-service issue that can take down your cluster management layer. CVSS 8.6.
- Affected estate
- Linux sysadmins running Pacemaker-based HA clusters with CIB remote listeners exposed on the network
- How to check
- Run `pacemaker-remoted --version` or `rpm -q pacemaker` / `dpkg -l pacemaker` to get the installed version. Check if the CIB remote listener port (default 3121) is open with `ss -tlnp | grep 3121`.
- Included because
- unauthenticated; pre-auth exploitation; network-reachable; affects high-availability infrastructure
- Action
- Patch the pacemaker package and restart cluster services. If a patch is not yet available for your distro, restrict network access to port 3121 to trusted cluster nodes only.
- Why it matters
- Crashing the CIB listener takes down cluster management, which can cascade into failover storms or split-brain conditions across your HA environment.
- Source
- Red Hat / Pacemaker upstream advisory
Evidence trail
- NVD: View source
CVE-2026-12398
NVDAn authenticated user who controls an external git repository can inject shell commands through crafted branch or tag names when importing legacy roles via the Galaxy NG v1 API. This gives the attacker remote code execution on the Pulp worker. The catch: the vulnerable endpoint is only reachable when GALAXY_ENABLE_LEGACY_ROLES is set to True, which is not the default. CVSS 7.5.
- Affected estate
- Ansible Automation Hub or Galaxy NG operators who have enabled GALAXY_ENABLE_LEGACY_ROLES=True
- How to check
- Check your Galaxy NG settings (typically in /etc/pulp/settings.py or the environment variables) for GALAXY_ENABLE_LEGACY_ROLES. If it's not set or is False, you're not exposed through this path.
- Included because
- authenticated; RCE; non-default config required but commonly enabled in legacy environments
- Action
- Update galaxy_ng to the fixed release. As an immediate mitigation, set GALAXY_ENABLE_LEGACY_ROLES=False and restart the service.
- Why it matters
- An authenticated attacker can get full code execution on the Pulp worker, which processes content and has access to stored automation artifacts.
- Source
- Red Hat / Galaxy NG upstream advisory
Evidence trail
- NVD: View source
CVE-2025-71261
NVDAn attacker with network access between SUSE Harvester's virtualization layer and Rancher Manager can interfere with the TLS handshake and bypass TLS protections entirely. This means management traffic between these components could be intercepted or tampered with. CVSS 8.6, not exploited in the wild. Requires the attacker to be positioned on the internal network path between the two services.
- Affected estate
- Teams running SUSE Harvester versions before 1.8.0 with Rancher Manager integration
- How to check
- Check the Harvester version in the dashboard UI or via `kubectl get settings.harvesterhci.io server-version -o jsonpath='{.value}'`. Any version below 1.8.0 is affected.
- Included because
- CVSS 8.6; TLS bypass on management plane; requires network positioning but affects infrastructure control path
- Action
- Upgrade Harvester to 1.8.0 or later. If you can't upgrade immediately, restrict network access between Harvester nodes and Rancher Manager to a trusted, segmented VLAN.
- Why it matters
- Bypassing TLS between Harvester and Rancher lets a network-positioned attacker intercept or modify management commands controlling your virtual infrastructure.
- Source
- SUSE Security Advisory
Evidence trail
- NVD: View source
One email, every Wednesday morning.
SubscribeFrom the field notes
From this beat
Read the rest of the field notes โ