Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/7.13 security update #100574

Merged
merged 2 commits into from
May 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 36 additions & 13 deletions docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,42 @@ Review important information about the {kib} 7.x releases.

For information about the {kib} 7.13.0 release, review the following information.

[float]
[[security-update-7.13.0]]
=== Security updates

Review the security updates that were found in previous versions of {kib}.

[float]
[[url-redirection-flaw]]
==== URL redirection flaw

*Details* +
In {kib} 7.12.1 and earlier, when a logged in user visits a maliciously created URL, {kib} could redirect users to an arbitrary website. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22141[CVE-2021-22141]

*Solution* +
Upgrade to {kib} 7.13.0.

[float]
[[reporting-vulnerability]]
==== Reporting vulnerability

*Details* +
In {kib} 7.0.0 to 7.12.1, To generate downloadable reports, {kib} uses an embedded version of the Chromium browser. When a user with permissions to generate reports is able to render arbitrary HTML with the browser, they may be able to leverage known Chromium vulnerabilities to conduct further attacks. {kib} contains a number of protections to prevent the browser from rendering arbitrary content. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22142[CVE-2021-22142]

*Solution* +
Upgrade to {kib} 7.13.0.

[float]
[[known-issue-7.13.0]]
=== Known issue

*Details* +
When pages load, {kib} calls the Fleet packages API. For more information, refer to {kibana-issue}100285[#100285].

*Impact* +
In some cases, *Dev Tools* displays a 403 error with the `Access to Fleet API require the superuser role` message, but you can continue to access *Fleet*.

[float]
[[breaking-changes-7.13.0]]
=== Breaking changes
Expand Down Expand Up @@ -91,19 +127,6 @@ The existing agents in {kib} are not migrated as part of the migration to Fleet.
The existing agent API keys are invalidated and display as `Inactive` on the *Agents* page.
====

[float]
[[known-issue-7.13.0]]
=== Known issue

*Details* +
When pages load, {kib} calls the Fleet packages API. For more information, refer to {kibana-issue}100285[#100285].

*Impact* +
In some cases, *Dev Tools* displays a 403 error with the `Access to Fleet API require the superuser role` message, but you can continue to access *Fleet*.


// end::notable-breaking-changes[]

[float]
[[deprecations-7.13.0]]
=== Deprecations
Expand Down