Viacheslav Klimov
8bca98108b
Merge remote-tracking branch 'origin/lts-4.2' into release-4.2
7 days ago
Viacheslav Klimov
ec2a614b35
Merge pull request #16116 from dskarzh/chore/spdx-license-headers
chore: adopt SPDX license headers and upgrade license-maven-plugin to 5.1.2
1 week ago
Viacheslav Klimov
f34f69b459
Merge remote-tracking branch 'origin/lts-4.2' into release-4.2
1 week ago
Vladyslav Prykhodko
a4cb2f9ded
Merge pull request #16125 from mtsymbarov-del/fix-cve
Fix CVE-2026-73088, CVE-2026-73089, CVE-2026-76172, CVE-2026-75931, CVE-2026-75975, CVE-2026-84375 and CVE-2026-75899
1 week ago
Maksym Tsymbarov
b209ed9f2d
Fixed CVE-2026-84375 in web-ui package
1 week ago
Maksym Tsymbarov
c9caf4fa5e
Fixed CVE-2026-84375
1 week ago
Viacheslav Klimov
ab202f466a
Merge remote-tracking branch 'origin/lts-4.2' into release-4.2
1 week ago
Maksym Tsymbarov
7b3dfd34a0
Fixed CVE-2026-76172, CVE-2026-75931, CVE-2026-75975 and CVE-2026-75899
1 week ago
Maksym Tsymbarov
aefdcd7298
Fixed CVE-2026-73088 and CVE-2026-73089
1 week ago
Viacheslav Klimov
f49cf0c9ac
Merge pull request #16122 from thingsboard/fix/cves-lts-4.2
Fixed CVE-2026-65182, CVE-2026-65905, CVE-2026-66257, CVE-2026-66273, CVE-2026-66274, CVE-2026-66275, CVE-2026-66276, CVE-2026-66277, CVE-2026-68525, CVE-2026-71290
1 week ago
Viacheslav Klimov
0c3ff37cfa
Version set to 4.2.2.5
1 week ago
Viacheslav Klimov
13bc560104
Merge branch 'lts-4.2' into release-4.2
# Conflicts:
# application/pom.xml
# common/actor/pom.xml
# common/cache/pom.xml
# common/cluster-api/pom.xml
# common/coap-server/pom.xml
# common/dao-api/pom.xml
# common/data/pom.xml
# common/discovery-api/pom.xml
# common/edge-api/pom.xml
# common/edqs/pom.xml
# common/message/pom.xml
# common/pom.xml
# common/proto/pom.xml
# common/queue/pom.xml
# common/script/pom.xml
# common/script/remote-js-client/pom.xml
# common/script/script-api/pom.xml
# common/stats/pom.xml
# common/transport/coap/pom.xml
# common/transport/http/pom.xml
# common/transport/lwm2m/pom.xml
# common/transport/mqtt/pom.xml
# common/transport/pom.xml
# common/transport/snmp/pom.xml
# common/transport/transport-api/pom.xml
# common/util/pom.xml
# common/version-control/pom.xml
# dao/pom.xml
# edqs/pom.xml
# monitoring/pom.xml
# msa/black-box-tests/pom.xml
# msa/edqs/pom.xml
# msa/js-executor/pom.xml
# msa/monitoring/pom.xml
# msa/pom.xml
# msa/tb-node/pom.xml
# msa/tb/pom.xml
# msa/transport/coap/pom.xml
# msa/transport/http/pom.xml
# msa/transport/lwm2m/pom.xml
# msa/transport/mqtt/pom.xml
# msa/transport/pom.xml
# msa/transport/snmp/pom.xml
# msa/vc-executor-docker/pom.xml
# msa/vc-executor/pom.xml
# msa/web-ui/pom.xml
# netty-mqtt/pom.xml
# pom.xml
# rest-client/pom.xml
# rule-engine/pom.xml
# rule-engine/rule-engine-api/pom.xml
# rule-engine/rule-engine-components/pom.xml
# tools/pom.xml
# transport/coap/pom.xml
# transport/http/pom.xml
# transport/lwm2m/pom.xml
# transport/mqtt/pom.xml
# transport/pom.xml
# transport/snmp/pom.xml
# ui-ngx/pom.xml
1 week ago
Viacheslav Klimov
8dfc1c0c84
Bump httpclient5 from 5.5.2 to 5.6.4 to fix CVE-2026-71290
1 week ago
Viacheslav Klimov
64ada3f560
Bump tomcat-embed from 10.1.56 to 10.1.59 to fix CVE-2026-65182, CVE-2026-65905, and CVE-2026-68525
1 week ago
Dmytro Skarzhynets
fa82445a70
chore: restore OMA license notice on LwM2M object definitions
2 weeks ago
Dmytro Skarzhynets
8d8953ec20
chore: declare Apache 2.0 license in pom.xml
2 weeks ago
Dmytro Skarzhynets
7ffdb608c1
chore: keep CRLF line endings in Windows packaging scripts
2 weeks ago
Dmytro Skarzhynets
89f1a6068a
chore: adopt SPDX license headers and upgrade license-maven-plugin to 5.1.2
2 weeks ago
Viacheslav Klimov
0d3b41e002
Merge pull request #16034 from volodymyr-babak/remove-migrator
Removed outdated migrator tool
2 weeks ago
Viacheslav Klimov
66075d6c02
Merge remote-tracking branch 'origin/fix/oauth2-user-tenant-lts-4.2' into lts-4.2
2 weeks ago
Viacheslav Klimov
04d91311e3
Merge pull request #16102 from thingsboard/fix/prev-uri-validation-lts-4.2
Validate prevUri redirect parameter
2 weeks ago
Viacheslav Klimov
1655cf9296
Assert the redirect URLs sent by the OAuth2 handlers
2 weeks ago
Viacheslav Klimov
b8e17822b1
Include the email in the OAuth2 user resolution log message
2 weeks ago
Viacheslav Klimov
a6c28e79b9
Allow an underscore in the mobile app callback url scheme
Mobile apps derive the scheme from their package name, which may contain
an underscore. It cannot introduce an authority, so accepting it keeps
the rule as strong as the RFC 3986 grammar.
2 weeks ago
Viacheslav Klimov
0730387640
Resolve OAuth2 user within the tenant of the OAuth2 client
The user was looked up by email across the whole platform, so a client
belonging to one tenant could resolve a user of another. New users were also
placed in the tenant named by the provider response rather than in the tenant
that owns the client.
Both now follow the client's own tenant. System clients keep the platform-wide
behaviour they rely on.
2 weeks ago
Viacheslav Klimov
e6ab6871e9
Log rejected prevUri values and share the mail flow constants
A rejected deep link is otherwise invisible to support. AdminController
reuses the prevUri parameter and cookie names instead of its own copies,
and its redirect target moves into a helper so the read side is covered
by a test.
2 weeks ago
Viacheslav Klimov
1d60693835
Validate the callback url scheme where the redirect is built
The scheme is restored from the oauth2_auth_request cookie, which the
client can replace, so checking it only while the authorization request
is built still let a forged cookie point the token redirect at any host.
Both handlers now re-check it on read, sharing the rule with
OAuth2AppTokenFactory.
The success handler keeps prevUri out of the base URL as well, so the
error redirect no longer appends /login to an in-app path.
2 weeks ago
Viacheslav Klimov
ee64fa1938
Validate mobile app callback url scheme
2 weeks ago
Viacheslav Klimov
93b4433e6b
Validate prevUri redirect parameter
2 weeks ago
Viacheslav Klimov
c2e7a9f12a
Merge pull request #15910 from ShvaykaD/bugfix/subscription-skip-deleted-tenant
Skip subscription forwarding when tenant no longer exists
3 weeks ago
Viacheslav Klimov
32742a3c38
Merge pull request #16044 from AndriiLandiak/fix/sync-not-stranded-on-fetcher-failure-lts-4.2
Do not strand edge sync when an event fetcher fails
3 weeks ago
Viacheslav Klimov
36e818718b
Merge pull request #16026 from MazurenkoNick/fix/edge-uplink-connectivity-gate
Fix uplink stall and off-heap memory growth after cloud disconnect (edge-side copy to CE)
3 weeks ago
Viacheslav Klimov
0f42f09287
Version set to 4.2.2.5-SNAPSHOT
3 weeks ago
Viacheslav Klimov
9271044b02
Merge remote-tracking branch 'origin/lts-4.2' into release-4.2
3 weeks ago
Viacheslav Klimov
6431a4e4cd
Merge pull request #16057 from thingsboard/fix/cves-lts-4.2
Fixed CVE-2026-59902, CVE-2026-59903, CVE-2026-62243, CVE-2026-63337, CVE-2026-69219, CVE-2026-69220, CVE-2026-75595
3 weeks ago
Viacheslav Klimov
193fb25ec9
Bump com.rabbitmq:amqp-client from 5.25.0 to 5.33.1 to fix CVE-2026-63337, CVE-2026-69219, and CVE-2026-69220
3 weeks ago
Viacheslav Klimov
bd6ec386fc
Bump io.netty from 4.1.136.Final to 4.1.137.Final to fix CVE-2026-59902, CVE-2026-59903, and 2 others
3 weeks ago
Viacheslav Klimov
72af377c26
Version set to 4.2.2.4
4 weeks ago
Viacheslav Klimov
5dc7fd1c4b
Merge branch 'lts-4.2' into release-4.2
# Conflicts:
# application/pom.xml
# common/actor/pom.xml
# common/cache/pom.xml
# common/cluster-api/pom.xml
# common/coap-server/pom.xml
# common/dao-api/pom.xml
# common/data/pom.xml
# common/discovery-api/pom.xml
# common/edge-api/pom.xml
# common/edqs/pom.xml
# common/message/pom.xml
# common/pom.xml
# common/proto/pom.xml
# common/queue/pom.xml
# common/script/pom.xml
# common/script/remote-js-client/pom.xml
# common/script/script-api/pom.xml
# common/stats/pom.xml
# common/transport/coap/pom.xml
# common/transport/http/pom.xml
# common/transport/lwm2m/pom.xml
# common/transport/mqtt/pom.xml
# common/transport/pom.xml
# common/transport/snmp/pom.xml
# common/transport/transport-api/pom.xml
# common/util/pom.xml
# common/version-control/pom.xml
# dao/pom.xml
# edqs/pom.xml
# monitoring/pom.xml
# msa/black-box-tests/pom.xml
# msa/edqs/pom.xml
# msa/js-executor/pom.xml
# msa/monitoring/pom.xml
# msa/pom.xml
# msa/tb-node/pom.xml
# msa/tb/pom.xml
# msa/transport/coap/pom.xml
# msa/transport/http/pom.xml
# msa/transport/lwm2m/pom.xml
# msa/transport/mqtt/pom.xml
# msa/transport/pom.xml
# msa/transport/snmp/pom.xml
# msa/vc-executor-docker/pom.xml
# msa/vc-executor/pom.xml
# msa/web-ui/pom.xml
# netty-mqtt/pom.xml
# pom.xml
# rest-client/pom.xml
# rule-engine/pom.xml
# rule-engine/rule-engine-api/pom.xml
# rule-engine/rule-engine-components/pom.xml
# tools/pom.xml
# transport/coap/pom.xml
# transport/http/pom.xml
# transport/lwm2m/pom.xml
# transport/mqtt/pom.xml
# transport/pom.xml
# transport/snmp/pom.xml
# ui-ngx/pom.xml
4 weeks ago
Viacheslav Klimov
3648c1f3ce
Merge pull request #16039 from thingsboard/fix/cves-lts-4.2
Fixed CVE-2026-8763, CVE-2026-12185, CVE-2026-12802, CVE-2026-12803, CVE-2026-12816, CVE-2026-12860, CVE-2026-13006, CVE-2026-13506, CVE-2026-14682, CVE-2026-44891, CVE-2026-53434, CVE-2026-54291, CVE-2026-54399, CVE-2026-54428, CVE-2026-55831, CVE-2026-55833, CVE-2026-55851, CVE-2026-55955, CVE-2026-56745, CVE-2026-56817, CVE-2026-56819, CVE-2026-56820, CVE-2026-56821, CVE-2026-56822, CVE-2026-58059, CVE-2026-58060, CVE-2026-58061, CVE-2026-58062, CVE-2026-59639, CVE-2026-59642, CVE-2026-59645, CVE-2026-59650, CVE-2026-59651, CVE-2026-59889, CVE-2026-59901, CVE-2026-59920, CVE-2026-59949, CVE-2026-73507
4 weeks ago
Viacheslav Klimov
bd062e3a0a
Merge pull request #16050 from thingsboard/fix/alarm-comment-audit-log-assertion
Compare deleted alarm comment audit log argument against the persisted comment
4 weeks ago
Viacheslav Klimov
3a58059931
Compare deleted alarm comment audit log argument against the persisted comment
4 weeks ago
Vladyslav Prykhodko
3f9f7f63c0
Merge pull request #16046 from mtsymbarov-del/fix/cves
Fixed CVE-2026-13149, CVE-2026-13311, CVE-2026-13676, CVE-2026-14257, CVE-2026-16221, CVE-2026-18446, CVE-2026-48815, CVE-2026-54466, CVE-2026-55388, CVE-2026-55603, CVE-2026-59869, CVE-2026-59873, CVE-2026-59874, CVE-2026-59879, CVE-2026-59880, CVE-2026-67213, CVE-2026-67214, CVE-2026-68945, CVE-2026-69151, CVE-2026-69152, CVE-2026-69192, CVE-2026-73646 and CWE-407
4 weeks ago
Maksym Tsymbarov
61d60f9fa5
Moved CSS to SCSS
4 weeks ago
Maksym Tsymbarov
19c433edd5
Review fixes
4 weeks ago
Maksym Tsymbarov
600bdf4ce4
Fixed CVE-2025-71329 and CVE-2025-71330
4 weeks ago
Maksym Tsymbarov
e32ae5cbbf
Updated Angular version to minimize resolutions
4 weeks ago
Maksym Tsymbarov
ce30d3ae56
Migrated from TinyMCE editor to Hugerte
4 weeks ago
Maksym Tsymbarov
7ccc6d3381
Fixed CVE-2026-73646
4 weeks ago
Maksym Tsymbarov
7c4d1774df
Fixed CVE-2026-55603
4 weeks ago