CVE-2024-35057: NASA AIT-Core vulnerable to remote code execution
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.08793%
CWE
Published
5/21/2024
Updated
11/18/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:A/AC:H/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 vulnerability stems from two key issues: 1) Use of insecure pickle deserialization in telemetry processing (CWE-502), and 2) Cleartext ZeroMQ communication enabling MitM (CWE-319). The LinkedIn article demonstrates RCE via malicious pickle payloads in network packets, specifically highlighting the TLM module's pickle usage and server message handling. While exact function names aren't explicitly listed in sources, the described exploit pattern matches telemetry processing workflows in ait/core/tlm.py
and server.py
based on AIT-Core architecture documentation.