Date: Wed, 5 Jul 2023 06:11:51 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 32f51190e3f2 - main - security/vuxml: add net/phpldapamin XSS vulnerability Message-ID: <202307050611.3656BpxW088862@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=32f51190e3f23f0bad54b365f73e292d88f80fed commit 32f51190e3f23f0bad54b365f73e292d88f80fed Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2023-07-05 06:08:29 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-07-05 06:08:29 +0000 security/vuxml: add net/phpldapamin XSS vulnerability An XSS issue has been discovered in phpLDAPadmin before 1.2.6.2 that allows users to store malicious values that may be executed by other users at a later time via get_request in lib/function.php. CVE-2021-35132 with Base Score 7.8 (HIGH). --- security/vuxml/vuln/2023.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/security/vuxml/vuln/2023.xml b/security/vuxml/vuln/2023.xml index c745bf4d6090..473c19021b04 100644 --- a/security/vuxml/vuln/2023.xml +++ b/security/vuxml/vuln/2023.xml @@ -1,3 +1,32 @@ + <vuln vid="01eeea33-1afa-11ee-8a9b-b42e991fc52e"> + <topic>phpldapadmin -- XSS vulnerability</topic> + <affects> + <package> + <name>phpldapadmin-php80</name> + <name>phpldapadmin-php81</name> + <range><lt>1.2.6.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>cve@mitre.org reports:</p> + <blockquote cite="https://bugs.launchpad.net/ubuntu/+source/phpldapadmin/+bug/1906474"> + <p>An XSS issue has been discovered in phpLDAPadmin before 1.2.6.2 + that allows users to store malicious values that may be executed + by other users at a later time via get_request in lib/function.php.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2020-35132</cvename> + <url>https://nvd.nist.gov/vuln/detail/CVE-2020-35132</url> + </references> + <dates> + <discovery>2020-12-11</discovery> + <entry>2023-07-05</entry> + </dates> + </vuln> + <vuln vid="4ee7fa77-19a6-11ee-8a05-080027eda32c"> <topic>Django -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307050611.3656BpxW088862>