GHSA-gwvm-vrp4-4pp5

Suggest an improvement
Source
https://github.com/advisories/GHSA-gwvm-vrp4-4pp5
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/03/GHSA-gwvm-vrp4-4pp5/GHSA-gwvm-vrp4-4pp5.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-gwvm-vrp4-4pp5
Aliases
Published
2023-03-24T22:04:35Z
Modified
2023-11-01T05:01:41.558868Z
Severity
  • 9.9 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L CVSS Calculator
Summary
angular-server-side-configuration information disclosure vulnerability in monorepo with node.js backend
Details

Impact

angular-server-side-configuration detects used environment variables in TypeScript (.ts) files during build time of an Angular CLI project. The detected environment variables are written to a ngssc.json file in the output directory. During deployment of an Angular based app, the environment variables based on the variables from ngssc.json are inserted into the apps index.html (or defined index file).

With version 15 the environment variable detection was widened to the entire project, relative to the angular.json file from the Angular CLI. In a monorepo setup, this could lead to environment variables intended for a backend/service to be detected and written to the ngssc.json, which would then be populated and exposed via index.html.

This has NO IMPACT, in a plain Angular project that has no backend component.

Patches

Vulnerability has been mitigated in 15.1.0, by adding an option searchPattern which restricts the detection file range by default.

# Update via npm
npm update angular-server-side-configuration
## Or more specific
npm install angular-server-side-configuration@15.1.0

# Update via pnpm
pnpm update angular-server-side-configuration
## Or more specific
pnpm add angular-server-side-configuration@15.1.0

# Update via yarn
yarn update angular-server-side-configuration
## Or more specific
yarn add angular-server-side-configuration@15.1.0

Workarounds

Manually edit or create ngssc.json or run a script after ngssc.json generation

References

Database specific
{
    "severity": "CRITICAL",
    "github_reviewed_at": "2023-03-24T22:04:35Z",
    "github_reviewed": true,
    "nvd_published_at": "2023-03-24T20:15:00Z",
    "cwe_ids": [
        "CWE-200",
        "CWE-538"
    ]
}
References

Affected packages

npm / angular-server-side-configuration

Package

Name
angular-server-side-configuration
View open source insights on deps.dev
Purl
pkg:npm/angular-server-side-configuration

Affected ranges

Type
SEMVER
Events
Introduced
15.0.0
Fixed
15.1.0

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/03/GHSA-gwvm-vrp4-4pp5/GHSA-gwvm-vrp4-4pp5.json"