VYPR

Hello.js

by Hello.js Project

Source repositories

CVEs (2)

  • CVE-2021-26505CriAug 11, 2023
    risk 0.57cvss 9.8epss 0.01

    Prototype pollution vulnerability in MrSwitch hello.js version 1.18.6, allows remote attackers to execute arbitrary code via hello.utils.extend function.

  • CVE-2020-7741CriOct 6, 2020
    risk 0.57cvss 9.9epss 0.01

    This affects the package hellojs before 1.18.6. The code get the param oauth_redirect from url and pass it to location.assign without any check and sanitisation. So we can simply pass some XSS payloads into the url param oauth_redirect, such as javascript:alert(1).