CVE-2026-30995
Published: 15 April 2026
Summary
CVE-2026-30995 is a high-severity SQL Injection (CWE-89) vulnerability in Joaopaulodeoliveira (inferred from references). Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.1th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2026-30995 is a SQL injection vulnerability (CWE-89) affecting Slah CMS versions 1.5.0 and below. The issue resides in the 'id' parameter of the 'vereador_ver.php' endpoint, allowing malicious SQL queries to be injected and executed.
The vulnerability is exploitable remotely over the network (AV:N) with low attack complexity (AC:L), requiring no privileges (PR:N) or user interaction (UI:N), and has unchanged scope (S:U). Successful exploitation enables high-impact confidentiality breaches, such as unauthorized data extraction, alongside low impacts to integrity and availability, resulting in a CVSS v3.1 base score of 8.6.
Mitigation details are referenced in advisories at https://cve.joaopaulodeoliveira.dev/cve.php/published/CVE-2026-30995 and https://cve.joaopaulodeoliveira.dev/cve.php/reserved/slah-informatica-sql-injection.
OWASP Top 10 for Web (2025)
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-22989
Vulnerability details
Slah CMS v1.5.0 and below was discovered to contain a SQL injection vulnerability via the id parameter in the vereador_ver.php endpoint.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in publicly accessible web app endpoint (vereador_ver.php) enables remote unauthenticated exploitation for data access.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of the 'id' parameter in vereador_ver.php, directly preventing SQL injection by rejecting malicious inputs before they reach the database.
Mandates identification, reporting, and correction of the specific SQL injection flaw in Slah CMS v1.5.0 and below, eliminating the vulnerability through patching.
Enforces least privilege on database accounts used by the application, limiting the scope of unauthorized data extraction even if SQL injection occurs.