-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Announce bridge security updates (#1967)
* Announce bridge security updates * Typo
- Loading branch information
1 parent
8326c33
commit b8b732f
Showing
2 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
content/blog/2023/07/2023-07-31-bridges-security-updates.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
+++ | ||
date = "2023-07-31T11:40:00Z" | ||
title = "Bridges Security Update" | ||
|
||
[taxonomies] | ||
author = ["Integrations Team", "Matrix Security Team"] | ||
category = ["Bridges", "Security"] | ||
+++ | ||
|
||
|
||
Today we are announcing security updates for several of our bridges. | ||
|
||
* matrix-appservice-irc [1.0.1](https://github.com/matrix-org/matrix-appservice-irc/releases/tag/1.0.1) affected by GHSA-vc7j-h8xg-fv5x, GHSA-3pmj-jqqp-2mj3, and GHSA-c7hh-3v6c-fj4q | ||
* matrix-hookshot [4.4.1](https://github.com/matrix-org/matrix-hookshot/releases/tag/4.4.1) affected by GHSA-vc7j-h8xg-fv5x | ||
* matrix-appservice-slack [2.1.2](https://github.com/matrix-org/matrix-appservice-slack/releases/tag/2.1.2) affected by GHSA-vc7j-h8xg-fv5x | ||
|
||
In addition we have released matrix-appservice-bridge [9.0.1](https://github.com/matrix-org/matrix-appservice-bridge/releases/tag/9.0.1) (and backported to [8.1.2](https://github.com/matrix-org/matrix-appservice-bridge/releases/tag/8.1.2)) which patches GHSA-vc7j-h8xg-fv5x. | ||
|
||
All mentioned bridges are affected by a vulnerability in the provisioning interfaces of these bridges. If you are unable to upgrade, please disable provisioning for now (which should be documented in the relevant bridge sample config). | ||
|
||
<!-- more --> | ||
|
||
* [IRC bridge config](https://github.com/matrix-org/matrix-appservice-irc/blob/develop/config.sample.yaml#L520-L522) | ||
* Set `provisioning.enabled` to false. | ||
* [Slack bridge config](https://github.com/matrix-org/matrix-appservice-slack/blob/a9f555308fb7485ebb1df98e6c327808915f816f/config/config.sample.yaml#L163) | ||
* Set `provisioning.enabled` to false. | ||
* [Hookshot config](https://github.com/matrix-org/matrix-hookshot/blob/main/config.sample.yml#L192) | ||
* Remove the `widgets` resource (NOT provisioning) | ||
|
||
The IRC bridge is also affected by two additional vulnerabilities. In this case, we would recommend upgrading **immediately** rather than working around the problems. | ||
|
||
Disclosures for these vulnerabilities, as well as CVE numbers will be out in one weeks time (6th) | ||
|
||
**We advise to upgrade as soon as possible.** | ||
|
||
If you have further questions, please reach out on [[email protected]](mailto:[email protected]) |