CVE Vulnerabilities

CVE-2026-42044

Improperly Controlled Modification of Dynamically-Determined Object Attributes

Published: Apr 24, 2026 | Modified: Apr 27, 2026
CVSS 3.x
9.1
CRITICAL
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
7.4 IMPORTANT
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.15.2, he Axios library is vulnerable to a Prototype Pollution Gadget attack that allows any Object.prototype pollution in the applications dependency tree to be escalated into surgical, invisible modification of all JSON API responses — including privilege escalation, balance manipulation, and authorization bypass. The default transformResponse function at lib/defaults/index.js:124 calls JSON.parse(data, this.parseReviver), where this is the merged config object. Because parseReviver is not present in Axios defaults, not validated by assertOptions, and not subject to any constraints, a polluted Object.prototype.parseReviver function is called for every key-value pair in every JSON response, allowing the attacker to selectively modify individual values while leaving the rest of the response intact. This vulnerability is fixed in 1.15.2.

Weakness

The product receives input from an upstream component that specifies multiple attributes, properties, or fields that are to be initialized or updated in an object, but it does not properly control which attributes can be modified.

Affected Software

NameVendorStart VersionEnd Version
AxiosAxios1.0.0 (including)1.15.1 (excluding)
HawtIO HawtIO 4.4.0RedHataxios*
Multicluster engine for Kubernetes 2.10RedHatmulticluster-engine/console-mce-rhel9:1780917531*
Multicluster engine for Kubernetes 2.11RedHatmulticluster-engine/console-mce-rhel9:1780910888*
Multicluster engine for Kubernetes 2.6RedHatmulticluster-engine/console-mce-rhel9:1778511348*
Multicluster engine for Kubernetes 2.8RedHatmulticluster-engine/console-mce-rhel9:1778383863*
Multicluster engine for Kubernetes 2.9RedHatmulticluster-engine/console-mce-rhel9:1778532610*
Network Observability (NETOBSERV) 1.12.0RedHatnetwork-observability/network-observability-console-plugin-pf4-rhel9:1780920979*
Network Observability (NETOBSERV) 1.12.0RedHatnetwork-observability/network-observability-console-plugin-rhel9:1780556069*
Red Hat Advanced Cluster Management for Kubernetes 2.15RedHatrhacm2/console-rhel9:1780876734*
Red Hat Advanced Cluster Management for Kubernetes 2.16RedHatrhacm2/console-rhel9:1780600823*
Red Hat Advanced Cluster Security for Kubernetes 4.10RedHatadvanced-cluster-security/rhacs-main-rhel8:1779293013*
Red Hat Advanced Cluster Security for Kubernetes 4.9RedHatadvanced-cluster-security/rhacs-main-rhel8:1779371594*
Red Hat Developer Hub 1.8RedHatrhdh/rhdh-hub-rhel9:1779841586*
Red Hat Developer Hub 1.9RedHatrhdh/rhdh-hub-rhel9:1781187342*
Red Hat Discovery 2RedHatdiscovery/discovery-ui-rhel9:1779395188*
Red Hat Discovery 2RedHatdiscovery/discovery-ui-rhel9:1779395188*
Red Hat Migration Toolkit 1.8RedHatrhmtc/openshift-migration-ui-rhel8:1780590717*
Red Hat OpenShift Dev Spaces 3.28RedHatdevspaces/code-rhel9:1779814592*
Red Hat OpenShift Dev Spaces 3.28RedHatdevspaces/dashboard-rhel9:1779341289*
Red Hat OpenShift Service Mesh 2.6RedHatopenshift-service-mesh/kiali-ossmc-rhel8:1779520355*
Red Hat OpenShift Service Mesh 2.6RedHatopenshift-service-mesh/kiali-rhel8:1779520348*
Red Hat OpenShift Service Mesh 3.0RedHatopenshift-service-mesh/kiali-ossmc-rhel9:1778163785*
Red Hat OpenShift Service Mesh 3.0RedHatopenshift-service-mesh/kiali-rhel9:1778164208*
Red Hat OpenShift Service Mesh 3.1RedHatopenshift-service-mesh/kiali-ossmc-rhel9:1778163935*
Red Hat OpenShift Service Mesh 3.1RedHatopenshift-service-mesh/kiali-rhel9:1778164042*
Red Hat OpenShift Service Mesh 3.2RedHatopenshift-service-mesh/kiali-ossmc-rhel9:1778163792*
Red Hat OpenShift Service Mesh 3.2RedHatopenshift-service-mesh/kiali-rhel9:1778163909*
Red Hat OpenShift Service Mesh 3.3RedHatopenshift-service-mesh/kiali-ossmc-rhel9:1778163785*
Red Hat OpenShift Service Mesh 3.3RedHatopenshift-service-mesh/kiali-rhel9:1778163986*
Red Hat Quay 3.1RedHatquay/quay-rhel8:1779822261*
Red Hat Quay 3.12RedHatquay/quay-rhel8:1779811412*
Red Hat Quay 3.14RedHatquay/quay-rhel8:1779689392*
Red Hat Quay 3.15RedHatquay/quay-rhel8:1780891395*
Red Hat Quay 3.16RedHatquay/quay-rhel9:1779204086*
Red Hat Quay 3.17RedHatquay/quay-rhel9:1779922205*
Red Hat Quay 3.9RedHatquay/quay-rhel8:1779811473*
Red Hat Satellite 6.18RedHatsatellite/iop-advisor-frontend-rhel9:1781181673*
Red Hat Satellite 6.18RedHatsatellite/iop-vulnerability-frontend-rhel9:1781032495*
Red Hat Satellite 6.18RedHatsatellite/iop-host-inventory-frontend-rhel9:1780105179*
Red Hat Trusted Artifact Signer 1.3RedHatrhtas/rhtas-console-ui-rhel9:1779971506*
Node-axiosUbuntuupstream*

Extended Description

If the object contains attributes that were only intended for internal use, then their unexpected modification could lead to a vulnerability. This weakness is sometimes known by the language-specific mechanisms that make it possible, such as mass assignment, autobinding, or object injection.

Potential Mitigations

  • If available, use features of the language or framework that allow specification of allowlists of attributes or fields that are allowed to be modified. If possible, prefer allowlists over denylists.
  • For applications written with Ruby on Rails, use the attr_accessible (allowlist) or attr_protected (denylist) macros in each class that may be used in mass assignment.

References