Directory Traversal Affecting grafana-selinux package, versions *
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-CENTOS9-GRAFANASELINUX-6749161
- published 1 May 2024
- disclosed 9 Jan 2024
Introduced: 9 Jan 2024
CVE-2023-49569 Open this link in a new tabHow to fix?
There is no fixed version for Centos:9
grafana-selinux
.
NVD Description
Note: Versions mentioned in the description apply only to the upstream grafana-selinux
package and not the grafana-selinux
package as distributed by Centos
.
See How to fix?
for Centos:9
relevant fixed versions and status.
A path traversal vulnerability was discovered in go-git versions prior to v5.11. This vulnerability allows an attacker to create and amend files across the filesystem. In the worse case scenario, remote code execution could be achieved.
Applications are only affected if they are using the ChrootOS https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#ChrootOS , which is the default when using "Plain" versions of Open and Clone funcs (e.g. PlainClone). Applications using BoundOS https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs#BoundOS or in-memory filesystems are not affected by this issue. This is a go-git implementation issue and does not affect the upstream git cli.