Week 5 CYBR 325
Attackers Find a Way Around Security Defenses I recently read an article from The Hacker News about a cyberattack targeting Oracle PeopleSoft systems. What I found interesting was how the attackers were able to get around Web Application Firewalls (WAFs), which are normally used to help protect websites and applications from attacks. The attackers took advantage of a vulnerability in Oracle PeopleSoft that could allow them to remotely execute commands without logging in. Instead of sending the attack in the normal format, they changed part of the web address using URL encoding. This allowed the request to get past the WAF because the security tool did not recognize it as a request for the vulnerable part of the system. Once the attackers got access, they were able to install web shells and other malware that could give them additional control over the compromised systems. The attacks reportedly affected organizations in areas such as education, healthcare, technology, transportat...