Skip to content

Commit 18a07b0

Browse files
committed
release notes for Ditto 3.4.5 and Ditto 3.5.6
Signed-off-by: Thomas Jäckle <[email protected]>
1 parent 994eaab commit 18a07b0

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed

documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ entries:
2323
- title: Release Notes
2424
output: web
2525
folderitems:
26+
- title: 3.5.6
27+
url: /release_notes_356.html
28+
output: web
2629
- title: 3.5.5
2730
url: /release_notes_355.html
2831
output: web
@@ -41,6 +44,9 @@ entries:
4144
- title: 3.5.0
4245
url: /release_notes_350.html
4346
output: web
47+
- title: 3.4.5
48+
url: /release_notes_345.html
49+
output: web
4450
- title: 3.4.4
4551
url: /release_notes_344.html
4652
output: web
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Release notes 3.4.5
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.4.5 of Eclipse Ditto, released on 17.05.2024"
7+
permalink: release_notes_345.html
8+
---
9+
10+
This is a security bugfix release, no new features since [3.4.4](release_notes_344.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.4.4](release_notes_344.html), the following changes and bugfixes were added.
15+
16+
### Security fixes
17+
18+
19+
#### Security fix for CVE-2024-5165
20+
21+
The Eclipse Ditto's Web-UI, the [Explorer User Interface](https://eclipse.dev/ditto/user-interface.html), was vulnerable
22+
to Cross-Site Scripting (XSS) at multiple input fields.
23+
Affected versions are all Ditto-UI versions starting from when the Ditto-UI was introduced, with Ditto
24+
[3.0.0](release_notes_300.html#new-ditto-explorer-ui).
25+
26+
This is tracked through CVE [https://nvd.nist.gov/vuln/detail/CVE-2024-5165](CVE-2024-5165).
27+
28+
The issue was detected and reported by [Manuel Sommer](https://gitlab.eclipse.org/manuelsommer) and
29+
[Quirin Zießler](https://gitlab.eclipse.org/quirinziessler) and disclosed via the
30+
[Eclipse Vulnerability Reporting](https://www.eclipse.org/security/) process.
31+
We like to thank them for the detection and the effort of reporting the affected input fields.
32+
33+
For any users of Eclipse Ditto who deployed also the Ditto Web-UI, we recommend updating the Web-UI.
34+
If the Web-UI is not deployed, no action to update is needed, as the **Ditto backend is not affected**.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Release notes 3.5.6
3+
tags: [release_notes]
4+
published: true
5+
keywords: release notes, announcements, changelog
6+
summary: "Version 3.5.6 of Eclipse Ditto, released on 17.05.2024"
7+
permalink: release_notes_356.html
8+
---
9+
10+
This is a security bugfix release, no new features since [3.5.5](release_notes_355.html) were added.
11+
12+
## Changelog
13+
14+
Compared to the latest release [3.5.5](release_notes_355.html), the following changes and bugfixes were added.
15+
16+
### Security fixes
17+
18+
19+
#### Security fix for CVE-2024-5165
20+
21+
The Eclipse Ditto's Web-UI, the [Explorer User Interface](https://eclipse.dev/ditto/user-interface.html), was vulnerable
22+
to Cross-Site Scripting (XSS) at multiple input fields.
23+
Affected versions are all Ditto-UI versions starting from when the Ditto-UI was introduced, with Ditto
24+
[3.0.0](release_notes_300.html#new-ditto-explorer-ui).
25+
26+
This is tracked through CVE [https://nvd.nist.gov/vuln/detail/CVE-2024-5165](CVE-2024-5165).
27+
28+
The issue was detected and reported by [Manuel Sommer](https://gitlab.eclipse.org/manuelsommer) and
29+
[Quirin Zießler](https://gitlab.eclipse.org/quirinziessler) and disclosed via the
30+
[Eclipse Vulnerability Reporting](https://www.eclipse.org/security/) process.
31+
We like to thank them for the detection and the effort of reporting the affected input fields.
32+
33+
For any users of Eclipse Ditto who deployed also the Ditto Web-UI, we recommend updating the Web-UI.
34+
If the Web-UI is not deployed, no action to update is needed, as the **Ditto backend is not affected**.

0 commit comments

Comments
 (0)