Lucene search

K
githubGitHub Advisory DatabaseGHSA-GWVM-VRP4-4PP5
HistoryMar 24, 2023 - 10:04 p.m.

angular-server-side-configuration information disclosure vulnerability in monorepo with node.js backend

2023-03-2422:04:35
CWE-200
CWE-538
GitHub Advisory Database
github.com
7
angular
server-side
configuration
vulnerability
monorepo
node.js
environment variables
typescript
ngssc.json
deployment
mitigation
15.1.0

9.9 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L

0.001 Low

EPSS

Percentile

49.0%

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 [email protected]

# Update via pnpm
pnpm update angular-server-side-configuration
## Or more specific
pnpm add [email protected]

# Update via yarn
yarn update angular-server-side-configuration
## Or more specific
yarn add [email protected]

Workarounds

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

References

Affected configurations

Vulners
Node
angular-server-side-configuration_projectangular-server-side-configurationRange<15.1.0

9.9 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

CHANGED

Confidentiality Impact

HIGH

Integrity Impact

LOW

Availability Impact

LOW

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:L

0.001 Low

EPSS

Percentile

49.0%

Related for GHSA-GWVM-VRP4-4PP5