Just wait...I can't update the system, there are many dependencies on this textproc/libxslt port
Does OpenBSD has the same problem or they solved it, please?Found this (xrust), not sure it can be used for linking with non-Rust objects, and not in ports as far as I know.
It was introduced here.
And it was introduced in fediverse.
It's NOT AT ALL FreeBSD SPECIFIC. It's problem of upstream, so ALL OS / APP USING LIBXSLT IS AFFECTED. Of course, if OpenBSD uses it, it surely IS affected. But as far as I know, no *BSD base OS uses libxslt, but ports/pkgsrc. So base FreeBSD, OpenBSD, NetBSD,... should not be affected if NO PORTS/PKGS/PKGSRC DEPENDING ON LIBXSLT ARE INSTALLED.Does OpenBSD has the same problem or they solved it, please?
Software can always have CVEs to be fixed. www/firefox can get vulnerable too, every software.Why add a vulnerable port in ports?
AFAIK, there is no new version of the software that fixes that vulnerability yet. That's the problem, you should wait until it happens.If a port is vulnerable, then by default need to refer to correct version of the port.
What do you mean?If need a port of a more recent version or a vulnerable one, then add an installation marker to make.conf.
Do you want to marked that is vulnerable? But it is ports installed like in case of libxslt what you will do? Delete it and brake many other programs?Why add a vulnerable port in ports?
If a port is vulnerable, then by default need to refer to correct version of the port.
If need a port of a more recent version or a vulnerable one, then add an installation marker to make.conf.
I despaired of waiting for the vulnerability situation to be fixed, thinking about transferring some of the critical servers to debian linux.Looks like Debian has a security update to libxslt.
I despaired of waiting for the vulnerability situation to be fixed, thinking about transferring some of the critical servers to debian linux.
Looks like Debian has a security update to libxslt.
[19 Aug 2025] T DSA-5979-1 libxslt security updateLooks like Debian has a security update to libxslt.
Debian has released fixes to libxslt.
libxslt-1.1.43_1 is vulnerable:
libxslt -- unmaintained, with multiple unfixed vulnerabilities
CVE: CVE-2025-7425
CVE: CVE-2025-7424
WWW: https://vuxml.freebsd.org/freebsd/b0a3466f-5efc-11f0-ae84-99047d0a6bcc.html
In debian/gentoo linux the libxslt package is installed as stable, without notation that it is not secure.
Why doesn't FreeBSD have such an update?They had an update after the CVE.
Why doesn't FreeBSD have such an update?
[22:08:45] [linsux!root]/usr/ports/textproc/libxslt#cat files/patch-gnome-libxslt-bug-139-apple-fix.diff
From 345d6826d0eae6f0a962456b8ed6f6a1bad0877d Mon Sep 17 00:00:00 2001
From: David Kilzer <ddkilzer@apple.com>
Date: Sat, 24 May 2025 15:06:42 -0700
Subject: [PATCH] libxslt: Type confusion in xmlNode.psvi between stylesheet
and source nodes
* libxslt/functions.c:
(xsltDocumentFunctionLoadDocument):
- Implement fix...