Cybersecurity researchers have flagged a new malware campaign that has leveraged Scalable Vector Graphics (SVG) files as part of phishing attacks impersonating the Colombian judicial system.
The SVG files, according to VirusTotal, are distributed via email and designed to execute an embedded JavaScript payload, which then decodes and injects a Base64-encoded HTML phishing page masquerading as a
Web Cache Poisoning是一种网络攻击手段,攻击者通过欺骗网站缓存存储恶意内容(如JavaScript或钓鱼链接),导致所有访问者获取被污染的内容。这种攻击利用缓存机制放大影响,危害包括跨站脚本(XSS)、钓鱼、品牌篡改等。防范措施包括验证请求头、设置私有缓存策略、过滤不受信任的参数等。