Lucene search

K
huntrIsdkrisna8AB09A1C-CFD5-4CE0-AAE3-D33C93318957
HistoryFeb 12, 2023 - 6:32 p.m.

Stored XSS edit Config Link

2023-02-1218:32:12
isdkrisna
www.huntr.dev
11
stored xss
config link
hyperlinks
input validation
sanitization
sensitive information
malicious script
database
web server
user caution
bug bounty.

0.001 Low

EPSS

Percentile

23.3%

Description

Stored Cross-Site Scripting (XSS) through hyperlinks refers to a type of security vulnerability that occurs when an attacker injects malicious code into a hyperlink, which is then stored in the application’s database or web server. When a user clicks on the infected hyperlink, the malicious script is executed in the user’s browser, allowing the attacker to steal sensitive information, modify the appearance of the website, deliver malware, and perform other malicious actions.

Proof of Concept

1.Go to https://roy.demo.phpmyfaq.de/admin/?action=config&config_action=saveConfig
2.Edit URL for Privacy note  form with javascript:alert(1)"> <script>alert('1337')</script>
3.Go to https://roy.demo.phpmyfaq.de/?action=request-removal

https://drive.google.com/file/d/1HsdF1ZFn9JlD7irRDiVu78Tnx40lm-Io/view?usp=share_link

#Mitigation
To prevent stored XSS through hyperlinks, it is important for website and web application owners to implement proper input validation and sanitization to prevent malicious code from being stored in the application’s database or web server. Additionally, it is important for users to be cautious when clicking on unknown or suspicious hyperlinks and to only click on links from trusted sources.

0.001 Low

EPSS

Percentile

23.3%

Related for 8AB09A1C-CFD5-4CE0-AAE3-D33C93318957