From 268a374ec23cd0dc894ff5f695edcf84073d2ae2 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 19 Aug 2026 12:58:10 +0300 Subject: [PATCH 1/7] Bump netty from 4.1.135.Final to 4.1.136.Final to fix CVE-2026-44891, CVE-2026-55831, and 11 others --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d42f9f1c7..99d5ff6a40 100755 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ entries below once TB migrates its tests off the deprecated @SpyBean/@MockBean to @MockitoSpyBean/@MockitoBean. --> 3.5.13 3.18.0 - 4.1.135.Final + 4.1.136.Final 2.4.0-b180830.0359 0.12.5 0.10 From 7415739f5b650513946060f840c38e901ce19d81 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 19 Aug 2026 12:58:17 +0300 Subject: [PATCH 2/7] Bump bouncycastle from 1.84 to 1.85 to fix CVE-2026-8763, CVE-2026-12185, and 15 others --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 99d5ff6a40..6cf26b71f9 100755 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ 2.2.30 0.8 1.19.0 - 1.84 + 1.85 2.0.1 org/thingsboard/server/gen/**/*, org/thingsboard/server/extensions/core/plugin/telemetry/gen/**/* From 260e08b251f92b2973db00839b34222e1af8d3f4 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 19 Aug 2026 13:00:35 +0300 Subject: [PATCH 3/7] Bump tomcat from 10.1.55 to 10.1.56 to fix CVE-2026-53434 and CVE-2026-55955 --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 6cf26b71f9..49c19adc0a 100755 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,7 @@ 3.5.13 3.18.0 4.1.136.Final + 10.1.56 2.4.0-b180830.0359 0.12.5 0.10 @@ -1015,6 +1016,23 @@ import + + + org.apache.tomcat.embed + tomcat-embed-core + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-el + ${tomcat.version} + + + org.apache.tomcat.embed + tomcat-embed-websocket + ${tomcat.version} + + org.springframework.boot spring-boot-dependencies From 297050c8a41501ea9b0f687707b2cd5d373ac894 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 19 Aug 2026 13:00:35 +0300 Subject: [PATCH 4/7] Bump httpcore5 from 5.3.6 to 5.4.3 to fix CVE-2026-54399 and CVE-2026-54428 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 49c19adc0a..72c417c013 100755 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ 3.18.0 4.1.136.Final 10.1.56 + 5.4.3 2.4.0-b180830.0359 0.12.5 0.10 @@ -1033,6 +1034,18 @@ ${tomcat.version} + + + org.apache.httpcomponents.core5 + httpcore5 + ${httpcore5.version} + + + org.apache.httpcomponents.core5 + httpcore5-h2 + ${httpcore5.version} + + org.springframework.boot spring-boot-dependencies From 0c3850f2eac8a4bceec4b126d3afeaa0cabe5771 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 19 Aug 2026 13:00:35 +0300 Subject: [PATCH 5/7] Bump logback from 1.5.34 to 1.5.38 to fix CVE-2026-13006 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 72c417c013..564b0b65c2 100755 --- a/pom.xml +++ b/pom.xml @@ -73,6 +73,7 @@ 4.1.136.Final 10.1.56 5.4.3 + 1.5.38 2.4.0-b180830.0359 0.12.5 0.10 @@ -1046,6 +1047,18 @@ ${httpcore5.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + org.springframework.boot spring-boot-dependencies From 06740c48f06ac24922ff0f1a00bbf9a8334362d2 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 19 Aug 2026 13:00:43 +0300 Subject: [PATCH 6/7] Bump jackson from 2.21.4 to 2.21.5 to fix CVE-2026-59889 --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 564b0b65c2..34e0946d62 100755 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ 10.1.56 5.4.3 1.5.38 + 2.21.5 2.4.0-b180830.0359 0.12.5 0.10 @@ -1059,6 +1060,15 @@ ${logback.version} + + + com.fasterxml.jackson + jackson-bom + ${jackson-bom.version} + pom + import + + org.springframework.boot spring-boot-dependencies From a7d80406ed51d0c959bf9a38e01b4736e57b5598 Mon Sep 17 00:00:00 2001 From: Viacheslav Klimov Date: Wed, 19 Aug 2026 13:00:44 +0300 Subject: [PATCH 7/7] Bump postgresql from 42.7.11 to 42.7.12 to fix CVE-2026-54291 --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 34e0946d62..ac36f06375 100755 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,7 @@ 5.4.3 1.5.38 2.21.5 + 42.7.12 2.4.0-b180830.0359 0.12.5 0.10 @@ -1069,6 +1070,13 @@ import + + + org.postgresql + postgresql + ${postgresql.version} + + org.springframework.boot spring-boot-dependencies