摘要:
grafana security update
安全等级: Medium
公告ID: KylinSec-SA-2024-4129
发布日期: 2024年10月18日
关联CVE: CVE-2022-39229
Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
Security Fix(es):
Grafana is an open source data visualization platform for metrics, logs, and traces. Versions prior to 9.1.8 and 8.5.14 allow one user to block another user's login attempt by registering someone else'e email address as a username. A Grafana user’s username and email address are unique fields, that means no other user can have the same username or email address as another user. A user can have an email address as a username. However, the login system allows users to log in with either username or email address. Since Grafana allows a user to log in with either their username or email address, this creates an usual behavior where `user_1` can register with one email address and `user_2` can register their username as `user_1`’s email address. This prevents `user_1` logging into the application since `user_1`'s password won’t match with `user_2`'s email address. Versions 9.1.8 and 8.5.14 contain a patch. There are no workarounds for this issue.(CVE-2022-39229)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2022-39229 | KY3.4-5A | grafana | Fixed |
CVE-2022-39229 | V6 | grafana | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
grafana | x86_64 | 7.5.15-7.kb1.ky3_4 |
grafana | aarch64 | 7.5.15-7.kb1.ky3_4 |
软件名称 | 架构 | 版本号 |
---|---|---|
grafana | x86_64 | 9.2.10-1.ks6 |
grafana | aarch64 | 9.2.10-1.ks6 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名