Search found 251 matches

by halfgaar
Wed Jan 28, 2026 7:56 pm
Forum: Administrators
Topic: High scoring openssl vulnerability CVE-2025-15467 - install + reboot
Replies: 10
Views: 2690

High scoring openssl vulnerability CVE-2025-15467 - install + reboot

Just in case people missed it: https://groups.google.com/a/openssl.org/g/openssl-project/c/pwBoo9Tac6M I'm not sure if the particular subsystem is part of a normal TLS hand port, but better safe than sorry. Better upgrade, and reboot (because libssl is used by many things, and a reboot is the quicke...
by halfgaar
Fri Nov 07, 2025 8:10 am
Forum: Installation and Upgrade
Topic: IMPORTANT: DO NOT let system package manger update zimbra-jetty-distribution w/o 10.1.13
Replies: 20
Views: 10569

Re: IMPORTANT: DO NOT let system package manger update zimbra-jetty-distribution w/o 10.1.13

What other breaking changes have you noticed with the 10.1.13 FOSS packages? Rolling back and pinning zimbra-jetty-distribution was sufficient to resolve my problems. I have not yet seen any issues with the other major update (openssl), and I do not use Zimbra's clamav. That wasn't specifically 10....
by halfgaar
Thu Nov 06, 2025 8:13 pm
Forum: Installation and Upgrade
Topic: Zimbra 10.1.13 Released - Please Post Your Patch/Upgrade Results Here
Replies: 78
Views: 22754

Re: Zimbra 10.1.13 Released - Please Post Your Patch/Upgrade Results Here

I guess this is a result too: IMPORTANT: DO NOT let system package manger update zimbra-jetty-distribution w/o 10.1.13

If one wants to do 'apt update' to install the clamav updates, you're in a bind (as FOSS user).
by halfgaar
Thu Nov 06, 2025 8:10 pm
Forum: Administrators
Topic: ClamAV update 1.0.8 -> 1.0.9
Replies: 5
Views: 3162

Re: ClamAV update 1.0.8 -> 1.0.9

Note BTW: as open source user, updating your packages may be difficult. See IMPORTANT: DO NOT let system package manger update zimbra-jetty-distribution w/o 10.1.13 . I just tried upgrading clamav stuff only, but it's now broken because it also requires a newer openssl. But, I'll wait with that, unt...
by halfgaar
Thu Nov 06, 2025 7:55 pm
Forum: Administrators
Topic: ClamAV update 1.0.8 -> 1.0.9
Replies: 5
Views: 3162

Re: ClamAV update 1.0.8 -> 1.0.9

Clamav is really a liability at this point. Disabling it is safer. I mean, this (https://www.cve.org/CVERecord?id=CVE-2025-20260) is a zero-click hack: just send someone a PDF. The chance of that happening is a lot higher than me opening a virus. In fact, I've been getting all sorts of pdf attachmen...
by halfgaar
Thu Nov 06, 2025 7:44 pm
Forum: Installation and Upgrade
Topic: IMPORTANT: DO NOT let system package manger update zimbra-jetty-distribution w/o 10.1.13
Replies: 20
Views: 10569

Re: IMPORTANT: DO NOT let system package manger update zimbra-jetty-distribution w/o 10.1.13

There are other packages that break if you just do the apt stuff. I have learned you just can't do that. Which means now I'm in a bind, because my FOSS doesn't have 10.1.13.

As for the clam-av fixes that would be installed, I disabled clamav a long time ago.
by halfgaar
Thu Oct 30, 2025 4:29 pm
Forum: Installation and Upgrade
Topic: Maldua's Zimbra FOSS Builds - 2025 Year Feedback [Archive]
Replies: 119
Views: 121404

Re: Maldua's Zimbra FOSS Builds - Share your feedback

Excellent, thanks. I will likely try the full build soon.
by halfgaar
Thu Oct 30, 2025 8:52 am
Forum: Installation and Upgrade
Topic: Maldua's Zimbra FOSS Builds - 2025 Year Feedback [Archive]
Replies: 119
Views: 121404

Re: On ZCS NE 10.1.12 nginx.conf.chat.common.template fix

I actually don't know. Hopefully someone more knowledgeable than me can jump in and give us some insight. You're in the other thread, so you must have seen it, but for completeness, in Zimbra 10.1.12 Released - Please Post Your Patch/Upgrade Results Here , it was determined that a Zimbra installati...
by halfgaar
Thu Oct 30, 2025 8:48 am
Forum: Installation and Upgrade
Topic: Zimbra 10.1.12 Released - Please Post Your Patch/Upgrade Results Here
Replies: 23
Views: 8468

Re: Zimbra 10.1.12 Released - Please Post Your Patch/Upgrade Results Here

Since host was not validated before the patch, theoretically someone could send cookie values that construct a 3rd party hostname into $chat_host and Zimbra would proxy requests to. Aaah, I didn't think that direction. I wouldn't call that a CSRF. Mostly one is victim to CSRF, not a 'tool for'. I t...
by halfgaar
Wed Oct 29, 2025 9:02 pm
Forum: Installation and Upgrade
Topic: Zimbra 10.1.12 Released - Please Post Your Patch/Upgrade Results Here
Replies: 23
Views: 8468

Re: Zimbra 10.1.12 Released - Please Post Your Patch/Upgrade Results Here

The empty map comes from the template: ${web.upstream.chat} ${web.upstream.chat.map_entries} So, if you don't have chat, $proxy_chat_host is an empty string, and the location as matched in '/opt/zimbra/conf/nginx/includes/nginx.conf.chat.common' set an empty 'Host' header and proxy_cookie_domain to ...