Skip to main content

CWE-829

Inclusion of Functionality from Untrusted Control Sphere

185 CVEs Avg CVSS 7.8 MITRE
35
CRITICAL
110
HIGH
36
MEDIUM
4
LOW
39
POC
2
KEV

Monthly

CVE-2026-18252 HIGH POC PATCH This Week

Arbitrary command execution in GitLab Enterprise Edition's CI pipeline context is possible for authenticated users holding developer-role permissions, exploiting the platform's Claude agent which processes configuration drawn from a user-controlled source. Affected versions span the 18.9 through 19.3 release trains, with fixes delivered in 19.1.7, 19.2.5, and 19.3.1. A publicly available exploit exists via HackerOne report #3863650, though active exploitation has not been confirmed by CISA KEV; the CVSS score of 7.3 and public proof-of-concept make this a credible and urgent patching priority for GitLab EE operators.

Information Disclosure Gitlab
NVD VulDB
CVSS 3.1
7.3
EPSS
0.3%
CVE-2026-76139 HIGH This Week

The acm-operator-bundle build pipeline within Red Hat Advanced Cluster Management for Kubernetes 2 fetches and executes a remote script without any cryptographic integrity or authenticity verification (CWE-829), exposing privileged build credentials - including GitHub access tokens and container registry passwords - to attacker-controlled code. An adversary able to compromise the remote script host or intercept the fetch in transit can inject arbitrary code that runs inside the privileged build environment and poisons the resulting operator bundle, extending the blast radius to downstream Kubernetes clusters that consume it (CVSS S:C). No public exploit code has been identified and CISA has not listed this in the Known Exploited Vulnerabilities catalog, but the credential-theft and supply-chain propagation potential make this a high-priority finding for organizations actively running ACM 2.x build pipelines.

Authentication Bypass Red Hat Advanced Cluster Management For Kubernetes 2
NVD
CVSS 3.1
8.0
EPSS
0.3%
CVE-2026-75569 HIGH This Week

Supply chain code injection in Red Hat Multicluster Engine for Kubernetes (mce-operator-bundle) enables arbitrary code execution during the software build process. The build pipeline fetches and executes scripts from a remote repository without commit pinning or cryptographic signature verification, meaning any actor with write access to that upstream repository can inject malicious payloads that execute at build time. The consequence extends beyond the build system itself (CVSS S:C) to the distributed artifacts, potentially delivering compromised software to all downstream consumers of the operator bundle. No public exploit code exists and no CISA KEV listing is present at time of analysis.

RCE Multicluster Engine For Kubernetes
NVD
CVSS 3.1
7.7
EPSS
0.3%
CVE-2026-73367 HIGH PATCH This Week

Remote File Inclusion in the Easy Google Maps WordPress plugin (versions below 1.14.2) by Supsystic exposes unauthenticated remote attackers to include arbitrary external files into the server-side execution context with no credentials or user interaction required. The CVSS scope change (S:C) indicates impact extends beyond the plugin itself to the broader WordPress installation, enabling limited confidentiality and integrity compromise. No public exploit code and no CISA KEV listing have been identified at time of analysis, but the zero-prerequisite attack surface makes this a meaningful priority for any site running the affected plugin.

Google Information Disclosure Easy Google Maps
NVD
CVSS 3.1
7.2
EPSS
0.2%
CVE-2026-19884 HIGH PATCH This Week

Remote code execution in Eclipse Theia 1.69.0 and earlier allows an attacker to execute arbitrary commands with the victim's user privileges by embedding a malicious git repository configuration inside a cloned repository. Any Theia-based IDE or application including the @theia/git extension or the bundled VS Code git extension is affected, because both automatically invoke git commands such as git status upon folder open without first presenting a workspace trust prompt. This vendor-confirmed issue is fixed in version 1.70.0 via workspace trust enforcement; no public exploit code has been identified at time of analysis and it does not appear in the CISA KEV catalog.

RCE Eclipse Theia
NVD GitHub
CVSS 4.0
8.4
EPSS
0.1%
CVE-2026-6464 HIGH PATCH This Week

Command injection in the PostgreSQL psql client (versions before 18.5, 17.11, 16.15, 15.19, and 14.24) allows an attacker who controls both a malicious server and the supplied data rows to execute arbitrary psql meta-commands on the connecting client host. The flaw is triggered when a COPY FROM STDIN or \copy FROM STDIN operation fails with a premature server-side error - before the server signals readiness to receive data rows - causing psql to misinterpret the inline data stream as client-side command input rather than row data. No public exploit code has been identified at time of analysis, but the CVSS 8.1 score reflects the potential for full confidentiality, integrity, and availability impact when the dual-control preconditions are met.

PostgreSQL Code Injection
NVD VulDB
CVSS 3.1
8.1
EPSS
0.5%
CVE-2026-18408 HIGH PATCH This Week

Code injection in PostgreSQL's pg_dump, pg_dumpall, and pg_restore (plain-format mode) allows a malicious superuser of an origin database server to embed arbitrary OS-level commands into a dump file, which execute on the restoring client's operating system account when psql processes the dump. This is a confirmed bypass of the CVE-2025-8714 patch: the \unrestrict meta-command introduced by that fix is itself exploitable via psql meta-command input expansion, negating the protection that \restrict was intended to provide. No public exploit has been identified at time of analysis, but the high CVSS score (8.8) and full RCE impact make this urgent for any organization that accepts and restores PostgreSQL dumps from external or untrusted sources.

PostgreSQL RCE
NVD VulDB
CVSS 3.1
8.8
EPSS
0.5%
CVE-2026-71471 CRITICAL Act Now

Cross-cluster remote code execution in Red Hat Advanced Cluster Management for Kubernetes 2 (acm-search-v2-rhel9 search collector) allows a hub-cluster administrator holding patch access to the Search Custom Resource to abuse the unvalidated Collector.ImageOverride field to push an attacker-chosen container image to every managed cluster in the fleet. Because the override is trusted and propagated hub-to-spoke, a single malicious CR edit yields command execution across all connected clusters, with the CVSS scope-change flag reflecting the jump from the hub trust boundary into separate managed-cluster security authorities. No public exploit identified at time of analysis, and this CVE is not listed in CISA KEV.

RCE Red Hat Advanced Cluster Management For Kubernetes 2
NVD
CVSS 3.1
9.0
EPSS
1.5%
CVE-2026-15560 HIGH PATCH This Week

Remote code execution in Red Hat JBoss Enterprise Application Platform (EAP) via the openjdk-orb CORBA bridge allows unauthenticated network attackers to load and instantiate arbitrary Java classes from attacker-controlled URLs during IIOP object unmarshalling. The attack targets port 3528 and executes before EJB security interceptors are invoked, meaning EAP's own authorization layer provides no protection once the malicious payload is in flight. No public exploit or CISA KEV listing is confirmed at time of analysis, but the CWE-829 root cause class and full CIA:HHH CVSS impact reflect genuine arbitrary-code-execution potential under the required configuration.

RCE Red Hat
NVD VulDB
CVSS 3.1
8.1
EPSS
0.3%
CVE-2026-66843 LOW PATCH Monitor

html_sanitize_ex's HTML5 scrubber (versions 0.3.1 through before 1.5.3) passes attacker-controlled URIs through the `data` attribute of `<object>` elements after a trivially bypassed case-sensitive prefix check, allowing remote attackers to embed arbitrary external or same-origin documents into sanitized pages viewed by victims. The `<object>` tag was never registered through the library's `allow_tag_with_uri_attributes/3` URI-validation mechanism, and its sole guard - a literal lowercase `javascript:` prefix match - is defeated by mixed-case variants, `data:` URIs, protocol-relative URLs, and same-origin relative paths. No public exploit has been identified at time of analysis, and no active exploitation (CISA KEV) has been confirmed; the CVSS 4.0 score of 2.3 correctly reflects constrained real-world impact due to browser-enforced origin isolation on embedded `<object>` content.

XSS Html Sanitize Ex
NVD GitHub VulDB
CVSS 4.0
2.3
EPSS
0.5%
EPSS 0% CVSS 7.3
HIGH POC PATCH This Week

Arbitrary command execution in GitLab Enterprise Edition's CI pipeline context is possible for authenticated users holding developer-role permissions, exploiting the platform's Claude agent which processes configuration drawn from a user-controlled source. Affected versions span the 18.9 through 19.3 release trains, with fixes delivered in 19.1.7, 19.2.5, and 19.3.1. A publicly available exploit exists via HackerOne report #3863650, though active exploitation has not been confirmed by CISA KEV; the CVSS score of 7.3 and public proof-of-concept make this a credible and urgent patching priority for GitLab EE operators.

Information Disclosure Gitlab
NVD VulDB
EPSS 0% CVSS 8.0
HIGH This Week

The acm-operator-bundle build pipeline within Red Hat Advanced Cluster Management for Kubernetes 2 fetches and executes a remote script without any cryptographic integrity or authenticity verification (CWE-829), exposing privileged build credentials - including GitHub access tokens and container registry passwords - to attacker-controlled code. An adversary able to compromise the remote script host or intercept the fetch in transit can inject arbitrary code that runs inside the privileged build environment and poisons the resulting operator bundle, extending the blast radius to downstream Kubernetes clusters that consume it (CVSS S:C). No public exploit code has been identified and CISA has not listed this in the Known Exploited Vulnerabilities catalog, but the credential-theft and supply-chain propagation potential make this a high-priority finding for organizations actively running ACM 2.x build pipelines.

Authentication Bypass Red Hat Advanced Cluster Management For Kubernetes 2
NVD
EPSS 0% CVSS 7.7
HIGH This Week

Supply chain code injection in Red Hat Multicluster Engine for Kubernetes (mce-operator-bundle) enables arbitrary code execution during the software build process. The build pipeline fetches and executes scripts from a remote repository without commit pinning or cryptographic signature verification, meaning any actor with write access to that upstream repository can inject malicious payloads that execute at build time. The consequence extends beyond the build system itself (CVSS S:C) to the distributed artifacts, potentially delivering compromised software to all downstream consumers of the operator bundle. No public exploit code exists and no CISA KEV listing is present at time of analysis.

RCE Multicluster Engine For Kubernetes
NVD
EPSS 0% CVSS 7.2
HIGH PATCH This Week

Remote File Inclusion in the Easy Google Maps WordPress plugin (versions below 1.14.2) by Supsystic exposes unauthenticated remote attackers to include arbitrary external files into the server-side execution context with no credentials or user interaction required. The CVSS scope change (S:C) indicates impact extends beyond the plugin itself to the broader WordPress installation, enabling limited confidentiality and integrity compromise. No public exploit code and no CISA KEV listing have been identified at time of analysis, but the zero-prerequisite attack surface makes this a meaningful priority for any site running the affected plugin.

Google Information Disclosure Easy Google Maps
NVD
EPSS 0% CVSS 8.4
HIGH PATCH This Week

Remote code execution in Eclipse Theia 1.69.0 and earlier allows an attacker to execute arbitrary commands with the victim's user privileges by embedding a malicious git repository configuration inside a cloned repository. Any Theia-based IDE or application including the @theia/git extension or the bundled VS Code git extension is affected, because both automatically invoke git commands such as git status upon folder open without first presenting a workspace trust prompt. This vendor-confirmed issue is fixed in version 1.70.0 via workspace trust enforcement; no public exploit code has been identified at time of analysis and it does not appear in the CISA KEV catalog.

RCE Eclipse Theia
NVD GitHub
EPSS 0% CVSS 8.1
HIGH PATCH This Week

Command injection in the PostgreSQL psql client (versions before 18.5, 17.11, 16.15, 15.19, and 14.24) allows an attacker who controls both a malicious server and the supplied data rows to execute arbitrary psql meta-commands on the connecting client host. The flaw is triggered when a COPY FROM STDIN or \copy FROM STDIN operation fails with a premature server-side error - before the server signals readiness to receive data rows - causing psql to misinterpret the inline data stream as client-side command input rather than row data. No public exploit code has been identified at time of analysis, but the CVSS 8.1 score reflects the potential for full confidentiality, integrity, and availability impact when the dual-control preconditions are met.

PostgreSQL Code Injection
NVD VulDB
EPSS 1% CVSS 8.8
HIGH PATCH This Week

Code injection in PostgreSQL's pg_dump, pg_dumpall, and pg_restore (plain-format mode) allows a malicious superuser of an origin database server to embed arbitrary OS-level commands into a dump file, which execute on the restoring client's operating system account when psql processes the dump. This is a confirmed bypass of the CVE-2025-8714 patch: the \unrestrict meta-command introduced by that fix is itself exploitable via psql meta-command input expansion, negating the protection that \restrict was intended to provide. No public exploit has been identified at time of analysis, but the high CVSS score (8.8) and full RCE impact make this urgent for any organization that accepts and restores PostgreSQL dumps from external or untrusted sources.

PostgreSQL RCE
NVD VulDB
EPSS 1% CVSS 9.0
CRITICAL Act Now

Cross-cluster remote code execution in Red Hat Advanced Cluster Management for Kubernetes 2 (acm-search-v2-rhel9 search collector) allows a hub-cluster administrator holding patch access to the Search Custom Resource to abuse the unvalidated Collector.ImageOverride field to push an attacker-chosen container image to every managed cluster in the fleet. Because the override is trusted and propagated hub-to-spoke, a single malicious CR edit yields command execution across all connected clusters, with the CVSS scope-change flag reflecting the jump from the hub trust boundary into separate managed-cluster security authorities. No public exploit identified at time of analysis, and this CVE is not listed in CISA KEV.

RCE Red Hat Advanced Cluster Management For Kubernetes 2
NVD
EPSS 0% CVSS 8.1
HIGH PATCH This Week

Remote code execution in Red Hat JBoss Enterprise Application Platform (EAP) via the openjdk-orb CORBA bridge allows unauthenticated network attackers to load and instantiate arbitrary Java classes from attacker-controlled URLs during IIOP object unmarshalling. The attack targets port 3528 and executes before EJB security interceptors are invoked, meaning EAP's own authorization layer provides no protection once the malicious payload is in flight. No public exploit or CISA KEV listing is confirmed at time of analysis, but the CWE-829 root cause class and full CIA:HHH CVSS impact reflect genuine arbitrary-code-execution potential under the required configuration.

RCE Red Hat
NVD VulDB
EPSS 0% CVSS 2.3
LOW PATCH Monitor

html_sanitize_ex's HTML5 scrubber (versions 0.3.1 through before 1.5.3) passes attacker-controlled URIs through the `data` attribute of `<object>` elements after a trivially bypassed case-sensitive prefix check, allowing remote attackers to embed arbitrary external or same-origin documents into sanitized pages viewed by victims. The `<object>` tag was never registered through the library's `allow_tag_with_uri_attributes/3` URI-validation mechanism, and its sole guard - a literal lowercase `javascript:` prefix match - is defeated by mixed-case variants, `data:` URIs, protocol-relative URLs, and same-origin relative paths. No public exploit has been identified at time of analysis, and no active exploitation (CISA KEV) has been confirmed; the CVSS 4.0 score of 2.3 correctly reflects constrained real-world impact due to browser-enforced origin isolation on embedded `<object>` content.

XSS Html Sanitize Ex
NVD GitHub VulDB

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy