We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If an attacker can alter the integrity option passed to fetch(), they can let fetch() accept requests as valid even if they have been tampered.
integrity
fetch()
Fixed in d542b8c. Fixes has been released in v5.28.4 and v6.11.1.
Ensure that integrity cannot be tampered with.
https://hackerone.com/reports/2377760
Impact
If an attacker can alter the
integrity
option passed tofetch()
, they can letfetch()
accept requests as valid even if they have been tampered.Patches
Fixed in d542b8c.
Fixes has been released in v5.28.4 and v6.11.1.
Workarounds
Ensure that
integrity
cannot be tampered with.References
https://hackerone.com/reports/2377760