Skip to content

Commit

Permalink
new vulnerability in questdb
Browse files Browse the repository at this point in the history
  • Loading branch information
sampion88 committed Jan 30, 2025
1 parent 8128067 commit 150f45a
Showing 1 changed file with 22 additions and 12 deletions.
34 changes: 22 additions & 12 deletions input/new.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
{
"package_name": "",
"patch_versions": [],
"vulnerable_ranges": [],
"cwe": [],
"tldr": "",
"doest_this_affect_me": "",
"how_to_fix": "",
"vulnerable_to": "",
"package_name": "questdb",
"patch_versions": [
"8.2.2"
],
"vulnerable_ranges": [
[
"3.0.0",
"8.2.1"
]
],
"cwe": [
"CWE-401"
],
"tldr": "Affected versions of the package are vulnerable to memory leaks. When a mapping exception occurs during `TableReader` resizing after adding a column, it can cause a leak of file descriptors and memory. Additionally, if an error occurs while opening an index file during a table write, mapped memory may leak due to improper cleanup in the error handling process.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `questdb` library to the patch version.",
"reporter": "",
"vulnerable_to": "Memory Leak",
"related_cve_id": "",
"language": "",
"severity_class": "",
"aikido_score": 0,
"changelog": ""
"language": "JAVA",
"severity_class": "LOW",
"aikido_score": 30,
"changelog": "https://github.com/questdb/questdb/releases/tag/8.2.2"
}

0 comments on commit 150f45a

Please sign in to comment.