Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2023-1536: Store XSS in create tag in answer

Cross-site Scripting (XSS) - Stored in GitHub repository answerdev/answer prior to 1.0.7.

CVE
#xss#google#git#java

Description

Feature create tag permit attacker injection html tag and execute it.

Proof of Concept

1. Add question
2. Create tag with payload in description:

<img src=x onerror=alert(1) >

3. Post your question
4. Go to link http://<your domain>/tags/<id tag>/timeline  and click created. Payload executed.

POC

https://drive.google.com/file/d/1KncWqifwi_VTbTxmCNotwMXeUkNgF9Ji/view?usp=sharing

Impact

Executing JavaScript in victim’s session which leads to potential account takeover, perform actions as that user, …

Related news

GHSA-xvfj-84vc-hrmf: Answer vulnerable to Stored Cross-site Scripting

Cross-site Scripting (XSS) - Stored in GitHub repository answerdev/answer prior to 1.0.7.

CVE: Latest News

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