Drupal Core: Behind the Vulnerability

Earlier this year, the Checkmarx Security Research Team conducted an investigation of the new version of Drupal Core (Drupal 9) – a content management system (CMS) written in PHP – uncovering several interesting issues whose technical details are worth… Continue reading Drupal Core: Behind the Vulnerability

It’s possible to trigger a XSS in url context without this following caracter ‘ : ‘?

I try to bypass a XSS filter to trigger a XSS in url context.
But the problem this following char is blacklist ‘ :’
The site allow the user to use some basic html balise like h1, h2, h3, p, a, u, etc …
The only potential vector attack i… Continue reading It’s possible to trigger a XSS in url context without this following caracter ‘ : ‘?