git: 88df7e7efe35 - main - security/vuxml: Document mod_http2 vulnerabilities
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Jul 2025 21:35:33 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88df7e7efe3519f4605933b9ca2a82d4021c1bc1
commit 88df7e7efe3519f4605933b9ca2a82d4021c1bc1
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2025-07-11 21:35:16 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2025-07-11 21:35:16 +0000
security/vuxml: Document mod_http2 vulnerabilities
---
security/vuxml/vuln/2025.xml | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml
index 450de8b60b67..cbaccdd8f0ad 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -1,3 +1,34 @@
+ <vuln vid="61d74f80-5e9e-11f0-8baa-8447094a420f">
+ <topic>mod_http2 -- Multiple vulnerabilities</topic>
+ <affects>
+ <package>
+ <name>mod_http2</name>
+ <range><lt>2.0.33</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The mod_http2 project reports:</p>
+ <blockquote cite="https://github.com/icing/mod_h2/releases/tag/v2.0.33">
+ <p>a client can increase memory consumption for a HTTP/2 connection
+ via repeated request header names,leading to denial of service</p>
+ <p>certain proxy configurations whith mod_proxy_http2 as the
+ backend, an assertion can be triggered by certain requests, leading
+ to denial of service</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2025-53020</cvename>
+ <cvename>CVE-2025-49630</cvename>
+ <url>https://github.com/icing/mod_h2/releases/tag/v2.0.33</url>
+ </references>
+ <dates>
+ <discovery>2025-07-10</discovery>
+ <entry>2025-07-11</entry>
+ </dates>
+ </vuln>
+
<vuln vid="342f2a0a-5e9b-11f0-8baa-8447094a420f">
<topic>Apache httpd -- Multiple vulnerabilities</topic>
<affects>