diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad84429fa3..99624e6ad6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
 
 All notable changes to the Wazuh app project will be documented in this file.
 
-## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 02
+## Wazuh v4.8.0 - OpenSearch Dashboards 2.10.0 - Revision 03
 
 ### Added
 
diff --git a/plugins/main/common/api-info/endpoints.json b/plugins/main/common/api-info/endpoints.json
index 11c29300f4..ac58e3d7d8 100644
--- a/plugins/main/common/api-info/endpoints.json
+++ b/plugins/main/common/api-info/endpoints.json
@@ -1181,7 +1181,6 @@
                 "socket",
                 "syscheck",
                 "syslog_output",
-                "vulnerability-detection",
                 "indexer",
                 "aws-s3",
                 "azure-logs",
@@ -4846,7 +4845,6 @@
                 "socket",
                 "syscheck",
                 "syslog_output",
-                "vulnerability-detection",
                 "indexer",
                 "aws-s3",
                 "azure-logs",
diff --git a/plugins/main/opensearch_dashboards.json b/plugins/main/opensearch_dashboards.json
index 57736d8726..8dc2292140 100644
--- a/plugins/main/opensearch_dashboards.json
+++ b/plugins/main/opensearch_dashboards.json
@@ -1,6 +1,6 @@
 {
   "id": "wazuh",
-  "version": "4.8.0-02",
+  "version": "4.8.0-03",
   "opensearchDashboardsVersion": "opensearchDashboards",
   "configPath": [
     "wazuh"
@@ -30,4 +30,4 @@
   ],
   "server": true,
   "ui": true
-}
+}
\ No newline at end of file
diff --git a/plugins/main/package.json b/plugins/main/package.json
index 4f7d566665..a8dbf4224d 100644
--- a/plugins/main/package.json
+++ b/plugins/main/package.json
@@ -1,7 +1,7 @@
 {
   "name": "wazuh",
   "version": "4.8.0",
-  "revision": "02",
+  "revision": "03",
   "pluginPlatform": {
     "version": "2.10.0"
   },
diff --git a/plugins/wazuh-check-updates/opensearch_dashboards.json b/plugins/wazuh-check-updates/opensearch_dashboards.json
index 86efa797ab..813fb902f3 100644
--- a/plugins/wazuh-check-updates/opensearch_dashboards.json
+++ b/plugins/wazuh-check-updates/opensearch_dashboards.json
@@ -1,6 +1,6 @@
 {
   "id": "wazuhCheckUpdates",
-  "version": "4.8.0-02",
+  "version": "4.8.0-03",
   "opensearchDashboardsVersion": "opensearchDashboards",
   "server": true,
   "ui": true,
diff --git a/plugins/wazuh-check-updates/package.json b/plugins/wazuh-check-updates/package.json
index 6a671dbb2d..9d4c6bd8de 100644
--- a/plugins/wazuh-check-updates/package.json
+++ b/plugins/wazuh-check-updates/package.json
@@ -1,7 +1,7 @@
 {
   "name": "wazuh-check-updates",
   "version": "4.8.0",
-  "revision": "02",
+  "revision": "03",
   "pluginPlatform": {
     "version": "2.10.0"
   },
diff --git a/plugins/wazuh-core/opensearch_dashboards.json b/plugins/wazuh-core/opensearch_dashboards.json
index 7f6c5b4e72..17a130bcec 100644
--- a/plugins/wazuh-core/opensearch_dashboards.json
+++ b/plugins/wazuh-core/opensearch_dashboards.json
@@ -1,6 +1,6 @@
 {
   "id": "wazuhCore",
-  "version": "4.8.0-02",
+  "version": "4.8.0-03",
   "opensearchDashboardsVersion": "opensearchDashboards",
   "server": true,
   "ui": true,
diff --git a/plugins/wazuh-core/package.json b/plugins/wazuh-core/package.json
index 0c813393a6..0c9b8cb8c7 100644
--- a/plugins/wazuh-core/package.json
+++ b/plugins/wazuh-core/package.json
@@ -1,7 +1,7 @@
 {
   "name": "wazuh-core",
   "version": "4.8.0",
-  "revision": "02",
+  "revision": "03",
   "pluginPlatform": {
     "version": "2.10.0"
   },