CVE-2024-35056:
NASA AIT-Core vulnerable to SQL Injection
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.35674%
CWE
Published
5/21/2024
Updated
8/2/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ait-core | pip | <= 2.5.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The advisory explicitly names query_packets and insert as vulnerable. Code examples show query_packets in both SQLite/InfluxDB implementations use direct string interpolation for time parameters. While insert uses parameterized values, the CVE context implies schema elements (table names) might be tainted. Confidence is medium for insert due to less explicit code examples, but high for query_packets given clear interpolation patterns.