First reportedSeptember 6, 2018
ActivityActivity date not specified
Last updatedFeb 2, 2026, 12:00 AM UTC
Record confidencemed

Key facts

Affected

  • British Airways customers who booked via website/app during the affected period
  • British Airways

Initial access

  • unknown

Impact

  • data_theft
  • financial_loss

Attribution

unknown low confidence

The cited disclosure and regulatory decision do not provide definitive public attribution to a specific actor.

CVEs and ATT&CK

No CVE or ATT&CK association is captured in this curated record.

Mitigations

Now

  • Use strong client-side and server-side security controls for payment pages (CSP, integrity checks, code review)Reduces risk of injection-based card skimming and unauthorized script execution on payment workflows.

Soon

  • Segment payment processing components and enforce least privilege for administrative accessLimits blast radius if web infrastructure is compromised and reduces access to cardholder data environments.

Later

  • Implement continuous monitoring and third-party script inventory for e-commerce applicationsImproves detection of unauthorized changes and reduces blind spots from external code dependencies.

Detection ideas

Detect unauthorized changes to web assets and client-side scripts

Alert on unexpected changes to JavaScript/CSS assets, especially on checkout/payment pages, outside approved deployment pipelines.

Data sources: Web server file integrity monitoring, CDN logs, CI/CD audit logs

Monitor for anomalous outbound connections and data exfiltration from web tiers

Detect new outbound destinations from web tiers and unusual POST activity consistent with card-skimming exfiltration.

Data sources: Proxy logs, NetFlow/flow logs, WAF logs

Sources