CVE-2023-28444

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-28444
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-28444.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-28444
Aliases
Published
2023-03-24T19:58:59.998Z
Modified
2025-11-29T14:10:21.222330Z
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

angular-server-side-configuration helps configure an angular application at runtime on the server or in a docker container via environment variables. 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.0.0 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. This vulnerability has been mitigated in version 15.1.0, by adding an option searchPattern which restricts the detection file range by default. As a workaround, manually edit or create ngssc.json or run script after ngssc.json generation.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-200",
        "CWE-538"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/28xxx/CVE-2023-28444.json"
}
References

Affected packages

Git / github.com/kyubisation/angular-server-side-configuration

Affected ranges

Type
GIT
Repo
https://github.com/kyubisation/angular-server-side-configuration
Events

Affected versions

v15.*

v15.0.0
v15.0.1
v15.0.2