git: b899d08f05c4 - main - security/vuxml: Document new PHP composer vulnerability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Apr 2022 18:56:40 UTC
The branch main has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b899d08f05c491e3ee4f9584030981d63acb385d
commit b899d08f05c491e3ee4f9584030981d63acb385d
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2022-04-13 18:55:47 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2022-04-13 18:55:47 +0000
security/vuxml: Document new PHP composer vulnerability
---
security/vuxml/vuln-2022.xml | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index 0ac5c6799d14..d57694e514d8 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -1,3 +1,42 @@
+ <vuln vid="24a9bd2b-bb43-11ec-af81-0897988a1c07">
+ <topic>Composer -- Command injection vulnerability</topic>
+ <affects>
+ <package>
+ <name>php74-composer</name>
+ <name>php80-composer</name>
+ <name>php81-composer</name>
+ <range><lt>1.10.26</lt></range>
+ </package>
+ <package>
+ <name>php74-composer2</name>
+ <name>php80-composer2</name>
+ <name>php81-composer2</name>
+ <range><ge>2.0.0</ge><lt>2.2.12</lt></range>
+ <range><ge>2.3.0</ge><lt>2.3.5</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Composer developers reports:</p>
+ <blockquote cite="https://github.com/composer/composer/security/advisories/GHSA-x7cr-6qr6-2hh6">
+ <p>The Composer method VcsDriver::getFileContent() with
+ user-controlled $file or $identifier arguments is susceptible
+ to an argument injection vulnerability. It can be leveraged
+ to gain arbitrary command execution if the Mercurial or
+ the Git driver are used.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2022-24828</cvename>
+ <url>https://github.com/composer/composer/security/advisories/GHSA-x7cr-6qr6-2hh6</url>
+ </references>
+ <dates>
+ <discovery>2022-04-13</discovery>
+ <entry>2022-04-13</entry>
+ </dates>
+ </vuln>
+
<vuln vid="3a1dc8c8-bb27-11ec-98d1-d43d7eed0ce2">
<topic>Subversion -- Multiple vulnerabilities in server code</topic>
<affects>