Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sanitize message in notification component #2664

Merged
merged 2 commits into from
Mar 24, 2025

Conversation

csarnataro
Copy link
Collaborator

Motivation

A Cross Site Scripting vulnerability has been found in the notification component.

Change description

We're fixing the issue by sanitising the message before showing it in the notification popup

Other information

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

Copy link

@rhpco rhpco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix resolves the CVE-2025-27608, as described in the advisory available at GHSA-252h-4j5q-88pc.

@csarnataro csarnataro merged commit d298b3f into main Mar 24, 2025
28 checks passed
@csarnataro csarnataro deleted the fix-security-in-notification-component branch March 24, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants