Cyber Resilience

CVE-2026-30711

High

Published: 19 March 2026

Published
19 March 2026
Modified
27 April 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0026 17.0th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-30711 is a high-severity SQL Injection (CWE-89) vulnerability in Purrfect (inferred from references). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 17.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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-30711 is a set of multiple authenticated SQL injection vulnerabilities (CWE-89) in Devome GRR version 4.5.0. The flaws reside in the include/session.inc.php file and are exploitable via manipulation of the Referer and User-Agent HTTP headers. Published on 2026-03-19, the vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for significant impact.

An authenticated attacker with low privileges (PR:L) can exploit these SQL injections remotely over the network (AV:N) with low attack complexity (AC:L) and no user interaction required (UI:N). Exploitation enables high confidentiality, integrity, and availability impacts (C:H/I:H/A:H), potentially allowing arbitrary SQL query execution, data exfiltration, modification, or denial of service within the application's database.

Security audit details are available in reports at https://breakpoint.purrfect.fr/article/grr_audit.html and https://breakpoint.purrfect.fr/article/grr_audit.html#v4-sql-injection-in-session-inc-php-1. No specific patch or mitigation guidance is detailed in the CVE publication.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Devome GRR v4.5.0 was discovered to contain multiple authenticated SQL injection vulnerabilities in the include/session.inc.php file via the referer and user-agent.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Authenticated SQL injection (CWE-89) in web app directly enables remote exploitation of public-facing applications (T1190) and allows low-privileged authenticated users to achieve arbitrary DB access for privilege escalation (T1068).

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

CVEs Like This One

CVE-2026-27470Shared CWE-89
CVE-2026-2751Shared CWE-89
CVE-2026-6476Shared CWE-89
CVE-2025-26200Shared CWE-89
CVE-2026-24908Shared CWE-89
CVE-2025-24669Shared CWE-89
CVE-2026-29206Shared CWE-89
CVE-2026-33539Shared CWE-89
CVE-2026-23780Shared CWE-89
CVE-2024-48245Shared CWE-89

Affected Assets

Purrfect
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 untrusted HTTP inputs like Referer and User-Agent headers before incorporation into SQL queries, directly preventing SQL injection exploitation in session.inc.php.

prevent

Mandates timely remediation of identified flaws such as the SQL injection vulnerabilities in Devome GRR v4.5.0 to eliminate the root cause.

detect

Vulnerability scanning of the web application would identify SQL injection flaws in session.inc.php via HTTP headers during periodic assessments.

References