
[Media] XSS Attacks Across SNS: A Historical Analysis
11월 20, 2023
News Center Template
12월 13, 2023[Media] XSS Attacks Across SNS: A Historical Analysis

1. What is XSS?

Compatibility Issue
- Stored XSS: In this scenario, the malicious script is permanently stored on the target server, such as in a database, and is subsequently reflected back to the user without proper sanitization.
- Reflected XSS: This type of attack occurs when malicious scripts are reflected off a web application onto the user’s browser through an unsafe link or email.
- DOM-based XSS: Here, manipulation occurs at the client-side script level without ever sending the malicious script to the server.
2. Technical Breakdown
3. Recent XSS Incidents via Email

4. The Broad Spectrum of Damage
5. Proactive Defense Strategies
- Encode and escape user inputs at every rendering point.
- Implement Content Security Policies (CSP) to restrict the execution of scripts.
- Perform regular security audits and foster a culture of responsible vulnerability disclosure.
6. XSS in Retrospect: A Timeline of Attacks

7. Concluding Thoughts
XSS is not merely a technical issue; it represents a real threat with tangible consequences. Awareness and vigilance are key. As we continue to delve into cybersecurity on this blog, stay tuned for actionable insights and strategies to shield your digital presence against XSS and other cyber threats.
In our digital era, your data holds, as much value as any physical asset. By securing your online presence, you’re not only safeguarding personal details but also preserving the integrity of your business while contributing to national cybersecurity.
8. References
Phishing campaign uses UPS.com XSS vuln to distribute malware
https://www.bleepingcomputer.com/news/security/phishing-campaign-uses-upscom-xss-vuln-to-distribute-malware/#google_vignette
Researcher Earned $10,000 by Finding XSS Vulnerability in Google Maps
https://gridinsoft.com/blogs/researcher-earned-10000-by-finding-xss-vulnerability-in-google-maps/