2024-05-08
Tech Firms Sign Secure by Design Pledge
Between 60 and 70 tech companies so far have signed the US Cybersecurity and Infrastructure Security Agency's (CISA's) Secure by Design Pledge to bake security into their products. The Pledge Goals include increasing use of multi-factor authentication (MFA); decreasing use of default passwords; reducing entire classes of vulnerabilities, such as SQL injection, cross-site scripting, and memory safety vulnerabilities; increasing installation of patches; and publishing a vulnerability disclosure policy.
Editor's Note
A good show of faith by software vendors as well as good press coverage for CISA. That said, it seems like a relatively low bar for vendors to meet, and it is after all, voluntary. Why wouldn't we insist that software vendors publish their full secure development process and pledge that they will follow said process for all products and services? That would mean something, and likely have more impact than simply signing a pledge.
Curtis Dukes
The pledge is intended to cover SaaS and on-premises software, not IoT or consumer products. Some of the seven goals of the pledge are more difficult such as making updates easier and tracking their application or eliminating entire classes of vulnerabilities (such as SQLi). Part of the expectation is that you're not going to have to pay extra for logging, MFA etc. which will help us raise the bar in our own shops.
Lee Neely
I'd like to see some (most) (ok, all) of the decreasing and reducing in the pledge turned into eliminating decreasing vulnerabilities by 90% may sound great but it really only takes one easily exploitable vulnerability to be built in and it is game over. It is kind of like food vendors promising to reduce shards of metal in their products vs. focusing on eliminating them.
John Pescatore
At first glance this looks like just a publicity stunt for many companies. But I also like to think this was actually a good idea by CISA and could drive some change. First, this is a very public act and by these people / companies signing their names, that actually can drive behavior (Dr. Cialdini / Influence anyone) and help prioritize security more. Second, by seeing all the different companies pledging this initiative, prioritizing security is now perceived as becoming the norm (and a competitive advantage). Finally, this also can put vendors in bind. If these companies go back and make absolutely no security change, and basic vulnerabilities continue to be found in the future, this will only destroy their credibility that much more. Will this single act save cybersecurity? No. But I think initiatives like this can make a difference.
Lance Spitzner
While one has been a long-time advocate for improved software quality, "secure" by design is an over-constrained and ambitious goal. Improved quality is essential to a reliable and resilient infrastructure but it is not a silver bullet. "Safe out of the box," perhaps. Securable by design, probably. Elimination of the top ten repeated design and coding errors, surely. However, almost any product, regardless of how well designed and implemented, can be misconfigured, mis-operated, or misused. Clearly what we are doing is not working but over stating the objective will not help.