01.E.02 · Compliance Fundamentals

PCI-DSS

A contract, not a law. Enforced by card brands instead of governments. And yet possibly the single most consequential security standard a US merchant ever encounters.

The Payment Card Industry Data Security Standard (PCI-DSS) is published by the PCI Security Standards Council — a consortium founded in 2006 by Visa, Mastercard, American Express, Discover, and JCB. It is not a law. It is a contractual standard: if a merchant wants to accept payment cards from these brands, the merchant's bank (acquirer) requires the merchant to comply, and the merchant agrees by contract. The teeth are in the contract terms, not in any statute.

The current version is PCI-DSS v4.0, published March 2022, with a transition period that ended March 31, 2024 (when v3.2.1 was retired) and full v4.0 enforcement of all "future-dated" requirements beginning March 31, 2025. The standard runs to about 360 pages. The 12 high-level requirements that students typically memorize sit on top of hundreds of detailed sub-requirements with prescribed validation approaches.

Who's covered

PCI-DSS applies to any entity that stores, processes, or transmits cardholder data — or that can affect the security of cardholder data. That's a much broader set than "businesses that take cards." It includes the obvious payment processors and merchants, but also extends to service providers (hosting providers handling card data, managed security service providers running an in-scope environment), shopping cart software vendors, call centers that take phone payments, and anyone whose system can influence the security of the cardholder data environment (CDE).

The four merchant levels

Merchants are tiered by annual transaction volume per brand. Higher tiers have heavier validation requirements.

LevelAnnual transactionsValidation
Level 1>6M / yr (or any merchant that has had a breach)Annual on-site assessment by a Qualified Security Assessor (QSA) producing a Report on Compliance (ROC); quarterly external network scans by an Approved Scanning Vendor (ASV); Attestation of Compliance (AOC)
Level 21M – 6M / yrAnnual Self-Assessment Questionnaire (SAQ) or ROC (varies by brand); quarterly ASV scans; AOC
Level 320K – 1M e-commerce / yrAnnual SAQ; quarterly ASV scans; AOC
Level 4<20K e-commerce, or <1M total / yrAnnual SAQ; ASV scans (acquirer's discretion); AOC. Lightest paperwork; same technical requirements.

The technical requirements are the same at every level. The only difference is how compliance is validated — Level 1 sends in outside auditors, Level 4 lets the merchant self-attest. The merchant level is set by each card brand; merchants that hit Level 1 with one brand often must comply at Level 1 across all brands by the brand with the strictest rules.

The 12 requirements

Organized into six control objectives. Every cybersecurity student should recognize these on sight — they appear on Security+, CISSP, CASP+, and every PCI-DSS interview ever conducted.

Objective 1 · Build and maintain a secure network
Requirement 1

Install and maintain network security controls

Firewalls, segmentation, secure configurations between the CDE and untrusted networks. Documented network and data-flow diagrams.

Requirement 2

Apply secure configurations to all system components

No vendor defaults (passwords, SNMP strings, sample apps). Hardening standards. One primary function per server.

Objective 2 · Protect account data
Requirement 3

Protect stored account data

Minimize storage; render PAN unreadable wherever stored (hashing, truncation, tokenization, or strong encryption). Never store sensitive authentication data after authorization (CVV, full track data, PIN).

Requirement 4

Protect cardholder data with strong cryptography during transmission

TLS 1.2+ over open or public networks. No SSL, no early TLS, no weak ciphers.

Objective 3 · Maintain a vulnerability management program
Requirement 5

Protect all systems and networks from malicious software

Anti-malware on commonly affected systems, regularly updated. v4.0 added requirements for malware detection on systems not "commonly affected" too.

Requirement 6

Develop and maintain secure systems and software

SDLC. Critical patches applied within one month. Code review or static analysis for in-house web apps. WAF for public-facing web apps. Address OWASP-class issues.

Objective 4 · Implement strong access control measures
Requirement 7

Restrict access by business need to know

Least privilege. Role-based access. Default deny.

Requirement 8

Identify users and authenticate access

Unique user IDs (no shared accounts). MFA for all access into the CDE (universal in v4.0). Strong password requirements; modern password rules accept length-based rather than complexity-based.

Requirement 9

Restrict physical access to cardholder data

Facility controls. Visitor logs. Media handling and disposal. POS device inspection for tampering.

Objective 5 · Regularly monitor and test networks
Requirement 10

Log and monitor all access to system components and cardholder data

Centralized log collection. Daily review. Retain at least one year (three months immediately available). Integrity-protect logs.

Requirement 11

Test security of systems and networks regularly

Quarterly internal vulnerability scans. Quarterly external ASV scans. Annual penetration test (internal + external). Annual segmentation testing for merchants using segmentation to reduce scope.

Objective 6 · Maintain an information security policy
Requirement 12

Support information security with organizational policies and programs

Comprehensive written security policy, reviewed annually. Risk assessments. Workforce security awareness. Incident response plan. Service provider management (the "list of third parties" requirement).

SAQ vs ROC

Most merchants validate compliance by submitting a Self-Assessment Questionnaire — a yes/no/N/A checklist matched to whatever subset of the 12 requirements applies to their processing model. There are nine SAQ types; picking the right one matters.

SAQApplies toApprox. # of questions
ACard-not-present (e-commerce, mail/phone) merchants who outsource all card processing to a PCI-DSS-compliant third party. No electronic storage, processing, or transmission of cardholder data on the merchant's systems.~30
A-EPE-commerce merchants who partially outsource (e.g., direct-post to a third-party payment page). Some impact on cardholder data security.~190
BImprint machines or dial-out terminal merchants. No electronic cardholder data storage.~40
B-IPStandalone IP-connected payment terminals (validated PTS terminals).~85
C-VTWeb-based virtual payment terminal — merchant uses isolated computer with browser to a hosted payment page.~80
CPayment app systems connected to internet, no electronic storage of cardholder data.~160
P2PEHardware-based, point-to-point-encrypted (P2PE) payment terminals, with no other electronic processing.~35
SPoCSoftware-based PIN entry on a commercial off-the-shelf device (smartphone), validated solution.~50
D"Everything else" — service providers and any merchant whose situation doesn't fit a narrower SAQ. Covers all 12 requirements.~330

A Report on Compliance (ROC) is the full-fat version — mandatory for Level 1 merchants and many service providers. It's produced by a Qualified Security Assessor (QSA) after an on-site assessment that can take weeks. A ROC examines evidence for every applicable sub-requirement and documents findings.

Scope reduction is the whole game

PCI-DSS applies to the Cardholder Data Environment (CDE) — any system that stores, processes, or transmits cardholder data, plus any system that's connected to those (could affect their security). The smaller the CDE, the cheaper compliance gets. Architecting for scope reduction is the dominant strategic move in payment systems.

The 2013 Target breach remains the textbook case of segmentation that wasn't. Attackers stole credentials from an HVAC vendor, used them to reach Target's billing system, pivoted into the point-of-sale network, and stole 40 million card numbers plus 70 million customer records. The HVAC vendor never should have been able to reach the POS network — that's the segmentation failure. Estimated total cost to Target: $292 million. Segmentation testing is not bureaucracy; it's how you verify the architecture you think you have.

Enforcement and the cost of failure

PCI-DSS noncompliance penalties don't come from the PCI SSC — the council itself has no enforcement power. Penalties come from the card brands, levied through the merchant's acquiring bank, who deduct them from the merchant's account. Typical consequences:

In practice, the structural cost of compliance — QSA fees, ASV scans, pen tests, segmentation maintenance, training, the security team itself — runs anywhere from tens of thousands of dollars annually for a small e-commerce merchant on SAQ A to many millions for a Level 1 merchant or large service provider on a ROC.

Takeaway

PCI-DSS is the most prescriptive of the major compliance regimes — HIPAA tells you to manage risk; PCI-DSS tells you to install a firewall, log specific events, scan quarterly, and update patches within a month. That makes it easier to audit and harder to game, but also more brittle: the standard takes years to evolve and sometimes lags real-world threats.

The strategic move for any merchant: get cardholder data out of your systems. Hosted pages, tokenization, P2PE terminals. The cheapest CDE is no CDE. The second-cheapest is a tiny, segmented one with comprehensive monitoring. The most expensive is "we touch cards everywhere and we're hoping the audit doesn't notice" — which describes a startling number of organizations until their breach forces them to confront it.

Sources

  1. PCI Security Standards Council. (2022). Payment Card Industry Data Security Standard v4.0. https://www.pcisecuritystandards.org/document_library/
  2. PCI Security Standards Council. (2024). PCI DSS Quick Reference Guide. https://www.pcisecuritystandards.org/document_library/?category=pcidss
  3. PCI Security Standards Council. (2024). Self-Assessment Questionnaires (SAQ). https://www.pcisecuritystandards.org/document_library/?category=saqs
  4. Verizon. (2024). 2024 Payment Security Report. https://www.verizon.com/business/resources/reports/payment-security-report/
  5. U.S. Senate Committee on Commerce, Science, and Transportation. (2014). A "Kill Chain" Analysis of the 2013 Target Data Breach. Committee Print.