Skip to main content

Security Patching Is Becoming a Competitive Advantage


 

Over the past decade, application security has changed dramatically. Yet the biggest shift is not that software has suddenly become less secure. The real change is that discovering vulnerabilities has become much easier, while fixing and distributing those fixes has become significantly harder. For software vendors, the bottleneck is no longer finding security issues. It is maintaining secure software throughout the entire lifecycle of a product.

Not that long ago, finding vulnerabilities was largely a manual exercise. Internal penetration tests, customer security assessments and occasional code reviews uncovered issues that developers would then address before the next release. Today, vulnerability discovery is continuous and increasingly automated. Static Application Security Testing (SAST) tools such as SonarQube analyze every build for insecure coding patterns. Dynamic Application Security Testing (DAST) has become a standard part of many security programs, both internally and at customer sites. Software Composition Analysis (SCA) tools continuously monitor third-party components for newly disclosed CVEs, while container images are automatically scanned before deployment. Modern software vendors also generate Software Bills of Materials (SBOMs), VEX reports and detailed security reports to provide transparency to their customers.

These practices are no longer differentiators; they have become table stakes. What has changed over the past year is the speed and depth with which vulnerabilities can now be identified.

AI-driven penetration testing platforms are dramatically increasing the amount of testing that can be performed in a fraction of the time. Belgian cybersecurity company Aikido Security, which recently reached unicorn status, is just one example of this trend. At the same time, new generations of large language models are proving remarkably capable of security research. Models specifically optimized for vulnerability discovery, such as Claude Mythos, receive considerable attention, but in reality virtually every modern frontier LLM can assist security researchers in finding weaknesses, reviewing code and exploring attack paths.

As a result, the industry is experiencing two important trends.

The first is a sharp increase in vulnerabilities discovered in widely used open-source components. Frameworks and libraries such as Spring, Tomcat, Jackson, OpenSSL and many others are under far greater scrutiny than ever before. These components are continuously being analyzed by security researchers, automated scanners and AI-assisted tools. Consequently, new vulnerabilities are discovered at a much higher pace, requiring maintainers to release updates more frequently. Every software vendor depending on these components must then assess the impact, update dependencies and distribute patches to customers.

The second trend is that penetration tests are uncovering far more sophisticated attack scenarios. Traditionally, security reports listed relatively isolated findings such as SQL injection vulnerabilities, missing HTTP security headers or cross-site scripting issues. AI-assisted testing increasingly combines multiple low or medium severity findings into realistic attack chains. Individually, none of these issues may seem critical. Together, however, they can form a serious security vulnerability that would previously have gone unnoticed.

Ironically, this does not necessarily mean software quality is deteriorating. Instead, the inspection process has improved dramatically. Better tools simply reveal more weaknesses. Much like advances in medical imaging detect diseases that previously remained invisible, advances in application security expose vulnerabilities that older testing methods would never have identified. As inspection capabilities improve, the expected security baseline inevitably rises as well.

This creates an entirely new challenge for software vendors.

Finding a vulnerability is often no longer the difficult part. The real effort starts once a vulnerability has been identified. It must be analyzed, fixed, regression tested, documented, packaged and released. Customers must be informed and deployment instructions prepared. If multiple supported versions exist, that entire process may need to be repeated several times.

Many enterprise software vendors do not have the luxury of supporting only their latest release. Especially for on-premises deployments, customers often remain on older versions for years because upgrades require careful planning, validation and downtime. As long as these versions remain within their support lifecycle, customers rightly expect security fixes without having to perform a full platform upgrade.

This significantly complicates vulnerability management. A security issue discovered today may require separate patches for several supported product versions, each with its own codebase and dependency set. At the same time, many of the underlying open-source components themselves have relatively short support windows, sometimes only a year. Security fixes are therefore not always available for the versions currently embedded in older product releases. Vendors may be forced to upgrade to newer major versions of frameworks or application servers simply to obtain a security fix. Those upgrades can introduce breaking changes or compatibility issues, transforming what initially looked like a straightforward security patch into a much larger engineering project.

In that sense, technical debt has become security debt.

Older codebases are more difficult to maintain, harder to upgrade, increasingly expensive to test and far riskier to modify. Design decisions that once merely reduced development efficiency now directly affect an organization’s ability to respond to newly disclosed vulnerabilities. Maintaining a clean, modern architecture is no longer just about developer productivity; it has become an essential security capability.

Dependency management has undergone a similar transformation. Open-source software has enabled developers to build sophisticated applications at unprecedented speed. However, it also means that much of the software stack is maintained outside the vendor’s control. Customers do not distinguish between vulnerabilities in proprietary code and vulnerabilities originating from third-party libraries. They purchased a complete product and expect the vendor to ensure that every component within it remains secure. Whether the issue originates in Spring, Tomcat, Jackson or OpenSSL is largely irrelevant from the customer’s perspective.

One likely consequence of this evolution is an even stronger shift toward Software-as-a-Service (SaaS). From a security maintenance perspective, SaaS fundamentally simplifies release management. Because the vendor controls the production environment, security patches can be deployed immediately without waiting for customers to plan upgrades or install updates themselves. Instead of maintaining and patching multiple supported product versions in parallel, engineering teams can focus on securing a single, continuously evolving platform. This dramatically improves the ability to respond quickly to newly disclosed vulnerabilities. However, SaaS also comes with its own responsibilities. Unlike many on-premises applications that are protected behind customers' internal networks and security controls, SaaS platforms are directly exposed to the internet and face constant scrutiny from attackers. As a result, customers increasingly expect independent proof that these services are secure. Security certifications, regular penetration tests, compliance audits, transparent security reporting and mature secure development practices are no longer nice-to-have differentiators, they are becoming essential requirements for earning and maintaining customer trust. In many ways, SaaS does not reduce the importance of application security; it simply shifts the focus from managing software releases to continuously demonstrating operational security.

This is why security maintenance itself is becoming a competitive differentiator. Customers increasingly evaluate software vendors not only on functionality, performance and usability, but also on their ability to deliver timely security patches, provide transparent security reporting, support multiple product versions and demonstrate mature secure development practices. Regulations such as the European Cyber Resilience Act further reinforce these expectations by making continuous vulnerability management a business requirement rather than an optional best practice.

For software vendors, that is perhaps the biggest change of all. Success is no longer determined solely by how quickly new features are developed. Increasingly, it depends on how efficiently vulnerabilities can be assessed, fixed, tested and delivered across every supported product version. The future of enterprise software will not be defined by who finds the fewest vulnerabilities, but by who can respond to them most effectively. In today’s security landscape, shipping secure updates has become just as important as shipping new functionality.

Comments

Popular posts from this blog

Transforming the insurance sector to an Open API Ecosystem

1. Introduction "Open" has recently become a new buzzword in the financial services industry, i.e.   open data, open APIs, Open Banking, Open Insurance …​, but what does this new buzzword really mean? "Open" refers to the capability of companies to expose their services to the outside world, so that   external partners or even competitors   can use these services to bring added value to their customers. This trend is made possible by the technological evolution of   open APIs (Application Programming Interfaces), which are the   digital ports making this communication possible. Together companies, interconnected through open APIs, form a true   API ecosystem , offering best-of-breed customer experience, by combining the digital services offered by multiple companies. In the   technology sector   this evolution has been ongoing for multiple years (think about the travelling sector, allowing you to book any hotel online). An excelle...

RPA - The miracle solution for incumbent banks to bridge the automation gap with neo-banks?

Hypes and marketing buzz words are strongly present in the IT landscape. Often these are existing concepts, which have evolved technologically and are then renamed to a new term, as if it were a brand new technology or concept. If you want to understand and assess these new trends, it is important to   reduce the concepts to their essence and compare them with existing technologies , e.g. Integration (middleware) software   ensures that 2 separate applications or components can be integrated in an easy way. Of course, there is a huge evolution in the protocols, volumes of exchanged data, scalability, performance…​, but in essence the problem remains the same. Nonetheless, there have been multiple terms for integration software such as ETL, ESB, EAI, SOA, Service Mesh…​ Data storage software   ensures that data is stored in such a way that data is not lost and that there is some kind guaranteed consistency, maximum availability and scalability, easy retrieval...

IoT - Revolution or Evolution in the Financial Services Industry

1. The IoT hype We have all heard about the   "Internet of Things" (IoT)   as this revolutionary new technology, which will radically change our lives. But is it really such a revolution and will it really have an impact on the Financial Services Industry? To refresh our memory, the Internet of Things (IoT) refers to any   object , which is able to   collect data and communicate and share this information (like condition, geolocation…​)   over the internet . This communication will often occur between 2 objects (i.e. not involving any human), which is often referred to as Machine-to-Machine (M2M) communication. Well known examples are home thermostats, home security systems, fitness and health monitors, wearables…​ This all seems futuristic, but   smartphones, tablets and smartwatches   can also be considered as IoT devices. More importantly, beside these futuristic visions of IoT, the smartphone will most likely continue to be the cent...

PFM, BFM, Financial Butler, Financial Cockpit, Account Aggregator…​ - Will the cumbersome administrative tasks on your financials finally be taken over by your financial institution?

1. Introduction Personal Financial Management   (PFM) refers to the software that helps users manage their money (budget, save and spend money). Therefore, it is often also called   Digital Money Management . In other words, PFM tools   help customers make sense of their money , i.e. they help customers follow, classify, remain informed and manage their Personal Finances. Personal Finance   used to be (or still is) a time-consuming effort , where people would manually input all their income and expenses in a self-developed spreadsheet, which would gradually be extended with additional calculations. Already for more than 20 years,   several software vendors aim to give a solution to this , by providing applications, websites and/or apps. These tools were never massively adopted, since they still required a lot of manual interventions (manual input of income and expense transaction, manual mapping transactions to categories…​) and lacked an inte...

AI in Financial Services - A buzzword that is here to stay!

In a few of my most recent blogs I tried to   demystify some of the buzzwords   (like blockchain, Low- and No-Code platforms, RPA…​), which are commonly used in the financial services industry. These buzzwords often entail interesting innovations, but contrary to their promise, they are not silver bullets solving any problem. Another such buzzword is   AI   (or also referred to as Machine Learning, Deep Learning, Enforced Learning…​ - the difference between those terms put aside). Again this term is also seriously hyped, creating unrealistic expectations, but contrary to many other buzzwords, this is something I truly believe will have a much larger impact on the financial services industry than many other buzzwords. This opinion is backed by a study of McKinsey and PWC indicating that 72% of company leaders consider that AI will be the most competitive advantage of the future and that this technology will be the most disruptive force in the decades to come. Deep Lea...

A bank account - A concept of the past

Almost every recent article written about banking starts with the statement that the   banking industry is being disrupted   by new competitors, new innovations and new technologies. Although this statement is definitely true, the extend of the disruption can still be debated. Even the most innovative neo-banks still work with bank (current, saving, term and investment) accounts, cards (credit and debit), traditional credits, existing payment infrastructure…​ The user experience surrounding the origination and servicing of these products has dramatically improved (and will continue to evolve), but the underlying banking products are not really disrupted. You could argue that banking products are so intertwined with society and our way of thinking about finance, that they can’t be disrupted, but looking at those products you cannot ignore that they are far from an optimal solution in our current digital world. Let’s consider   cards   for example. Isn’t ...

From app to super-app to personal assistant

In July of this year,   KBC bank   (the 2nd largest bank in Belgium) surprised many people, including many of us working in the banking industry, with their announcement that they bought the rights to   broadcast the highlights of soccer matches   in Belgium via their mobile app (a service called "Goal alert"). The days following this announcement the news was filled with experts, some of them categorizing it as a brilliant move, others claiming that KBC should better focus on its core mission. Independent of whether it is a good or bad strategic decision (the future will tell), it is clearly part of a much larger strategy of KBC to   convert their banking app into a super-app (all-in-one app) . Today you can already buy mobility tickets and cinema tickets and use other third-party services (like Monizze, eBox, PayPal…​) within the KBC app. Furthermore, end of last year, KBC announced opening up their app also to non-customers allowing them to also use these thi...

Can Augmented Reality make daily banking a more pleasant experience?

With the   increased competition in the financial services landscape (between banks/insurers, but also of new entrants like FinTechs and Telcos), customers are demanding and expecting a more innovative and fluent digital user experience. Unfortunately, most banks and insurers, with their product-oriented online and mobile platforms, are not known for their pleasant and fluent user experience. The   trend towards customer oriented services , like personal financial management (with functions like budget management, expense categorization, saving goals…​) and robo-advise, is already a big step in the right direction, but even then, managing financials is still considered to be a boring intangible and complex task for most people. Virtual (VR) and augmented reality (AR)   could bring a solution. These technologies provide a user experience which is   more intuitive, personalised and pleasant , as they introduce an element of   gamification   to t...

Marketplaces in the financial industry - Here to stay?

Marketplaces are   hip and trendy   on the internet and will likely evolve even more in the near future. In some markets (like food delivery, transportation, commerce, holiday…​) they already represent double digit market shares (e.g. in 2018 $1.86 trillion was spent globally on the top 100 online marketplaces), but for the financial services sector, their impact (even though there are a few unicorn FinTechs in this space) on the industry is still limited. Any form of   intermediation   (travel agents, taxi dispatchers…​) will likely be replaced by a modern, digital and more direct equivalent, i.e. a digital marketplace. As the business of banks is exactly the intermediation between people having excess money and people needing money, the financial services sector will be significantly impacted. Furthermore, marketplaces are strongly intertwined with other concepts like the   gig-economy, the sharing-economy and the API-economy . All these trends will ultimately...

Calculation engines in Financial Services - A key differentiator in the business strategy

All business processes in the banking industry contain quite some specific business logic. Rather than coding this aggregated in one business application, it is wise to setup separate components for this logic. These components we will refer to as   financial engines   in this blog. Usually these engines can be quite easily isolated, as they receive a well-defined input and provide a well-defined output and typically don’t execute themselves any operational data manipulations (thus avoiding the data segregation issues which are probably the most complex issues to solve in a microservices architecture). These engines can manage the orchestration of the workflow (workflow engines), the characteristics of products (product engines), the next-best-offer/recommended products (recommendation engines), the generation of output notifications (notification engines - cfr. my blog " Notification management - Don’t underestimate its importance and complexity " -   https://bankloch.bl...