Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2021-42218: A memory leak in VFRRT · Issue #839 · ompl/ompl

OMPL v1.5.2 contains a memory leak in VFRRT.cpp

CVE
#ubuntu

When I’m testing ompl, here is a memory leak occured. After positioning,we found that the error is caused by the following code in VFRRT.cpp:

In line 169.A motion object was requested with it’s constructor,and also new a state in that motion.but in line 170, the state in motion was assigned. The space applied in the constructor becomes a wild space.That’s why memory leaks.
We suggest to use the default constructor in line 169.like that:

I did my experiment on Ubuntu 16.04

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda
CVE-2023-6905
CVE-2023-6903
CVE-2023-6904
CVE-2023-3907