
Issue 1: Greetings, Hello Team, I have found a Content Spoofing/Text Injection on this domain https://support.cs.money Using the below link the attacker can trick any genuine user to go to the attacker's phishing site. The attacker could craft the URL by providing discounts which will tempt the user to visit the attacker URL mentioned, as the site displaying the message still belongs to https://support.cs.money Steps To Reproduce POC URL support cs money url Issue 2 - worker.js file is user-readable https://cs.money/js/worker.js?language=en&v=1331&csrf_token=[removed] The worker.js contains a lot of business logic which is deployed in production whiteout being minified or uglified. This might lead an attacker to craft attacks in future as it uses 1. location.href2. eval in the below code snipped ``` case 'method': try { postMessage({ cbid: data.cbid, result: eval((${data.method})`)() }); } catch (err) { console.warn(err); } break; ``` PoC Screenshots attached. Let me know if you need more information. Cheers! Impact Crafted phishing attacks on...
SOCIAL SHARE CARD GENERATOR