TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: PCI Violation by client storing 'cardholder data'

2 点作者 alanhoskins大约 8 年前
I was recently contacted to fix the admin portion of a website that was not loading properly. Upon fixing the issue, I found that the website is storing credit card information (number, expiration, ccv and customer info) in their database and even displaying it in plain text to the admin for processing offline.<p>I&#x27;ve informed the client that this needs to be fixed as soon as possible and that it is a violation. From what I saw they have at least 4000+ entries of cardholder data.<p>What, if anything, should I do?

2 条评论

cabrel大约 8 年前
Companies like this are why breaches can be so devastating (financially and privacy-wise) to the general public [1].<p>If you know who their credit card processor is, you should go directly to them and report the problematic business. You can also go to the credit card company sites and contact them directly. If you know whom their QSA is, I would also contact the credit card companies about the QSA and they can investigate whether his PCI auditor status should be revoked. [2]<p>It is in the credit card companies best interest to investigate things like this which is why the channels exist to report these instances.<p>For reference, requirement no. 3 of the PCI standards cover the appropriate procedures for storing this type of information [3].<p>IANAL and all that..<p>[1] See the first comment of <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14401825" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14401825</a><p>[2] <a href="https:&#x2F;&#x2F;www.pcicomplianceguide.org&#x2F;how-do-i-report-a-pci-violation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pcicomplianceguide.org&#x2F;how-do-i-report-a-pci-vio...</a><p>[3] See page 36 of <a href="https:&#x2F;&#x2F;www.pcisecuritystandards.org&#x2F;documents&#x2F;PCI_DSS_v3-2.pdf?agreement=true&amp;time=1495633461855" rel="nofollow">https:&#x2F;&#x2F;www.pcisecuritystandards.org&#x2F;documents&#x2F;PCI_DSS_v3-2....</a>
gregjor大约 8 年前
You did what you can do. Maybe point them to their merchant agreement and PCI compliance rules. I&#x27;ve run into this before and clients have paid be to fix the problem.