CVE-2024-48814
Published: 03 January 2025
Summary
CVE-2024-48814 is a high-severity SQL Injection (CWE-89) vulnerability in Silverpeas Silverpeas. Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2024-48814 is an SQL injection vulnerability (CWE-89) in Silverpeas 6.4.1. The issue affects the findbywhereclause function, where the ViewType parameter fails to properly sanitize input, enabling attackers to inject malicious SQL payloads.
The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high severity due to its network accessibility, low attack complexity, and lack of required privileges or user interaction. A remote, unauthenticated attacker can exploit it to obtain sensitive information from the database.
Mitigation is provided through patches in Silverpeas repositories, including pull request #859 in Silverpeas-Components and pull request #1353 in Silverpeas-Core. Further details on the vulnerability, including a proof-of-concept, are documented in the referenced Gist at https://gist.github.com/SubZ3r0-0x01/7150f7cbc3b7d810adb221cae3d08fc8.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-43220
Vulnerability details
SQL Injection vulnerability in Silverpeas 6.4.1 allows a remote attacker to obtain sensitive information via the ViewType parameter of the findbywhereclause function
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a network-accessible web application directly enables remote exploitation of a public-facing app for unauthorized database access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
SI-10 mandates validating information inputs such as the ViewType parameter to block malicious SQL payloads in the findbywhereclause function.
SI-2 requires timely identification, reporting, and patching of flaws like this SQL injection vulnerability, aligning with available Silverpeas patches.
RA-5 involves scanning for vulnerabilities like SQL injection in applications such as Silverpeas to identify and prioritize remediation.