From owner-svn-ports-all@freebsd.org Wed May 27 16:20:12 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 64025337077; Wed, 27 May 2020 16:20:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49XGJX26Wmz4f5W; Wed, 27 May 2020 16:20:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B58517B0D; Wed, 27 May 2020 16:20:12 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04RGKCL7080248; Wed, 27 May 2020 16:20:12 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04RGKBAH080247; Wed, 27 May 2020 16:20:11 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202005271620.04RGKBAH080247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 27 May 2020 16:20:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536701 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 536701 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 May 2020 16:20:12 -0000 Author: pi Date: Wed May 27 16:20:11 2020 New Revision: 536701 URL: https://svnweb.freebsd.org/changeset/ports/536701 Log: security/vuxml: add two entries for mail/sympa PR: 246701 Submitted by: Geoffroy Desvernay Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed May 27 16:18:56 2020 (r536700) +++ head/security/vuxml/vuln.xml Wed May 27 16:20:11 2020 (r536701) @@ -58,6 +58,72 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + sympa -- Denial of service caused by malformed CSRF token + + + sympa + 6.2.54 + + + + +

Javier Moreno discovered a vulnerability in Sympa web + interface that can cause denial of service (DoS) attack.

+

By submitting requests with malformed parameters, this + flaw allows to create junk files in Sympa's directory + for temporary files. And particularly by tampering token + to prevent CSRF, it allows to originate exessive + notification messages to listmasters.

+ +
+ + CVE-2020-9369 + https://sympa-community.github.io/security/2020-001.html + + + 2020-02-24 + 2020-05-22 + +
+ + + sympa - Security flaws in setuid wrappers + + + sympa + 6.2.56 + + + + +

A vulnerability has been discovered in Sympa web interface + by which attacker can execute arbitrary code with root privileges. + Sympa uses two sorts of setuid wrappers:

+
    +
  • FastCGI wrappers
  • +
  • newaliases wrapper
  • +
+

The FastCGI wrappers wwsympa-wrapper.fcgi and + sympa_soap_server-wrapper.fcgi were used to make the web + interface running under privileges of a dedicated user.

+

The newaliases wrapper (sympa_newaliases-wrapper) allows + Sympa to update the alias database with root privileges.

+

Since these setuid wrappers did not clear environment variables, + if environment variables like PERL5LIB were injected, + forged code might be loaded and executed under privileges of setuid-ed + users.

+ +
+ + https://sympa-community.github.io/security/2020-002.html + + + 2020-05-24 + 2020-05-26 + +
+ powerdns-recursor -- multiple vulnerabilities