Note: postmortem has a more dire meaning in non-tech circles (literally means "after death"). You want to say retrospective instead. I know it's a difference in culture.
An update on 0day CVE-2021-43798: Grafana directory traversal
21–26 of 26 posts
Re: An update on 0day CVE-2021-43798: Grafana directory traversal
#22Earlier quoted context omitted.
This part is kind of interesting — it looks like gosec at least gave the opportunity to catch this but that was missed due a misunderstanding of what was in scope for filepath.Clean: https://github.com/grafana/grafana/commit/c798c0e958d15d9cc7...
I mean, can you blame them? The docs for filepath.Clean state the following: ... 3. Eliminate each inner .. path name element (the parent directory) along with the non-.. element that precedes it. 4. Eliminate .. elements that begin a rooted path: that is, replace "/.." by "/" at the beginning of a path, assuming Separator is '/'. There is no mention that this function cannot be used for security, or that it does not…
Re: An update on 0day CVE-2021-43798: Grafana directory traversal
#23Affects all 8.x releases
[edit: Just installed 8.3. Alert conditions warn they are now "beta feature" and "could stop working in next version". Is Grafana removing features every release?]
Re: An update on 0day CVE-2021-43798: Grafana directory traversal
#24Note: postmortem has a more dire meaning in non-tech circles (literally means "after death"). You want to say retrospective instead. I know it's a difference in culture.
I agree that the term is inadequate, I can just see how we got here.
Re: An update on 0day CVE-2021-43798: Grafana directory traversal
#25Is 8.3.1 patched?
Re: An update on 0day CVE-2021-43798: Grafana directory traversal
#26As far as I can see the post does not mention the affected releases nor the versions to upgrade to. Is 8.3.1 patched?