-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| lmdb | pip | <= 0.97 |
The vulnerability description explicitly identifies mdb_page_touch as the function where improper setup occurs. The CWE-787 (out-of-bounds write) matches the described behavior of writing to an invalid address. While no direct code references are available, the consistent mention of mdb_page_touch across advisories and its role in page management strongly implicate it. The file path is inferred from LMDB's known code structure, as py-lmdb embeds LMDB's C implementation.