Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-r8f4-hv23-6qp6: Norman API Cross-site Scripting Vulnerability

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:

BranchCommit
master3bb70b7
release/v2.8a6a6cf5
release/v2.7cb54924
release/v2.7.s37b2b467
release/v2.6bd13c65

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:

ghsa
#xss#vulnerability#git#java#auth
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2023-32193

Norman API Cross-site Scripting Vulnerability

High severity GitHub Reviewed Published Feb 8, 2024 in rancher/norman • Updated Feb 8, 2024

Package

gomod github.com/rancher/norman (Go)

Affected versions

< 0.0.0-20240207153100-3bb70b772b52

Patched versions

0.0.0-20240207153100-3bb70b772b52

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:

  • Reach out to the SUSE Rancher Security team for security-related inquiries.
  • Open an issue in the Rancher repository.
  • Verify with our support matrix and product support lifecycle.

References

  • GHSA-r8f4-hv23-6qp6
  • rancher/norman@3bb70b7
  • rancher/norman@7b2b467
  • rancher/norman@a6a6cf5
  • rancher/norman@bd13c65
  • rancher/norman@cb54924

Published to the GitHub Advisory Database

Feb 8, 2024

ghsa: Latest News

GHSA-9722-9j67-vjcr: Improper Authorization in Select Permissions