Cyber Resilience

CVE-2026-30995

High

Published: 15 April 2026

Published
15 April 2026
Modified
17 April 2026
KEV Added
Patch
CVSS Score v3.1 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
EPSS Score 0.0023 13.1th percentile
Risk Priority 55 floored blend · peak EPSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

SQL injection in publicly accessible web app endpoint (vereador_ver.php) enables remote unauthenticated exploitation for data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-24956Shared CWE-89
CVE-2026-33615Shared CWE-89
CVE-2025-28939Shared CWE-89
CVE-2021-47872Shared CWE-89
CVE-2025-28873Shared CWE-89
CVE-2019-25636Shared CWE-89
CVE-2026-32611Shared CWE-89
CVE-2026-42755Shared CWE-89
CVE-2024-53544Shared CWE-89
CVE-2026-21410Shared CWE-89

Affected Assets

Joaopaulodeoliveira
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of the 'id' parameter in vereador_ver.php, directly preventing SQL injection by rejecting malicious inputs before they reach the database.

prevent

Mandates identification, reporting, and correction of the specific SQL injection flaw in Slah CMS v1.5.0 and below, eliminating the vulnerability through patching.

prevent

Enforces least privilege on database accounts used by the application, limiting the scope of unauthorized data extraction even if SQL injection occurs.

References