git: 5169b70c8a2e - main - security/vuxml: Document varnish cache vulnerability
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Aug 2022 21:32:56 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5169b70c8a2e085a7da34069dea66e94beb3e7c1
commit 5169b70c8a2e085a7da34069dea66e94beb3e7c1
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-08-10 21:30:06 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-08-10 21:30:06 +0000
security/vuxml: Document varnish cache vulnerability
---
security/vuxml/vuln-2022.xml | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml
index 4e836f6e08a2..dda79af306e0 100644
--- a/security/vuxml/vuln-2022.xml
+++ b/security/vuxml/vuln-2022.xml
@@ -1,3 +1,33 @@
+ <vuln vid="c3610f39-18f1-11ed-9854-641c67a117d8">
+ <topic>varnish -- Denial of Service Vulnerability</topic>
+ <affects>
+ <package>
+ <name>varnish7</name>
+ <range><lt>7.1.1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Varnish Cache Project reports:</p>
+ <blockquote cite="https://varnish-cache.org/security/VSV00009.html">
+ <p>A denial of service attack can be performed against Varnish Cache
+ servers by specially formatting the reason phrase of the backend response
+ status line. In order to execute an attack, the attacker would have to
+ be able to influence the HTTP/1 responses that the Varnish Server
+ receives from its configured backends. A successful attack would cause
+ the Varnish Server to assert and automatically restart.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://varnish-cache.org/security/VSV00009.html</url>
+ </references>
+ <dates>
+ <discovery>2022-08-09</discovery>
+ <entry>2022-08-10</entry>
+ </dates>
+ </vuln>
+
<vuln vid="8eaaf135-1893-11ed-9b22-002590c1f29c">
<topic>FreeBSD -- Missing bounds check in 9p message handling</topic>
<affects>