git: 98db67876bef - main - security/vuxml: Document curl vulnerabilities
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 07:28:20 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=98db67876bef1473829903625a8f2139d16197e8
commit 98db67876bef1473829903625a8f2139d16197e8
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2022-05-13 07:28:17 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2022-05-13 07:28:17 +0000
security/vuxml: Document curl vulnerabilities
---
security/vuxml/vuln-2022.xml | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index 0ac5ff7bcd8b..fe08c657ce81 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -1,3 +1,39 @@
+ <vuln vid="11e36890-d28c-11ec-a06f-d4c9ef517024">
+ <topic>curl -- Multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>curl</name>
+ <range><lt>7.83.1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The curl project reports:</p>
+ <blockquote cite="https://curl.se/docs/security.html">
+ <p>CVE-2022-27778: curl removes wrong file on error</p>
+ <p>CVE-2022-27779: cookie for trailing dot TLD</p>
+ <p>CVE-2022-27780: percent-encoded path separator in URL host</p>
+ <p>CVE-2022-27781: CERTINFO never-ending busy-loop</p>
+ <p>CVE-2022-27782: TLS and SSH connection too eager reuse</p>
+ <p>CVE-2022-30115: HSTS bypass via trailing dot</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2022-27778</cvename>
+ <cvename>CVE-2022-27779</cvename>
+ <cvename>CVE-2022-27780</cvename>
+ <cvename>CVE-2022-27781</cvename>
+ <cvename>CVE-2022-27782</cvename>
+ <cvename>CVE-2022-30115</cvename>
+ <url>https://curl.se/docs/security.html</url>
+ </references>
+ <dates>
+ <discovery>2022-05-11</discovery>
+ <entry>2022-05-13</entry>
+ </dates>
+ </vuln>
+
<vuln vid="157ce083-d145-11ec-ab9b-6cc21735f730">
<topic>PostgreSQL Server -- execute arbitrary SQL code as DBA user</topic>
<affects>