GHSA-j3f2-48v5-ccww

Suggest an improvement
Source
https://github.com/advisories/GHSA-j3f2-48v5-ccww
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/07/GHSA-j3f2-48v5-ccww/GHSA-j3f2-48v5-ccww.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-j3f2-48v5-ccww
Aliases
Downstream
Related
Published
2026-07-20T22:03:00Z
Modified
2026-07-21T20:59:35.338613714Z
Severity
  • 5.3 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L CVSS Calculator
Summary
protobufjs: Denial of Service via infinite loop in .proto option parsing
Details

Summary

protobufjs parsed option names by advancing through schema tokens until it reached an = token, without checking for end of input. A crafted .proto schema that opens an option declaration but ends prematurely could cause the option parser to loop without ever terminating.

This affects the reflection parsing path (parse, Root.load, Root.loadSync).

Impact

An attacker who can provide or influence .proto schema text parsed by an application may be able to cause the parsing call to never return. Because Node.js is single-threaded, the blocked event loop prevents all other work in the process, resulting in a denial of service that persists until the process is externally terminated.

Applications that only encode or decode protobuf binary data with trusted schemas are not directly affected.

Preconditions

  • The application must parse .proto schema text influenced by an attacker.
  • The schema must be parsed through APIs such as parse, Root.load, or Root.loadSync.
  • The crafted input must begin an option declaration that ends before its = assignment.

Workarounds

Do not parse .proto schemas from untrusted sources with affected versions. If untrusted schema text must be accepted, isolate parsing in a process or worker that can be safely terminated and bound it with a timeout, so a non-returning parse call cannot deny service to the rest of the application.

Database specific
{
    "nvd_published_at": "2026-07-08T16:16:34Z",
    "cwe_ids": [
        "CWE-835"
    ],
    "github_reviewed_at": "2026-07-20T22:03:00Z",
    "github_reviewed": true,
    "severity": "MODERATE"
}
References

Affected packages

npm / protobufjs

Package

Affected ranges

Type
SEMVER
Events
Introduced
7.5.0
Fixed
7.6.5

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/07/GHSA-j3f2-48v5-ccww/GHSA-j3f2-48v5-ccww.json"
last_known_affected_version_range
"<= 7.6.4"

npm / protobufjs

Package

Affected ranges

Type
SEMVER
Events
Introduced
8.0.0
Fixed
8.6.6

Database specific

last_known_affected_version_range
"<= 8.6.5"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/07/GHSA-j3f2-48v5-ccww/GHSA-j3f2-48v5-ccww.json"