Skip to content

Commit c7e9085

Browse files
authored
Merge pull request #369 from Sharpie/server-814
Release notes for 8.14.x releases of OpenVox Server and OpenVoxDB
2 parents a4a95d6 + 99378ad commit c7e9085

2 files changed

Lines changed: 53 additions & 5 deletions

File tree

docs/_openvox-server_8x/release_notes.markdown

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ title: "OpenVox Server: Release Notes"
44
canonical: "/openvox-server/latest/release_notes.html"
55
---
66

7+
## OpenVox Server 8.14.1
8+
9+
Released 2026-06-24.
10+
11+
This is a bug-fix release of OpenVox Server.
12+
13+
All bug fixes, new features and other changes are provided on the [project's GitHub release page](https://github.com/OpenVoxProject/openvox-server/releases/tag/8.14.1).
14+
15+
## OpenVox Server 8.14.0
16+
17+
{% include alert.html type="note" title="Unreleased" content="Packages for version 8.14.0 were not released due to broken APIs for monitoring service status and performance." %}
18+
19+
This is an enhancement, bug-fix, and security release of OpenVox Server.
20+
21+
All bug fixes, new features and other changes are provided on the [project's GitHub release page](https://github.com/OpenVoxProject/openvox-server/releases/tag/8.14.0).
22+
23+
### Security Issues Resolved in 8.14.0
24+
25+
| Identifier | CVSS 3.1 Score | Resolved By |
26+
| :---------------------------------------------------------------- | :------------: | :---------------------------------------------------- |
27+
| [CVE-2026-2332](https://nvd.nist.gov/vuln/detail/CVE-2026-2332) | 9.1 | `pkg:maven/org.eclipse.jetty/jetty-http@12.1.9` |
28+
| [CVE-2025-11143](https://nvd.nist.gov/vuln/detail/CVE-2025-11143) | 6.5 | `pkg:maven/org.eclipse.jetty/jetty-http@12.1.9` |
29+
| [CVE-2024-6763](https://nvd.nist.gov/vuln/detail/CVE-2024-6763) | 5.3 | `pkg:maven/org.eclipse.jetty/jetty-http@12.1.9` |
30+
| [CVE-2026-54515](https://nvd.nist.gov/vuln/detail/CVE-2026-54515) | 5.3 | `pkg:maven/tools.jackson.core/jackson-databind@3.0.1` |
31+
| [CVE-2026-1225](https://nvd.nist.gov/vuln/detail/CVE-2026-1225) | N/A | `pkg:maven/ch.qos.logback/logback-core@1.5.32` |
32+
733
## OpenVox Server 8.13.0
834

935
Released 2026-05-04.
@@ -24,11 +50,7 @@ java.lang.NoSuchMethodError: 'org.bouncycastle.asn1.ASN1Primitive org.bouncycast
2450
```
2551

2652
Not all files are affected, the error seems to be triggered by specific patterns in
27-
ASN.1 content. See [OpenVoxProject/openvox-server#322][openvox-server-322]
28-
for more details and subscribe for updates on a fix. Recommended workaround is
29-
to downgrade the `openvox-server` package to version 8.12.1.
30-
31-
[openvox-server-322]: https://github.com/OpenVoxProject/openvox-server/issues/322
53+
ASN.1 content. This issue is fixed in version 8.14.1.
3254

3355
## OpenVox Server 8.12.1
3456

docs/_openvoxdb_8x/release_notes.markdown

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,32 @@ canonical: "/openvoxdb/latest/release_notes.html"
66

77
# OpenVoxDB 8 Release Notes
88

9+
## OpenVoxDB 8.14.1
10+
11+
Released June 25, 2026.
12+
13+
This is a bug-fix release of OpenVoxDB.
14+
15+
All bug fixes, new features and other changes are provided on the
16+
[project's GitHub release page](https://github.com/OpenVoxProject/openvoxdb/releases/tag/8.14.1).
17+
18+
## OpenVoxDB 8.14.0
19+
20+
{% include alert.html type="note" title="Unreleased" content="Packages for version 8.14.0 were not released due to broken APIs for monitoring service status and performance." %}
21+
22+
This is an enhancement, bug-fix, and security release of OpenVoxDB.
23+
24+
All bug fixes, new features and other changes are provided on the [project's GitHub release page](https://github.com/OpenVoxProject/openvoxdb/releases/tag/8.14.0).
25+
26+
### Security Issues Resolved in 8.14.0
27+
28+
| Identifier | CVSS 3.1 Score | Resolved By |
29+
| :---------------------------------------------------------------- | :------------: | :---------------------------------------------------- |
30+
| [CVE-2026-2332](https://nvd.nist.gov/vuln/detail/CVE-2026-2332) | 9.1 | `pkg:maven/org.eclipse.jetty/jetty-http@12.1.9` |
31+
| [CVE-2025-11143](https://nvd.nist.gov/vuln/detail/CVE-2025-11143) | 6.5 | `pkg:maven/org.eclipse.jetty/jetty-http@12.1.9` |
32+
| [CVE-2024-6763](https://nvd.nist.gov/vuln/detail/CVE-2024-6763) | 5.3 | `pkg:maven/org.eclipse.jetty/jetty-http@12.1.9` |
33+
| [CVE-2026-1225](https://nvd.nist.gov/vuln/detail/CVE-2026-1225) | N/A | `pkg:maven/ch.qos.logback/logback-core@1.5.32` |
34+
935
## OpenVoxDB 8.13.0
1036

1137
Released May 4, 2026.

0 commit comments

Comments
 (0)