GHSA-6r35-46g8-jcw9

Suggest an improvement
Source
https://github.com/advisories/GHSA-6r35-46g8-jcw9
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-6r35-46g8-jcw9/GHSA-6r35-46g8-jcw9.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-6r35-46g8-jcw9
Aliases
Downstream
CGA (4)
Published
2026-05-12T15:06:22Z
Modified
2026-07-17T21:16:25Z
Severity
  • 8.7 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N CVSS Calculator
Summary
protobuf.js: Code injection in pbjs static output from crafted schema names
Details

Summary

pbjs static code generation could emit unsafe JavaScript identifiers derived from schema-controlled names. When generating static JavaScript from a crafted schema or JSON descriptor, certain namespace, enum, service, or derived full names could be written into the generated output without sufficient sanitization.

Impact

An attacker who can provide or influence schemas passed to pbjs may be able to cause generated JavaScript output to contain attacker-controlled code. The injected code would run if the generated file is later executed or imported by the application or build process.

This affects the protobufjs CLI static code generation path. Applications that only use trusted schemas, or that do not execute generated output from untrusted schemas, are not directly affected.

Preconditions

  • The application or build process must run pbjs static code generation on a schema or JSON descriptor influenced by an attacker.
  • The attacker-controlled input must contain crafted schema names that reach generated JavaScript output.
  • The generated JavaScript file must subsequently be executed, imported, or otherwise evaluated.

Workarounds

Do not run affected versions of pbjs static code generation on untrusted schemas or descriptors. If untrusted schemas must be accepted, validate schema names before code generation and run generation in an isolated environment.

Database specific
{
    "cwe_ids": [
        "CWE-94"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2026-05-12T15:06:22Z",
    "nvd_published_at": "2026-05-13T16:16:56Z",
    "severity": "HIGH"
}
References

Affected packages

npm / protobufjs-cli

Package

Name
protobufjs-cli
View open source insights on deps.dev
Purl
pkg:npm/protobufjs-cli

Affected ranges

Type
SEMVER
Events
Introduced
0 Unknown introduced version / All previous versions are affected
Fixed
1.2.1

Database specific

last_known_affected_version_range
"<= 1.2.0"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-6r35-46g8-jcw9/GHSA-6r35-46g8-jcw9.json"

npm / protobufjs-cli

Package

Name
protobufjs-cli
View open source insights on deps.dev
Purl
pkg:npm/protobufjs-cli

Affected ranges

Type
SEMVER
Events
Introduced
2.0.0
Fixed
2.0.2

Database specific

last_known_affected_version_range
"<= 2.0.1"
source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-6r35-46g8-jcw9/GHSA-6r35-46g8-jcw9.json"