惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
GbyAI
GbyAI
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
A
About on SuperTechFans
M
MIT News - Artificial intelligence
宝玉的分享
宝玉的分享
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Martin Fowler
Martin Fowler
Google DeepMind News
Google DeepMind News
博客园 - Franky
B
Blog RSS Feed
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research

Sansec - experts in eCommerce security

GorgonAgora: 4,800+ fake storefronts skim cards across hundreds of impersonated brands Sansec adds support for Sylius 1 & 2 Critical vulnerability in Mirasvit Cache Warmer for Magento Critical FunnelKit vulnerability threatens 40,000+ WooCommerce checkouts Composer vulnerability leaks GitHub tokens, threatens PHP supply chain Over 200 PrestaShop stores expose installer, allowing full takeover ClickFix malware hits DoD cybersecurity vendor homepage SVG Onload Tag Hides Magecart Skimmer on 99 Stores Mass PolyShell attack wave hits 471 stores in one hour Novel WebRTC skimmer bypasses security controls at $100+ billion car maker PolyShell: unrestricted file upload in Magento and Adobe Commerce Digital skimmer hits global supermarket chain Building a faster YARA engine in pure Go Magento Developers Impersonated in Targeted GitHub Malware Operation Claude finds 353 zero-days on Packagist The billion-dollar security.txt problem Keylogger targets 200,000+ employees at major US bank ConnectPOS leaked Github secrets for years Critical backdoor found in MGT Varnish extension SessionReaper attacks have started, 3 in 5 stores still vulnerable SessionReaper, unauthenticated RCE in Magento & Adobe Commerce (CVE-2025-54236) Adobe patches critical Magento admin takeover via menu injection Backdoor found in popular ecommerce components Found defunct.dat on your site? You've got a problem. You have 2 weeks left to set up CSP for your store Merchants left guessing at last-minute PCI-DSS u-turn Magento Security Release APSB25-08 [Impact Analysis] Google services abused in skimming campaigns Thousands of Adobe Commerce stores hacked in competing CosmicSting campaigns CosmicSting attack & defense overview
Sorry, client-side security does not work
Sansec Forensics Team · 2025-02-03 · via Sansec - experts in eCommerce security

Merchants spend millions of dollars on client-side security solutions to prevent digital skimming attacks. Companies are rushing to implement these tools, often driven by PCI requirements. But here's the reality: these solutions are ineffective against most attacks.

Fact: client-side solutions target symptoms, not the real problem

When malicious code appears on your site, it means your infrastructure has already been compromised. While client-side protection might neutralize malicious frontend code, it does nothing to stop attackers from getting into your system in the first place. Once attackers breach your server, they gain control of:

  • Your entire database, including customer and order data
  • All server-side code and business logic
  • Access to internal systems and networks
  • The ability to modify any code or content

You want to prevent thieves getting into your systems, not merely block one of their escape routes.

Fact: client-side security can be easily side-stepped

Client-side security tools are deployed through your server. This creates a fundamental weakness: when attackers control your server, they can simply:

  • Remove the security script entirely
  • Modify its configuration to allow malicious code
  • Insert their skimming code before the security solution loads

Real protection needs to run independent of the thing it is protecting.

The Supply Chain Distraction

Vendors of client-side security know about these fundamental flaws, so they focus their marketing on a particular subset of the malware problem where their solutions could actually make sense: supply chain attacks.

While these attacks sound frightening in vendor presentations, the data tells a different story: the last successful supply chain attack that actually hit stores, occurred in 2019. So vendors are selling a solution to a theoretical problem.

What does happen then in reality? Plain old server hacks. At Sansec, we've been monitoring digital skimming attacks globally. In the last five years, we detected payment skimmers in over 210,000 online stores. Zero (0) skimmers were injected via Javascript supply chain attacks*. The data is unambiguous: attackers inject practically all skimmers through direct server compromises, not through third-party services. This isn't speculation - it's based on years of real-world attack data.

* In fact, Sansec discovered a supply chain attack in 2022 that actually hit stores, however this attack used (server-side) PHP code and could not have been detected nor prevented by a client-side solution.

What Should You Do Instead?

The data is clear: to effectively protect against digital skimming, you need to secure your servers first. This means:

  1. Monitor for malware and vulnerabilities on the server level
  2. Implement effective and timely patch procedures
  3. Run a free CSP monitor for compliance

And are you still considering a client-side solution? Ask potential vendors these questions:

  1. What do you do to prevent my store getting hacked?
  2. Why didn't you discover the rogue Polyfill domain?

Don't waste resources on expensive solutions that attackers easily bypass. Focus on where the real attacks happen.

Read more