Github user drigodwin commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/149#discussion_r100573525
--- Diff: website/community/security/CVE-2016-8737.md ---
@@ -0,0 +1,40 @@
+---
+layout: website-normal
+title: "CVE-2016-8737: Cross-site request forgery vulnerability in Apache
Brooklyn"
+---
+
+## Severity
+Major
+
+## Vendor
+The Apache Software Foundation
+
+## Versions Affected
+Apache Brooklyn 0.9.0 and all prior versions
+
+## Description
+Apache Brooklyn's REST server is vulnerable to cross-site request forgery
(CSRF), which could permit a malicious web site to produce a link which, if
clicked whilst a user is logged in to Brooklyn, would cause the server to
execute the attacker's commands as the user. There is known to be a
proof-of-concept exploit using this vulnerability.
+
+## Solution
+Upgrade to Apache Brooklyn 0.10.0. This includes commit [1] adding opt-in
CSRF protection server-side and commit [2] where the JS client opts-in.
+
+## Temporary mitigation if you cannot upgrade to 0.10.0
+Do not visit websites with possible malicious content targeted at you in
the same browser instance logged in to Brooklyn unless you have CSRF-POST
protection installed in the browser (see [3]). Do not share a Brooklyn server
with untrusted users without an enhanced entitlements scheme. Do not publicize
the address of Brooklyn-based UIs. If a link you click on takes you to
Brooklyn unexpectedly, contact your security team immediately.
--- End diff --
'targeted at you' is unnecessary
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---