Protobufjs Project

Protobufjs

17 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
Medienbericht
  • EPSS 0.37%
  • Veröffentlicht 13.05.2026 14:41:15
  • Zuletzt bearbeitet 14.05.2026 12:23:20

protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.5.6 and 8.0.2, protobufjs allowed certain schema option paths to traverse through inherited object properties while applying options. A crafted protobuf schema or JSO...

Medienbericht
  • EPSS 0.58%
  • Veröffentlicht 13.05.2026 14:39:09
  • Zuletzt bearbeitet 12.08.2026 12:19:21

protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.5.6 and 8.0.2, protobufjs could recurse without a depth limit while decoding nested protobuf data. This affected both skipping unknown group fields and generated deco...

  • EPSS 0.3%
  • Veröffentlicht 13.05.2026 14:37:26
  • Zuletzt bearbeitet 19.05.2026 20:46:53

protobufjs compiles protobuf definitions into JavaScript (JS) functions. Prior to 7.5.6 and 8.0.2, protobufjs includes a minimal UTF-8 decoder that accepted overlong UTF-8 byte sequences and decoded them to their canonical characters instead of repla...

Medienbericht Exploit
  • EPSS 0.75%
  • Veröffentlicht 18.04.2026 16:18:10
  • Zuletzt bearbeitet 15.07.2026 02:21:14

protobufjs compiles protobuf definitions into JavaScript (JS) functions. In versions prior to 8.0.1 and 7.5.5, attackers can inject arbitrary code in the "type" fields of protobuf definitions, which will then execute during object decoding using that...

Exploit
  • EPSS 1.68%
  • Veröffentlicht 05.07.2023 14:15:09
  • Zuletzt bearbeitet 21.11.2024 08:10:16

"protobuf.js (aka protobufjs) 6.10.0 through 7.x before 7.2.5 allows Prototype Pollution, a different vulnerability than CVE-2022-25878. A user-controlled protobuf message can be used by an attacker to pollute the prototype of Object.prototype by add...

Exploit
  • EPSS 2.34%
  • Veröffentlicht 27.05.2022 20:15:10
  • Zuletzt bearbeitet 21.11.2024 06:53:09

The package protobufjs before 6.11.3 are vulnerable to Prototype Pollution which can allow an attacker to add/modify properties of the Object.prototype. This vulnerability can occur in multiple ways: 1. by providing untrusted user input to util.setPr...

Exploit
  • EPSS 0.96%
  • Veröffentlicht 07.06.2018 02:29:08
  • Zuletzt bearbeitet 21.11.2024 04:05:58

protobufjs is vulnerable to ReDoS when parsing crafted invalid .proto files.