VYPR
Vendor

Adaltas

Products
5
CVEs
4
Across products
4
Status
Private

Products

5

Recent CVEs

4
  • CVE-2026-71243HigAug 5, 2026
    risk 0.57cvss 8.8epss 0.00

    The backmeup npm package assembles shell command strings by directly concatenating its option values (name, source, destination, filter) - e.g. cmd = "mkdir -p " + path.join(info.destination, info.name) + "; " - and executes the resulting string through a shell via ssh2-exec…

  • CVE-2021-28860CriMay 3, 2021
    risk 0.52cvss 9.1epss 0.02

    In Node.js mixme, prior to v0.5.1, an attacker can add or alter properties of an object via '__proto__' through the mutate() and merge() functions. The polluted attribute will be directly assigned to every object in the program. This will put the availability of the program at…

  • CVE-2026-85063MedSep 3, 2026
    risk 0.38cvss epss 0.00

    node-csv is a full-featured CSV parser with a simple API that is tested against large datasets. Prior to 7.0.2, csv-parse with the columns and group_columns_by_name options enabled treats a duplicate __proto__ header as an existing property in…

  • CVE-2021-23354MedMar 12, 2021
    risk 0.28cvss 5.3epss 0.02

    The package printf before 0.6.1 are vulnerable to Regular Expression Denial of Service (ReDoS) via the regex string /\%(?:\(([\w_.]+)\)|([1-9]\d*)\$)?([0 +\-\]*)(\*|\d+)?(\.)?(\*|\d+)?[hlL]?([\%bscdeEfFgGioOuxX])/g in lib/printf.js. The vulnerable regular expression has cubic…