Earlier quoted context omitted.
The AWS spokesman quoted in the article also explicitly says it wasn't a vulnerability.
Do you consider an access control misconfiguration to be a vulnerability? Does Amazon? Point stands; they’re being very careful to say that there aren’t any CVEs, but they are also very carefully not saying whether she abused the privileges of her role to identify misconfigurations more rapidly than she could have otherwise.
Capital One Says Breach Hit 100M Individuals in U.S
301–310 of 319 posts
Re: Capital One Says Breach Hit 100M Individuals in U.S
#302Re: Capital One Says Breach Hit 100M Individuals in U.S
#303Earlier quoted context omitted.
Not sure if this is a reputable source: https://heavy.com/news/2019/07/paige-adele-thompson/ But sounds like she's an engineer that used to work in aws, specifically S3. If true, seems likely as she would have insider knowledge of existing attack vectors and possibly vulns. Maybe even using something we discovered while on the job.
If this is true, this is a great reason for people to stop using S3 or to start doing daily bucket audits. Or you know, not store PII in the cloud poorly.
Re: Capital One Says Breach Hit 100M Individuals in U.S
#304Earlier quoted context omitted.
Do you consider an access control misconfiguration to be a vulnerability? Does Amazon? Point stands; they’re being very careful to say that there aren’t any CVEs, but they are also very carefully not saying whether she abused the privileges of her role to identify misconfigurations more rapidly than she could have otherwise.
Detailed knowledge of a system gives you all kinds of knowledge about how to exploit it. You don't need special access if you know X% of users misconfigure feature Y.
Special access can make the difference between "locating X% of misconfigured users in a single admin panel query" and "locating X% of misconfigured users by scanning every S3 bucket in existence without being caught".
Or to draw a weak analogy, knowing that a closed-source PRNG algorithm is defective does not necessarily help locate all keys generated by it, but having access to force it to generate numbers for you (or to study its source code) absolutely does help.
Re: Capital One Says Breach Hit 100M Individuals in U.S
#305Re: Capital One Says Breach Hit 100M Individuals in U.S
#306Earlier quoted context omitted.
Some S3 eng accidentally dropped a big chunk of the servers that were the s3 equivalent of an hdfs nameserver, ie mapping blob name to location info, as part of an unrelated config change. While attempting to recover, the s3 team discovered and/or decided the nameserver needed a full restart. That's when they discovered the info in the nameserver had grown so large since the last full restart years previous that it t…
If you don't mind me asking, what was the punishment for what you did?
Re: Capital One Says Breach Hit 100M Individuals in U.S
#307> hacked into a cloud-computing company server, federal prosecutors in Seattle said > the cloud-computing company, on whose servers Capital One rented space, wasn’t identified in court papers. Does this feel like it was just an S3 bucket with permissions set incorrectly? I've come across sensitive documents in S3 buckets with a well crafted google search.
Per the complaint, it doesn't sound like the bucket was exposed to the world. Rather, security credentials were "obtained": > Capital One determined that the first command, when executed, obtained security credentials for an account named XXXX-WAF-Role, that in turn, enabled access to certain of Capital One's folders at the Cloud Computing Company. Unsure how one would obtain credentials for an IAM Role, but the abov…
Re: Capital One Says Breach Hit 100M Individuals in U.S
#308Earlier quoted context omitted.
If you put data in the cloud, make sure you encrypt with keys only you have even when they promise all sorts of assurances of oversight and process in addition to “we use AES”.
If you put data in the cloud... assume it is no longer private.
Re: Capital One Says Breach Hit 100M Individuals in U.S
#309Earlier quoted context omitted.
I wonder if it could be an effective legal defense for her, akin to plot of Soderbergh Side Effects (2013). "not guilty by reason of insanity" due to hormonal treatment, there are precedents https://www.charlotteobserver.com/news/local/crime/article64... https://ps.psychiatryonline.org/doi/full/10.1176/appi.ps.53.... https://www.mercurynews.com/2012/08/21/man-acquitted-after-a...
As a transgender person, I can tell you that estradiol absolutely cannot induce insanity. At the absolute most , it can screw with your emotions in the same exact ways as PMS (and PMS is indeed caused by hormonal fluctuations). The idea that it's on the same level as ambien is absurd.
Re: Capital One Says Breach Hit 100M Individuals in U.S
#310Earlier quoted context omitted.
Data security professionals don’t make these decisions, random developers do. And they do what is easiest.
At most large companies, IT sets the policy and developers are required to work within that policy. I've worked at about 10 jobs. The only one where devs could write their own ticket was a startup
Even then, it’s unlikely that a security person would recommend compartmentalizing this particular data set. Any application that needs access to some of it probably needs access to all of it, and it makes little difference if you compromise a server and get one key or if you get 30 keys. The trust boundaries haven’t moved, so it would increase cost without really mitigating any threats.