You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Well, don't you inherit this responsibility by depending on some base OS version? So my question becomes: has the base OS version been updated to a version that doesn't come with the mentioned security flaws?
I thought your question was about why your docker build fails? If it's not, then... your report is very confusing.
Our stock docker images use libxml 2.9.9, which predates both the advisories you mention. Indeed, CVE-2020-7595 applies to libxml 2.9.10, which is the latest release of libxml2.
To my knowledge, neither of the problems are exploitable in synapse. If you know otherwise, I would urge you to follow our security disclosure policy by reporting it to [email protected] rather than discussing it further in an open forum.
No, it's fine. I was just a bit puzzled by your "security is responsibility of others" type of response. I'll close this and check with the next RC if the failure might have been caused by OOM.
On an Ubuntu 18.04.4 LTS with the standard docker.io package installed, I ran
docker build -t my/synapse -f docker/Dockerfile .
and I got this:
Since libxml is mentioned in the last messages, I wonder if libxml has been updated to the fixed version? See CVE-2019-19956, CVE-2020-7595.
The text was updated successfully, but these errors were encountered: