{"id":1302,"date":"2026-07-03T16:06:15","date_gmt":"2026-07-03T21:06:15","guid":{"rendered":"https:\/\/crossbordertech.com\/?p=1302"},"modified":"2026-07-03T16:31:21","modified_gmt":"2026-07-03T21:31:21","slug":"gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione","status":"publish","type":"post","link":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/","title":{"rendered":"Vulnerability management: how to build a program that actually works."},"content":{"rendered":"<p class=\"wp-block-paragraph\">Vulnerability management is the process of determining whether your organization detects a vulnerability before or after it becomes a problem. The ColCERT report IN-20260325-029 documented what happens in Colombia when this process is lacking. This article explains how to build one.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why is reactive patching not enough?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Vulnerability management isn&#039;t about applying patches when an incident occurs or when someone remembers it. That&#039;s putting out fires.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A vulnerability management program, known as a VMP, is a continuous and systematic cycle that answers three questions on an ongoing basis:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What assets do you have exposed?<br>Which ones have known vulnerabilities?<br>Which ones will you address first and within what timeframe?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Without actively answering those three questions, your team is operating blindly. The ColCERT report documented that the 96% of the affected entities lacked this process, and all the exploited vulnerabilities had patches available before the compromise.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 1. Asset inventory: the starting point of all vulnerability management<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most common mistake when starting a vulnerability management program is to begin with the scanning tools. Before scanning, you need to know what you&#039;re going to scan.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Build your asset inventory. It doesn&#039;t have to be perfect from day one, it just needs to exist.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Document at least:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">System or application name<br>Production version<br>Operating system and version<br>Manufacturer support status (active, EOL, upcoming end of support)<br>Technical Manager<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A spreadsheet works to get you started. The important thing is that the inventory is maintained, not that it looks fancy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Why is it a prerequisite for everything else? Because you can&#039;t prioritize system vulnerabilities you don&#039;t know exist. The ColCERT report identified SharePoint 2013 instances and systems with active Log4Shell years after its publication. Those systems weren&#039;t on anyone&#039;s radar.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 2. Continuous scanning: the difference between a photograph and real visibility<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With the inventory in hand, the next step is to identify active vulnerabilities. You have two complementary approaches, and both should be continuous, not one-off.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Passive scanning<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Before you touch your own systems, do what an attacker would do: reconnaissance from public sources. Using specialized search engines, public certificate registries, and your domains&#039; HTTP headers, you can reveal software versions, exposed subdomains, and publicly visible configurations. If an attacker can see it, you need to see it first, and continuously.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Active scanning<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">There are active scanning solutions, both commercial and open source, that directly identify CVEs in your systems. The key isn&#039;t the solution you choose, but that the scanning is continuous. A one-off scan gives you a snapshot. Continuous scanning gives you real visibility. The difference between the two is the difference between knowing what you had six months ago and knowing what you have today.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Each identified vulnerability comes with a CVSS score. Use this as a starting point for prioritization, not as the absolute criterion. A CVSS 9.0 vulnerability on an internal system with no internet exposure may be less urgent than a CVSS 7.0 vulnerability on a public endpoint with sensitive data.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What to do with the results<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Context matters as much as CVSS score.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 3. How to prioritize vulnerabilities with realistic criteria<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Your team can&#039;t fix everything at once. A vulnerability management program needs a clear and reproducible criterion for deciding the order:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Critical priority, remedy within 24 to 72 hours<br>CVEs with CVSS greater than or equal to 9.0 in systems exposed to the internet or with sensitive data.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">High priority, remedy within 7 days<br>CVEs with CVSS between 7.0 and 8.9 in production systems with user access or external integrations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Medium priority, remedy within 30 days<br>CVEs with CVSS between 4.0 and 6.9 in internal systems without direct exposure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Rule of thumb: If the CVE has a publicly available exploit and your system is exposed, treat it as critical regardless of the CVSS score.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 4. Remediation and follow-up: where most programs fail<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Identifying and prioritizing vulnerabilities is useless if remediation doesn&#039;t happen. This is where most vulnerability management programs fail, not due to a lack of technical expertise, but due to the absence of a formal process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Define internal SLAs and meet them: the same deadlines you demand from suppliers apply internally.<br>Register each vulnerability as a ticket: with responsible party, deadline, and visible status in your usual system.<br>Manage exceptions formally: with a review date and documented compensatory measure<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An undocumented exception is an ignored vulnerability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 5. Vulnerability management in external providers<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">One of the most significant findings of the ColCERT report was the reliance of multiple entities through a common external provider. When the provider failed, the impact spread simultaneously to all the organizations that depended on it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your vulnerability management program must extend to your entire technology supply chain. At a minimum, contracts should include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Explicit patching SLA: critical in 24-72h, high in 7 days, medium in 30 days<\/li>\n\n\n\n<li>Incident notification within a maximum of 24 hours from detection<\/li>\n\n\n\n<li>Right to a security audit at least once a year<\/li>\n\n\n\n<li>Contractual liability for breaches resulting from negligence in patching<\/li>\n\n\n\n<li>Prohibition of shared credentials between different customers of the provider<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Phase 6. Metrics for communicating the program to management<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A vulnerability management program without executive visibility won&#039;t survive. Three metrics any CEO can understand:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Mean time to remediation (MTTR): how long it takes on average to close a vulnerability. It should decrease over time.<br>Open critical vulnerabilities: how many with a CVSS score greater than or equal to 9.0 do you have active today. The goal is a sustained trend towards zero.<br>Inventory coverage: what percentage of your systems are being actively scanned.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Report these three numbers monthly. Not as an alarm, but as evidence that the program is progressing.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where to start today with your vulnerability management program<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If your organization doesn&#039;t have an active VMP, the entry point isn&#039;t the most comprehensive framework or the most sophisticated solution. It&#039;s in this order:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Take inventory of production assets: software, version, support status<\/li>\n\n\n\n<li>Identify which systems have direct internet exposure<\/li>\n\n\n\n<li>It performs passive reconnaissance on these systems: certificate registries, specialized engines, and HTTP headers<\/li>\n\n\n\n<li>Prioritize CVEs with a CVSS score greater than or equal to 9.0 and apply available patches<\/li>\n\n\n\n<li>Document the process and assign a responsible person.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">That&#039;s the minimum viable cycle. It&#039;s not perfect, but it&#039;s enough to be in a significantly better position than the 96% of the entities documented in the ColCERT report.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion: vulnerability management turns risk into something manageable<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The difference between an exposed and a resilient organization isn&#039;t always about budget. In many cases, it&#039;s simply about having an active vulnerability management cycle: with an up-to-date inventory, continuous scanning, clear prioritization, and designated individuals responsible for closing vulnerabilities.<\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>A VMP doesn&#039;t eliminate risk. It makes it manageable. And that difference, in practice, changes everything.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>References and resources<\/strong><br>ColCERT Report IN-20260325-029: colcert.gov.co\/800\/w3-article-428924.html<br>NIST Cybersecurity Framework 2.0: nist.gov\/cyberframework<br>CIS Controls v8: cisecurity.org\/controls<br>NVD database - CVE: nvd.nist.gov<br><strong>Main source:<\/strong> ColCERT IN-20260325-029, Information Exfiltration Campaign Report. January-March 2026<\/p>\n<\/blockquote>","protected":false},"excerpt":{"rendered":"<p>Learn how to build a vulnerability management program from scratch: asset inventory, prioritization with CVSS, continuous scanning, vendor management, and metrics for management.<\/p>","protected":false},"author":5,"featured_media":1311,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_joinchat":[],"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1302","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-sin-categoria"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n. Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Paula Mantilla\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"CrossBorder - Construyendo juntos un mundo mas seguro!\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione. - CrossBorder\" \/>\n\t\t<meta property=\"og:description\" content=\"Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n. Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/crossbordertech.com\/wp-content\/uploads\/2023\/11\/favicon-light.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/crossbordertech.com\/wp-content\/uploads\/2023\/11\/favicon-light.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-03T21:06:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-03T21:31:21+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione. - CrossBorder\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n. Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/crossbordertech.com\/wp-content\/uploads\/2023\/11\/favicon-light.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#blogposting\",\"name\":\"Gesti\\u00f3n de vulnerabilidades: c\\u00f3mo construir un programa que realmente funcione. - CrossBorder\",\"headline\":\"Gesti\\u00f3n de vulnerabilidades: c\\u00f3mo construir un programa que realmente funcione.\",\"author\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/author\\\/pmantilla\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/crossbordertech.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Gestion-de-Vulnerabilidades-3.png\",\"width\":1610,\"height\":977},\"datePublished\":\"2026-07-03T16:06:15-05:00\",\"dateModified\":\"2026-07-03T16:31:21-05:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#webpage\"},\"articleSection\":\"Sin categor\\u00eda\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en#listItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/crossbordertech.com\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/category\\\/sin-categoria\\\/#listItem\",\"name\":\"Sin categor\\u00eda\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/category\\\/sin-categoria\\\/#listItem\",\"position\":2,\"name\":\"Sin categor\\u00eda\",\"item\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/category\\\/sin-categoria\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#listItem\",\"name\":\"Gesti\\u00f3n de vulnerabilidades: c\\u00f3mo construir un programa que realmente funcione.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en#listItem\",\"name\":\"Inicio\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#listItem\",\"position\":3,\"name\":\"Gesti\\u00f3n de vulnerabilidades: c\\u00f3mo construir un programa que realmente funcione.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/category\\\/sin-categoria\\\/#listItem\",\"name\":\"Sin categor\\u00eda\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/#organization\",\"name\":\"CrossBorder\",\"description\":\"Descubre c\\u00f3mo CrossBorder Tech puede proteger tus activos digitales con nuestros servicios de ciberseguridad, ciberdefensa, continuidad del negocio, seguridad de la informaci\\u00f3n y SOC.\",\"url\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/\",\"telephone\":\"+573165248438\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/crossbordertech.com\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/favicon-light.png\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/cross-border-technology-sas\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/author\\\/pmantilla\\\/#author\",\"url\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/author\\\/pmantilla\\\/\",\"name\":\"Paula Mantilla\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e063ea528f0c2655bbeb1a0c34216cc7588cce2e9f169927ceae44e94ba1b266?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Paula Mantilla\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#webpage\",\"url\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/\",\"name\":\"Gesti\\u00f3n de vulnerabilidades: c\\u00f3mo construir un programa que realmente funcione. - CrossBorder\",\"description\":\"Aprende c\\u00f3mo construir un programa de gesti\\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\\u00f3n con CVSS, escaneo continuo, gesti\\u00f3n de proveedores y m\\u00e9tricas para direcci\\u00f3n. Aprende c\\u00f3mo construir un programa de gesti\\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\\u00f3n con CVSS, escaneo continuo, gesti\\u00f3n de proveedores y m\\u00e9tricas para direcci\\u00f3n.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/author\\\/pmantilla\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/author\\\/pmantilla\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/crossbordertech.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Gestion-de-Vulnerabilidades-3.png\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#mainImage\",\"width\":1610,\"height\":977},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\\\/#mainImage\"},\"datePublished\":\"2026-07-03T16:06:15-05:00\",\"dateModified\":\"2026-07-03T16:31:21-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/\",\"name\":\"CrossBorder\",\"description\":\"Construyendo juntos un mundo mas seguro!\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/crossbordertech.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Vulnerability Management: How to Build a Program That Actually Works - CrossBorder","description":"Learn how to build a vulnerability management program from scratch: asset inventory, prioritization with CVSS, continuous scanning, vendor management, and metrics for management.","canonical_url":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#blogposting","name":"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione. - CrossBorder","headline":"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione.","author":{"@id":"https:\/\/crossbordertech.com\/en\/author\/pmantilla\/#author"},"publisher":{"@id":"https:\/\/crossbordertech.com\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/crossbordertech.com\/wp-content\/uploads\/2026\/07\/Gestion-de-Vulnerabilidades-3.png","width":1610,"height":977},"datePublished":"2026-07-03T16:06:15-05:00","dateModified":"2026-07-03T16:31:21-05:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#webpage"},"isPartOf":{"@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#webpage"},"articleSection":"Sin categor\u00eda"},{"@type":"BreadcrumbList","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/crossbordertech.com\/en#listItem","position":1,"name":"Inicio","item":"https:\/\/crossbordertech.com\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/crossbordertech.com\/en\/category\/sin-categoria\/#listItem","name":"Sin categor\u00eda"}},{"@type":"ListItem","@id":"https:\/\/crossbordertech.com\/en\/category\/sin-categoria\/#listItem","position":2,"name":"Sin categor\u00eda","item":"https:\/\/crossbordertech.com\/en\/category\/sin-categoria\/","nextItem":{"@type":"ListItem","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#listItem","name":"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione."},"previousItem":{"@type":"ListItem","@id":"https:\/\/crossbordertech.com\/en#listItem","name":"Inicio"}},{"@type":"ListItem","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#listItem","position":3,"name":"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione.","previousItem":{"@type":"ListItem","@id":"https:\/\/crossbordertech.com\/en\/category\/sin-categoria\/#listItem","name":"Sin categor\u00eda"}}]},{"@type":"Organization","@id":"https:\/\/crossbordertech.com\/en\/#organization","name":"CrossBorder","description":"Descubre c\u00f3mo CrossBorder Tech puede proteger tus activos digitales con nuestros servicios de ciberseguridad, ciberdefensa, continuidad del negocio, seguridad de la informaci\u00f3n y SOC.","url":"https:\/\/crossbordertech.com\/en\/","telephone":"+573165248438","logo":{"@type":"ImageObject","url":"https:\/\/crossbordertech.com\/wp-content\/uploads\/2023\/11\/favicon-light.png","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#organizationLogo"},"sameAs":["https:\/\/www.linkedin.com\/company\/cross-border-technology-sas\/"]},{"@type":"Person","@id":"https:\/\/crossbordertech.com\/en\/author\/pmantilla\/#author","url":"https:\/\/crossbordertech.com\/en\/author\/pmantilla\/","name":"Paula Mantilla","image":{"@type":"ImageObject","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/e063ea528f0c2655bbeb1a0c34216cc7588cce2e9f169927ceae44e94ba1b266?s=96&d=mm&r=g","width":96,"height":96,"caption":"Paula Mantilla"}},{"@type":"WebPage","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#webpage","url":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/","name":"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione. - CrossBorder","description":"Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n. Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/crossbordertech.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#breadcrumblist"},"author":{"@id":"https:\/\/crossbordertech.com\/en\/author\/pmantilla\/#author"},"creator":{"@id":"https:\/\/crossbordertech.com\/en\/author\/pmantilla\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/crossbordertech.com\/wp-content\/uploads\/2026\/07\/Gestion-de-Vulnerabilidades-3.png","@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#mainImage","width":1610,"height":977},"primaryImageOfPage":{"@id":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/#mainImage"},"datePublished":"2026-07-03T16:06:15-05:00","dateModified":"2026-07-03T16:31:21-05:00"},{"@type":"WebSite","@id":"https:\/\/crossbordertech.com\/en\/#website","url":"https:\/\/crossbordertech.com\/en\/","name":"CrossBorder","description":"Construyendo juntos un mundo mas seguro!","inLanguage":"en-US","publisher":{"@id":"https:\/\/crossbordertech.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"CrossBorder - Construyendo juntos un mundo mas seguro!","og:type":"article","og:title":"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione. - CrossBorder","og:description":"Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n. Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n.","og:url":"https:\/\/crossbordertech.com\/en\/gestion-de-vulnerabilidades-como-construir-un-programa-que-realmente-funcione\/","og:image":"https:\/\/crossbordertech.com\/wp-content\/uploads\/2023\/11\/favicon-light.png","og:image:secure_url":"https:\/\/crossbordertech.com\/wp-content\/uploads\/2023\/11\/favicon-light.png","og:image:width":512,"og:image:height":512,"article:published_time":"2026-07-03T21:06:15+00:00","article:modified_time":"2026-07-03T21:31:21+00:00","twitter:card":"summary_large_image","twitter:title":"Gesti\u00f3n de vulnerabilidades: c\u00f3mo construir un programa que realmente funcione. - CrossBorder","twitter:description":"Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n. Aprende c\u00f3mo construir un programa de gesti\u00f3n de vulnerabilidades desde cero: inventario de activos, priorizaci\u00f3n con CVSS, escaneo continuo, gesti\u00f3n de proveedores y m\u00e9tricas para direcci\u00f3n.","twitter:image":"https:\/\/crossbordertech.com\/wp-content\/uploads\/2023\/11\/favicon-light.png"},"aioseo_meta_data":{"post_id":"1302","title":null,"description":"#post_excerpt Learn how to build a vulnerability management program from scratch: asset inventory, prioritization with CVSS, continuous scanning, vendor management, and metrics for management.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"schemas":[],"titles":[],"descriptions":[],"socialPosts":{"email":{"subject":"","preview":"","content":""},"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2026-07-03 19:39:33","updated":"2026-07-03 21:57:16","seo_analyzer_scan_date":null},"_links":{"self":[{"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/posts\/1302","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/comments?post=1302"}],"version-history":[{"count":4,"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/posts\/1302\/revisions"}],"predecessor-version":[{"id":1307,"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/posts\/1302\/revisions\/1307"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/media\/1311"}],"wp:attachment":[{"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/media?parent=1302"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/categories?post=1302"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/crossbordertech.com\/en\/wp-json\/wp\/v2\/tags?post=1302"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}