aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjunovitch <junovitch@FreeBSD.org>2016-11-27 11:25:52 +0800
committerjunovitch <junovitch@FreeBSD.org>2016-11-27 11:25:52 +0800
commit65cefcdbcfe0f41bb587457ff9413ff11d2401a0 (patch)
tree71bc2e6c80a8ebec34e96f72a4ba0c0e8917ece3 /security
parentb20b0971af54899ee17b63fb0992e3cc34206468 (diff)
downloadfreebsd-ports-gnome-65cefcdbcfe0f41bb587457ff9413ff11d2401a0.tar.gz
freebsd-ports-gnome-65cefcdbcfe0f41bb587457ff9413ff11d2401a0.tar.zst
freebsd-ports-gnome-65cefcdbcfe0f41bb587457ff9413ff11d2401a0.zip
Remove trailing period in version and re-wrap Drupal entry at <=80 lines
PR: 214813
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln.xml47
1 files changed, 37 insertions, 10 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml
index 2c5832ce9d5d..b6904494d30c 100644
--- a/security/vuxml/vuln.xml
+++ b/security/vuxml/vuln.xml
@@ -67,22 +67,48 @@ Notes:
</package>
<package>
<name>drupal8</name>
- <range><ge>8.0.0</ge><lt>8.2.3.</lt></range>
+ <range><ge>8.0.0</ge><lt>8.2.3</lt></range>
</package>
</affects>
<description>
<body xmlns="http://www.w3.org/1999/xhtml">
<p>The Drupal development team reports:</p>
<blockquote cite="https://www.drupal.org/SA-CORE-2016-005">
- <h3>Inconsistent name for term access query (Less critical - Drupal 7 and Drupal 8)</h3>
- <p>Drupal provides a mechanism to alter database SELECT queries before they are executed. Contributed and custom modules may use this mechanism to restrict access to certain entities by implementing hook_query_alter() or hook_query_TAG_alter() in order to add additional conditions. Queries can be distinguished by means of query tags. As the documentation on EntityFieldQuery::addTag() suggests, access-tags on entity queries normally follow the form ENTITY_TYPE_access (e.g. node_access). However, the taxonomy module's access query tag predated this system and used term_access as the query tag instead of taxonomy_term_access.</p>
- <p>As a result, before this security release modules wishing to restrict access to taxonomy terms may have implemented an unsupported tag, or needed to look for both tags (term_access and taxonomy_term_access) in order to be compatible with queries generated both by Drupal core as well as those generated by contributed modules like Entity Reference. Otherwise information on taxonomy terms might have been disclosed to unprivileged users.</p>
- <h3>Incorrect cache context on password reset page (Less critical - Drupal 8)</h3>
- <p>The user password reset form does not specify a proper cache context, which can lead to cache poisoning and unwanted content on the page.</p>
- <h3>Confirmation forms allow external URLs to be injected (Moderately critical - Drupal 7)</h3>
- <p>Under certain circumstances, malicious users could construct a URL to a confirmation form that would trick users into being redirected to a 3rd party website after interacting with the form, thereby exposing the users to potential social engineering attacks.</p>
- <h3>Denial of service via transliterate mechanism (Moderately critical - Drupal 8)</h3>
- <p>A specially crafted URL can cause a denial of service via the transliterate mechanism.</p>
+ <h3>Inconsistent name for term access query (Less critical - Drupal
+ 7 and Drupal 8)</h3>
+ <p>Drupal provides a mechanism to alter database SELECT queries before
+ they are executed. Contributed and custom modules may use this
+ mechanism to restrict access to certain entities by implementing
+ hook_query_alter() or hook_query_TAG_alter() in order to add
+ additional conditions. Queries can be distinguished by means of
+ query tags. As the documentation on EntityFieldQuery::addTag()
+ suggests, access-tags on entity queries normally follow the form
+ ENTITY_TYPE_access (e.g. node_access). However, the taxonomy
+ module's access query tag predated this system and used term_access
+ as the query tag instead of taxonomy_term_access.</p>
+ <p>As a result, before this security release modules wishing to
+ restrict access to taxonomy terms may have implemented an
+ unsupported tag, or needed to look for both tags (term_access and
+ taxonomy_term_access) in order to be compatible with queries
+ generated both by Drupal core as well as those generated by
+ contributed modules like Entity Reference. Otherwise information
+ on taxonomy terms might have been disclosed to unprivileged users.
+ </p>
+ <h3>Incorrect cache context on password reset page (Less critical -
+ Drupal 8)</h3>
+ <p>The user password reset form does not specify a proper cache
+ context, which can lead to cache poisoning and unwanted content on
+ the page.</p>
+ <h3>Confirmation forms allow external URLs to be injected (Moderately
+ critical - Drupal 7)</h3>
+ <p>Under certain circumstances, malicious users could construct a URL
+ to a confirmation form that would trick users into being redirected
+ to a 3rd party website after interacting with the form, thereby
+ exposing the users to potential social engineering attacks.</p>
+ <h3>Denial of service via transliterate mechanism (Moderately critical
+ - Drupal 8)</h3>
+ <p>A specially crafted URL can cause a denial of service via the
+ transliterate mechanism.</p>
</blockquote>
</body>
</description>
@@ -95,6 +121,7 @@ Notes:
<dates>
<discovery>2016-11-16</discovery>
<entry>2016-11-25</entry>
+ <modified>2016-11-27</modified>
</dates>
</vuln>