安全公告/【CVE-2022-39229】

基本信息

漏洞名称:
受影响操作系统:Asianux
危险等级:中危
影响源码包:grafana
CVSS评分:4.3
发现日期:2023-09-02
修复版本:grafana-7.5.15-4.01

漏洞描述

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.

修复方式

yum update PackageName

漏洞判定

执行命令yum info PackageName获取软件包版本号,版本小于修复版本,则受此漏洞影响,版本大于等于修复版本,则此漏洞已修复

补丁

参考

https://access.redhat.com/security/cve/CVE-2022-39229
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39229
https://nvd.nist.gov/vuln/detail/CVE-2022-39229