Zombie Card Attack Revives Expired Visa Cards for Contactless NFC Payments
Researchers from the University of Massachusetts Amherst have demonstrated an attack called Zombie Card that allows contactless payments using certain expired Visa cards over NFC. The technique does not require breaking cryptography or cloning the card; it relies solely on inconsistencies in how terminals and banks verify the card’s expiration date.
The team presented their findings in a paper at USENIX Security. For the experiment, researchers placed two Android smartphones between an expired card and a payment terminal. One device emulated the card while the other emulated the terminal, relaying data in real time. During the transaction, the system intercepted the EMV field containing the expiration date and replaced the expired value with a future date.
The terminal accepted the card after performing its local check. The cryptographic data for the transaction remained valid because the modifiable expiration field in Visa EMV Kernel 3 is not always cryptographically bound to the protected elements. However, the attack has limitations: the card’s keys must still be active, and the linked account and card number must remain operational.
Bank behavior varied during testing. One issuer approved payments of varying amounts at different merchants, while another issuer consistently rejected the transactions and directed customers to obtain new cards. Similar substitution attempts failed on Mastercard, American Express, and Discover because their implementations either cross-checked multiple representations of the expiration date or protected the relevant data cryptographically.
The attack is more complex than conventional skimming because it requires both a physical expired card and an NFC relay positioned near the payment terminal.
Related articles
CISA Adds Four Actively Exploited Vulnerabilities to KEV Catalog Including Cisco FMC and Fortinet FortiOS
The US Cybersecurity and Infrastructure Security Agency has added four vulnerabilities to its Known Exploited Vulnerabilities catalog, warning that they are being actively exploited in the wild. The flaws affect Cisco Secure Firewall Management Center, Security Cloud Control, Fortinet FortiOS, FortiSwitchManager, and Citrix NetScaler products. One vulnerability allows attackers to bypass authentication and gain root privileges through crafted HTTP requests. Another is a heap-based buffer overflow that enables execution of unauthorized code or commands via specially crafted packets. CISA issued the update on September 9, 2026, urging organizations to apply patches immediately. The agency continues to track these issues as part of its ongoing efforts to mitigate real-world threats.
Critical RCE Vulnerabilities Disclosed in Check Point VPN Implementations
Check Point Software Technologies has disclosed multiple critical remote code execution vulnerabilities affecting its Quantum Security Gateway and related VPN components. The issues, tracked as CVE-2026-85102 and CVE-2026-85103, both carry a CVSS v3.1 base score of 9.8 and require no authentication for exploitation under specific conditions. CVE-2026-85102 stems from insufficient certificate validation during VPN negotiation in Remote Access VPN and Site-to-Site VPN setups, allowing attackers to bypass authentication and execute arbitrary code. CVE-2026-85103 involves a heap-based buffer overflow in ASN.1 decoding of VPN certificates, similarly enabling unauthenticated remote code execution. The vendor released a security advisory on September 9, 2026, along with live patches through Check Point Live Patch and official updates for affected products including Quantum Security Management.
10 Non-Obvious S3 Integration Vulnerabilities Exposed in Web Application Bug Bounty Research
Security researcher Sergey Bobrov, known as BlackFan, published a detailed analysis of S3 misconfigurations when integrated into web applications via proxies such as nginx. The article examines ten laboratory setups demonstrating issues ranging from stored XSS and bucket takeover to rewrite rule bypasses and cache poisoning. Key findings highlight how nginx path normalization differences, missing trailing slashes, and variable usage like $uri enable attackers to reach arbitrary buckets or inject HTTP request splitting payloads. The research covers both direct S3 client usage and proxy-based integrations, emphasizing ACL and Bucket Policy errors that expose data to any authenticated S3 user worldwide. Practical demonstrations include exploitation of Ceph RGW path traversal with ../ sequences and cache key collisions via response-content-type parameters. The work provides fingerprinting tables for identifying S3-compatible systems including MinIO, Ceph RGW, and Yandex Cloud based on headers and error responses.
Asset and Vulnerability Management in Practice: Building a Working Process with MaxPatrol VM and NetBox
This detailed guide explains how organizations can implement effective asset and vulnerability management by focusing on reliable infrastructure data, IT collaboration, and automation. It draws from real-world projects using MaxPatrol VM, NetBox, and 1C:ERP to demonstrate dynamic grouping, webhook-driven asset onboarding, and deviation-based control. The approach emphasizes eight core principles including minimizing human dependency, just-in-time awareness, maximum data accuracy, and embedding security into existing IT workflows. Technical flows cover automatic scanning initiation upon asset creation in NetBox, categorization against unacceptable events, and priority-based patching cycles aligned with Patch Tuesday. Self-control mechanisms and PDQL queries enable ongoing validation of subnets, asset freshness, and compliance without excessive manual oversight. The framework is designed to be adaptable to any mature vulnerability management platform beyond the specific tools demonstrated.