aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2017-09-19 12:23:01 +0000
committerBrad Davis <brd@FreeBSD.org>2017-09-19 12:23:01 +0000
commitf9494a7971e2908ab4514f38c16f55c3c60773fa (patch)
tree960c95caf501ad9280682948f551ec363cbc7a05
parent7a2f0c11825cc7ba5864a099bdd33f3290d4d75a (diff)
downloadports-f9494a7971e2908ab4514f38c16f55c3c60773fa.tar.gz
ports-f9494a7971e2908ab4514f38c16f55c3c60773fa.zip
Notes
-rw-r--r--security/vuxml/vuln.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 3cdeff0e5ad8..f2cacd5cf5f4 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -58,6 +58,46 @@ Notes:
* Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
-->
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+ <vuln vid="76b085e2-9d33-11e7-9260-000c292ee6b8">
+ <topic>Apache -- HTTP OPTIONS method can leak server memory</topic>
+ <affects>
+ <package>
+ <name>apache24</name>
+ <range><lt>2.4.27_1</lt></range>
+ </package>
+ <package>
+ <name>apache22</name>
+ <range><lt>2.2.34_1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>The Fuzzing Project reports:</p>
+ <blockquote cite="https://blog.fuzzing-project.org/60-Optionsbleed-HTTP-OPTIONS-method-can-leak-Apaches-server-memory.html">
+ <p>Apache httpd allows remote attackers to read secret data from
+ process memory if the Limit directive can be set in a user's
+ .htaccess file, or if httpd.conf has certain misconfigurations,
+ aka Optionsbleed. This affects the Apache HTTP Server through
+ 2.2.34 and 2.4.x through 2.4.27. The attacker sends an
+ unauthenticated OPTIONS HTTP request when attempting to read
+ secret data. This is a use-after-free issue and thus secret data
+ is not always sent, and the specific data depends on many factors
+ including configuration. Exploitation with .htaccess can be
+ blocked with a patch to the ap_limit_section function in
+ server/core.c.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://nvd.nist.gov/vuln/detail/CVE-2017-9798</url>
+ <cvename>CVE-2017-9798</cvename>
+ </references>
+ <dates>
+ <discovery>2017-09-18</discovery>
+ <entry>2017-09-19</entry>
+ </dates>
+ </vuln>
+
<vuln vid="6a177c87-9933-11e7-93f7-d43d7e971a1b">
<topic>GitLab -- multiple vulnerabilities</topic>
<affects>