|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2024-22189: syncthing: quic-go: memory exhaustion attack against QUIC's connection ID mechanism | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Camila Camargo de Matos <camila.matos> |
| Component: | Security | Assignee: | Alexei Sorokin <sor.alexei> |
| Status: | IN_PROGRESS --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P3 - Medium | CC: | camila.matos, marius.kittler, security-team, smash_bz |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/400376/ | ||
| Whiteboard: | |||
| Found By: | Security Response Team | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1222461 | ||
|
Description
Camila Camargo de Matos
2024-04-08 15:06:17 UTC
Go module quic-go is affected by CVE-2024-22189 and this module is embedded in openSUSE:Factory/syncthing (quic-go version 0.41.0). Upstream has already updated the dependency: https://patch-diff.githubusercontent.com/raw/syncthing/syncthing/pull/9497.patch The packaging of Syncthing relies on upstream's vendoring so we cannot just apply this patch. Therefore I suppose it would be the easiest to wait for the next upstream release or to package https://github.com/syncthing/syncthing/releases/tag/v1.27.6-rc.2 which seems to be already at `github.com/quic-go/quic-go v0.42.0`. Upstream has just created a new release and judging by the contained go.mod file it contains the fixed quic-go version. So I'm just updating the package to that version. The SR has been merged so from my side this is resolved. |