Security news aggregator

Latest coverage for XSS

Stay informed on XSS vulnerabilities and defenses with the latest news, expert insights, and security tips on cross-site scripting threats.

3 headlines in this view

Refine the feed

Search across headline titles and summaries.

Tag briefing

Background for this topic.

XSS, or Cross-Site Scripting, is a type of vulnerability in web applications that allows attackers to inject malicious scripts into web pages viewed by other users. This security flaw enables attackers to bypass access controls, such as the same-origin policy, which are designed to segregate different websites from each other. XSS exploits the trust a user has for a particular site, allowing the attacker to send scripts that appear to be from the site itself.

In the context of information security, XSS is a significant concern as it can be used for various malicious activities, including stealing session tokens, login credentials, or personally identifiable information; defacing websites; or redirecting users to hostile sites. Protecting against XSS requires careful coding practices, such as sanitizing user input and using security measures like Content Security Policy (CSP). Identifying and mitigating XSS vulnerabilities is crucial for maintaining the integrity and security of web applications.

Volume over time

Weekly headline count for the current query.

Showing 3 most recent headlines Filtered view

On Thursday, Microsoft shared mitigations for a high-severity Exchange Server vulnerability exploited in attacks that allow threat actors to execute arbitrary code via cross-site scripting (XSS) while targeting Outlook on the web users. [...]