Date: Wed, 07 Jan 2026 10:21:59 +0000 From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: afe630b89f4e - main - security/vuxml: Document libsodium vuln CVE-2025-69277 Message-ID: <695e33c7.20363.570bcdac@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vsevolod: URL: https://cgit.FreeBSD.org/ports/commit/?id=afe630b89f4ef97f55101bf197379c31b0fd3577 commit afe630b89f4ef97f55101bf197379c31b0fd3577 Author: Vsevolod Stakhov <vsevolod@FreeBSD.org> AuthorDate: 2026-01-07 10:20:03 +0000 Commit: Vsevolod Stakhov <vsevolod@FreeBSD.org> CommitDate: 2026-01-07 10:21:50 +0000 security/vuxml: Document libsodium vuln CVE-2025-69277 --- security/vuxml/vuln/2026.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/security/vuxml/vuln/2026.xml b/security/vuxml/vuln/2026.xml index b41c5aaddc65..f29b93836ed7 100644 --- a/security/vuxml/vuln/2026.xml +++ b/security/vuxml/vuln/2026.xml @@ -1,3 +1,32 @@ + <vuln vid="583b63f5-ebae-11f0-939f-47e3830276dd"> + <topic>security/libsodium -- crypto_core_ed25519_is_valid_point mishandles checks for whether an elliptic curve point is valid</topic> + <affects> +<package> +<name>libsodium</name> +<range><lt>1.0.21</lt></range> +</package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Libsodium maintainer reports:</p> + <blockquote cite="https://00f.net/2025/12/30/libsodium-vulnerability/"> + <p>The function crypto_core_ed25519_is_valid_point(), a low-level function + used to check if a given elliptic curve point is valid, was supposed to + reject points that aren't in the main cryptographic group, + but some points were slipping through.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-69277</cvename> + <url>https://00f.net/2025/12/30/libsodium-vulnerability/</url> + </references> + <dates> + <discovery>2025-12-30</discovery> + <entry>2026-01-07</entry> + </dates> + </vuln> + <vuln vid="df33c83b-eb4f-11f0-a46f-0897988a1c07"> <topic>mail/mailpit -- Server-Side Request Forgery</topic> <affects>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695e33c7.20363.570bcdac>
