Back to list

protobufjs has overlong UTF-8 decoding — CVE-2026-44288

GitHub · GitHub · CVE-2026-44288

ID
CVE-2026-44288
Date
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
5.3

Summary

## Summary protobufjs includes a minimal UTF-8 decoder used in non-Node and fallback decoding paths. The affected decoder accepted overlong UTF-8 byte sequences and decoded them to their canonical characters instead of replacing them. The issue concerns overlong encodings and code points outside the Unicode range. protobufjs may still accept some non-strict UTF-8 input for compatibility, so applications should not…

Product

npm: protobufjs | npm: @protobufjs/utf8

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories