Date: Tue, 15 Mar 2022 14:47:23 GMT From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 985a3559aa80 - main - security/vuxml: Document Apache 2.4.52 vulns Message-ID: <202203151447.22FElNkI089848@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=985a3559aa8051b35051b4579449e3010a8207cf commit 985a3559aa8051b35051b4579449e3010a8207cf Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2022-03-15 14:47:19 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2022-03-15 14:47:19 +0000 security/vuxml: Document Apache 2.4.52 vulns --- security/vuxml/vuln-2022.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/security/vuxml/vuln-2022.xml b/security/vuxml/vuln-2022.xml index 9331b8ed0c8a..d02c61a9e641 100644 --- a/security/vuxml/vuln-2022.xml +++ b/security/vuxml/vuln-2022.xml @@ -1,3 +1,50 @@ + <vuln vid="6601c08d-a46c-11ec-8be6-d4c9ef517024"> + <topic>Apache httpd -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>apache24</name> + <range><lt>2.4.53</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Apache httpd project reports:</p> + <blockquote cite="https://httpd.apache.org/security/vulnerabilities_24.html"> + <ul> + <li><p>mod_lua: Use of uninitialized value of in r:parsebody (moderate) + (CVE-2022-22719)</p><p>A carefully crafted request body can cause a + read to a random memory area which could cause the process to crash. + </p></li> + <li><p>HTTP request smuggling vulnerability (important) (CVE-2022-22720) + </p><p>httpd fails to close inbound connection when errors are + encountered discarding the request body, exposing the server to HTTP + Request Smuggling</p></li> + <li><p>core: Possible buffer overflow with very large or unlimited + LimitXMLRequestBody (low) (CVE-2022-22721)</p><p>If LimitXMLRequestBody + is set to allow request bodies larger than 350MB (defaults to 1M) on 32 + bit systems an integer overflow happens which later causes out of + bounds writes.</p></li> + <li><p>mod_sed: Read/write beyond bounds (important) (CVE-2022-23924)</p> + <p>Out-of-bounds Write vulnerability in mod_sed of Apache HTTP Server + allows an attacker to overwrite heap memory with possibly attacker + provided data.</p></li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2022-22719</cvename> + <cvename>CVE-2022-22720</cvename> + <cvename>CVE-2022-22721</cvename> + <cvename>CVE-2022-23943</cvename> + <url>https://httpd.apache.org/security/vulnerabilities_24.html</url> + </references> + <dates> + <discovery>2022-03-14</discovery> + <entry>2022-03-15</entry> + </dates> + </vuln> + <vuln vid="5aaf534c-a069-11ec-acdc-14dae9d5a9d2"> <topic>Teeworlds -- Buffer Overflow</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203151447.22FElNkI089848>