Created attachment 225033 [details] Patch against main
This addresses a security issue
Is there an CVE for this program? If so, you may want to create a security/vuxml entry.
(In reply to Neel Chauhan from comment #2) There is none, we were contacted by someone from the department of homeland security and he will raise a CVE through GitHub. I will leave this to him.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-32305
Can this be merged before the next quartely branch is created?
Via my webserver logs I found out that this vulnerability was actually used to get access to my system. So I applied this patch immediately and run portupgrade successfully. Thanks.
(In reply to Andre Rikkert de Koe - ARK-ICT from comment #6) This could have been avoided if someone would have grated me commit bits years go.
Anyone able to commit this patch?
Anyone?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=16ed4da8aa442d065a9e8b359e00ca524b451d2c commit 16ed4da8aa442d065a9e8b359e00ca524b451d2c Author: Michael Osipov <michael.osipov@siemens.com> AuthorDate: 2022-02-26 12:06:04 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-02-26 12:09:23 +0000 devel/websvn: Update to upstream release 2.6.1 PR: 255949 MFH: 2022Q1 Security: CVE-2021-32305 devel/websvn/Makefile | 2 +- devel/websvn/distinfo | 6 +++--- devel/websvn/files/pkg-message.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
A commit in branch 2022Q1 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc1bc4330f70117e6e861c0b21cc14d83ea08ba0 commit bc1bc4330f70117e6e861c0b21cc14d83ea08ba0 Author: Michael Osipov <michael.osipov@siemens.com> AuthorDate: 2022-02-26 12:06:04 +0000 Commit: Thomas Zander <riggs@FreeBSD.org> CommitDate: 2022-02-26 12:21:08 +0000 devel/websvn: Update to upstream release 2.6.1 PR: 255949 MFH: 2022Q1 Security: CVE-2021-32305 (cherry picked from commit 16ed4da8aa442d065a9e8b359e00ca524b451d2c) devel/websvn/Makefile | 2 +- devel/websvn/distinfo | 6 +++--- devel/websvn/files/pkg-message.in | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
Thanks for the ping, and sorry for the delay.