---
id: CVE-2024-38537
aliases:
  - GHSA-cvw4-c69g-7v7m
  - PYSEC-2026-1339
title: Inclusion of Untrusted polyfill.io Code Vulnerability in fides.js
summary: Inclusion of Untrusted polyfill.io Code Vulnerability in fides.js
severity: none
cvss: 0
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N'
vendor: ethyca-fides
product: ethyca-fides
ecosystem: pip
affected:
  - ethyca-fides < 2.39.1
patched:
  - ethyca-fides 2.39.1
published: '2024-07-02'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:16.583924678Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-cvw4-c69g-7v7m'
references:
  - url: 'https://github.com/ethyca/fides/security/advisories/GHSA-cvw4-c69g-7v7m'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2024-38537'
  - url: 'https://github.com/ethyca/fides/pull/5026'
  - url: >-
      https://github.com/ethyca/fides/commit/868c4d629760572192bd61db34f5a4458ed12005
  - url: 'https://fetch.spec.whatwg.org'
  - url: 'https://github.com/ethyca/fides'
  - url: 'https://sansec.io/research/polyfill-supply-chain-attack'
tags:
  - osv
  - pip
  - exploit-available
epss: 0.01427
epssPercentile: 0.71802
exploits:
  github: 1
  githubRepos:
    - 'https://github.com/Havoc10-sw/Detect_polyfill_CVE-2024-38537-'
  checkedAt: '2026-09-25T08:20:43.291Z'
exploitAvailable: true
ingestedAt: '2026-07-08T18:25:48.587Z'
---

## Overview

### Note

On Thursday, June 27, 2024, Cloudflare and Namecheap intervened at a domain level to ensure `polyfill.io` and its subdomains could not resolve to the compromised service, rendering this vulnerability **unexploitable**.

The following sections describe this vulnerability prior to the domain level intervention, when it was still exploitable.

### Impact

`fides.js`, a client-side script used to interact with the consent management features of Fides, used the `polyfill.io` domain in a very limited edge case, when it detected a legacy browser such as IE11 that did not support the fetch standard.

On June 25th, 2024, Sansec published the following regarding the `polyfill.io` domain.

> The polyfill.js is a popular open source library to support older browsers. 100K+ sites embed it using the cdn.polyfill.io domain... However, in February this year, a Chinese company bought the domain and the Github account. Since then, this domain was caught injecting malware on mobile devices via any site that embeds cdn.polyfill.io.

Therefore it was possible for users of legacy, pre-2017 browsers who navigate to a page serving `fides.js` to download and execute malicious scripts from the compromised domain.

No exploitation of `fides.js` via `polyfill.io` has been identified at this time, but other script developers who use `https://cdn.polyfill.io/v2/polyfill.min.js` have reported redirects to malicious websites.

### Patches
The vulnerability has been patched in Fides version `2.39.1`. Users are advised to upgrade to this version or later to secure their systems against this threat.

### Workarounds

Prior to the domain level intervention, there were no server-side workarounds and the confidentiality, integrity, and availability impacts of this vulnerability were high. 

Clients could ensure they were not affected by using a modern browser that supported the fetch standard. caniuse.com/fetch estimates that 97.52% of browser users use a browser that supports the fetch standard.

### References
- https://sansec.io/research/polyfill-supply-chain-attack
- https://github.com/ethyca/fides/pull/5026/
- https://fetch.spec.whatwg.org/

## Affected packages

- `ethyca-fides < 2.39.1`

## Remediation

Upgrade to a patched release:

- `ethyca-fides 2.39.1`
