CVE-2024-46636
Published: 27 April 2026
Summary
CVE-2024-46636 is a critical-severity SQL Injection (CWE-89) vulnerability in Linkedin (inferred from references). Its CVSS base score is 9.4 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-7 (Boundary Protection) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2024-46636 is a SQL injection vulnerability (CWE-89) affecting NASA's Earth Observing System Data and Information System (EOSDIS) MODAPS version 8.1, specifically in the category parameter. The flaw allows attackers to inject malicious SQL code, earning a CVSS v3.1 base score of 9.4 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L), indicating critical severity due to its high impact on confidentiality and integrity with low complexity and no prerequisites for exploitation.
Remote attackers require no authentication, privileges, or user interaction to exploit the vulnerability over the network. Successful exploitation enables high-level data extraction (confidentiality), manipulation or deletion of database contents (integrity), and limited denial-of-service effects (availability), potentially compromising sensitive NASA Earth observation data.
Advisories and further details are available via references including a Bugcrowd report at https://bugcrowd.com/Xnu11, a GitHub repository at https://github.com/NU1L0/CVE-2024-46636-SQLi-MODAPS documenting the issue, and a related LinkedIn profile at https://www.linkedin.com/in/abdulrahman-aldossary-842b6b26b/. No specific patch or mitigation guidance is detailed in the provided information.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-55557
Vulnerability details
NASA Earth Observing System Data and Information System (EOSDIS) MODAPS v8.1 was discovered to contain a SQL injection vulnerability in the category parameter
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in unauthenticated public-facing web app parameter enables initial access via exploitation of internet-facing service.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of information inputs like the category parameter to reject malicious SQL code and directly prevent SQL injection exploitation.
Mandates timely remediation of flaws such as the SQL injection vulnerability in MODAPS v8.1 through patching or code fixes.
Enforces boundary protection via mechanisms like web application firewalls to monitor and block SQL injection attempts over network access.