clickjacking attack in notrinos/notrinoserp
Reported on
Aug 21st 2022
Description
clickjacking bug.
I see there is no x-frame-options header set . So, the erp url can be loaded in iframe tag . which allow clickjacking attack
Proof of Concept
same this bellow code in html file and open this html url is browser .
<iframe src="http://localhost/notrinoserp/index.php?application=system"></iframe>
STUDY METERIAL
https://www.imperva.com/learn/application-security/clickjacking/
https://owasp.org/www-community/attacks/Clickjacking
https://portswigger.net/web-security/clickjacking
similar report https://www.huntr.dev/bounties/33e7fe0f-b3a0-4723-a8f9-de79d86b345d/
Impact
clickjacking attack
SECURITY.md
exists
a year ago