Enterprise AI
Vulnerability management
Also known as: vuln management, patch management
Vulnerability management is the ongoing process of finding, assessing, prioritising and fixing security weaknesses across software, systems and infrastructure. It combines scanning and asset inventory with a risk based decision on what to patch first. Patch management is the remediation part of that wider cycle.
What it is
It is a continuous loop rather than a one off audit: discover assets, scan them, rank findings by exploitability and business impact, remediate or accept the risk, then verify the fix. Findings come from automated scanners, penetration tests, vendor advisories and bug reports. Good programmes track each issue to closure with an owner and a deadline.
Why it matters
Unpatched software is one of the most common routes to a breach, and a compromised website can be defaced, injected with spam links or used to serve malware, all of which damage rankings, trust and revenue. Downtime or a security incident also removes pages from search results and breaks the crawling and citation that AI assistants rely on. For regulated or enterprise buyers, a documented programme is often a condition of sale.
How it works
Practitioners maintain an asset inventory, run scheduled and event driven scans, and score findings using severity plus context such as internet exposure and known exploitation. Service level targets set how quickly each severity band must be fixed, and tickets flow into the same backlog engineering already uses. Exceptions are recorded with a compensating control and a review date.
When it applies
It applies continuously for any organisation running websites, applications, servers or endpoints, and intensifies when a widely exploited vulnerability is disclosed.
Examples
- A CMS plugin vulnerability is disclosed and the team patches all client sites within the 48 hour window set for critical, internet facing issues.
- A quarterly external scan finds an exposed staging environment indexed by search engines, which is then locked behind authentication.
- A risk exception is logged for a legacy reporting server that cannot be patched, with network segmentation applied until it is retired.
How it is measured
- Mean time to detect and mean time to remediate by severity
- Percentage of assets scanned within the last scan cycle
- Open vulnerabilities past their remediation service level target
- Patch coverage rate across production systems
Insights on Vulnerability management
Related terms in Enterprise AI
- AI agentsAI agents are software systems that use a language model to plan and carry out multi-step tasks, rather than simply returning a block of text. They can call tools, query APIs, browse websites and write to other systems in pursuit of a goal, with varying degrees of human oversight. The term covers everything from a scripted assistant that books a meeting to a research agent that gathers sources and drafts a report.
- AI chipsAI chips are processors designed or optimised to run machine learning workloads, especially the large matrix operations behind training and inference. The category covers GPUs, tensor and neural processing units, and custom ASICs, usually paired with high-bandwidth memory and fast interconnects. They are also called AI accelerators or AI semiconductors.
- AI drug discoveryAI drug discovery is the use of machine learning and computational models to support the early stages of finding and refining new medicines. Models are applied to tasks such as predicting protein structures, identifying candidate molecules, prioritising targets and estimating properties like toxicity or binding affinity. The aim is to narrow a very large search space before expensive laboratory and clinical work begins.
- AI infrastructureAI infrastructure is the stack of hardware, networking, storage and software needed to train, fine-tune and serve AI models at scale. It spans accelerators such as GPUs, the data centres and power that house them, and the orchestration and serving layers that turn raw compute into working model endpoints. For most marketing teams it is a cost and capacity constraint they consume through APIs rather than something they build.
- AI procurementAI procurement is the process of evaluating, buying and contracting artificial intelligence tools and services, from assistants and content platforms to models accessed through an application programming interface. It covers commercial terms alongside security, data protection, accuracy and integration questions that do not arise with ordinary software. Most organisations run it as a structured review with pilots, stakeholder sign off and defined exit conditions.
- AI securityAI security is the practice of protecting AI systems, their data and the applications built on them from misuse, manipulation and leakage. It covers threats such as prompt injection, data exfiltration through model outputs, unsafe tool use by agents and compromised supply chains. It also covers the controls that keep AI features safe once they are live.