Cyber Resilience

CVE-2026-3494

Medium

Published: 03 March 2026

Published
03 March 2026
Modified
16 March 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0027 19.1th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-3494 is a medium-severity Insufficient Logging (CWE-778) vulnerability in Amazon Relational Database Service. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Indicator Removal (T1070); ranked at the 19.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

In MariaDB server version through 11.8.5, when server audit plugin is enabled with server_audit_events variable configured with QUERY_DCL, QUERY_DDL, or QUERY_DML filtering, if an authenticated database user invokes a SQL statement prefixed with double-hyphen (—) or hash (#) style comments,…

more

the statement is not logged.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1070 Indicator Removal Stealth
Adversaries may selectively delete or modify artifacts generated to reduce indications of their presence and blend in with legitimate activity.
T1685 Disable or Modify Tools Defense Impairment
Adversaries may disable, degrade, or tamper with security tools or applications (e.
Why these techniques?

Bypasses database audit logging via SQL comment prefixes, directly enabling log evasion (indicator removal) and defense impairment for authenticated actions.

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

Affected Assets

mariadb
mariadb
≤ 10.6.24 · 10.7.0 — 10.11.15 · 11.0.0 — 11.4.9
amazon
aurora mysql
3.11.0 · ≤ 2.12.5 · 3.01.0 — 3.04.5 · 3.05.1 — 3.10.2
amazon
relational database service
≤ 5.7.44-rds.20251212 · ≤ 10.6.24 · 8.0.11 — 8.0.44

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-778

Audit policy requires defining and implementing logging of security-relevant events, directly reducing insufficient logging.

addresses: CWE-778

Providing proof of performed actions necessitates sufficient logging of security-relevant events with attribution details.

addresses: CWE-778

Retaining audit records for a defined period ensures security-relevant events remain available for after-the-fact investigations, directly mitigating the risk that attackers can hide actions due to missing or purged log data.

addresses: CWE-778

Directly requires generation of audit records for specified events, preventing the absence of logging that allows undetected malicious activity.

addresses: CWE-778

Directly implements detailed session logging to address the weakness of insufficient logging.

addresses: CWE-778

Provides alternate logging mechanism to maintain audit trails when primary capability fails, directly reducing insufficient logging.

addresses: CWE-778

Employing coordination mechanisms ensures consistent and sufficient logging practices are applied when audit information crosses organizational boundaries.

addresses: CWE-778

This control requires identifying, specifying, and justifying event types for logging with a focus on adequacy for post-incident investigations, directly mitigating insufficient logging.

References