TTPwire Vol. 1 · MITRE ATT&CK·Tagged

← All stories

Black Hills InfoSec

Canary in the Code: Alert()-ing on XSS Exploits

BHIS · 2025-03-20 · Read original ↗

ATT&CK techniques detected

1 predictions
T1190Exploit Public-Facing Application
51%
"check the url ' s < strong > id < / strong > parameter! < / p > < script > / / retrieve the ' id ' query parameter from location. search var urlparams = new urlsearchparams ( location. search ) ; / / only using the ' id ' parameter from the query string var userid = urlparams. ge…"

Summary

I’ve been a web application pentester for a while now and over the years must have found hundreds of cross-site scripting (XSS) vulnerabilities.1 Cross-site scripting is a notoriously difficult problem […]

The post Canary in the Code: Alert()-ing on XSS Exploits appeared first on Black Hills Information Security, Inc..