GHSA-r8f4-hv23-6qp6

Suggest an improvement
Source
https://github.com/advisories/GHSA-r8f4-hv23-6qp6
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/02/GHSA-r8f4-hv23-6qp6/GHSA-r8f4-hv23-6qp6.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-r8f4-hv23-6qp6
Aliases
Published
2024-02-08T18:45:49Z
Modified
2024-02-20T18:12:35.455209Z
Severity
  • 8.3 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:L CVSS Calculator
Summary
Norman API Cross-site Scripting Vulnerability
Details

Impact

A vulnerability has been identified in which unauthenticated cross-site scripting (XSS) in Norman's public API endpoint can be exploited. This can lead to an attacker exploiting the vulnerability to trigger JavaScript code and execute commands remotely.

The attack vector was identified as a Reflected XSS.

Norman API propagates malicious payloads from user input to the UI, which renders the output. For example, a malicious URL gets rendered into a script that is executed on a page.

The changes addressed by this fix are: - Encode input that comes from the request URL before adding it to the response. - The request input is escaped by changing the URL construction that is used for links to use url.URL. - The request input is escaped by escaping the JavaScript and CSS variables with attribute encoding as defined by OWASP.

Patches

Patched versions include the following commits:

| Branch | Commit | | -------- | ------- | | master | 3bb70b7 | | release/v2.8 | a6a6cf5 | | release/v2.7 | cb54924 | | release/v2.7.s3 | 7b2b467 | | release/v2.6 | bd13c65 |

Workarounds

There is no direct mitigation besides updating Norman API to a patched version.

References

If you have any questions or comments about this advisory:

References

Affected packages

Go / github.com/rancher/norman

Package

Name
github.com/rancher/norman
View open source insights on deps.dev
Purl
pkg:golang/github.com/rancher/norman

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20240207153100-3bb70b772b52