SAP HANA - Known CVEs
A version/revision fingerprint (SELECT VERSION FROM SYS.M_DATABASE; post-auth, or pre-auth banner grabs against 3<NN>13/3<NN>15/3<NN>07) matched against a small table of confirmed, SAP-Note-verified HANA CVEs. Unlike the ABAP kernel, HANA revision numbers are dense and rapidly superseded, so treat any version-range match as suspected pending confirmation of the exact patch level via SELECT * FROM M_SYSTEM_OVERVIEW WHERE SECTION = 'System'; or the SAP HANA cockpit’s version tile - do not report a finding from version string alone without this confirmation step.
- CVE-2026-0492 - Privilege Escalation in SAP HANA database. CVSS 3.0 8.8 (
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), CWE-306. Confirmed via SAP Note 3691059 (13.01.2026): an attacker holding valid credentials for any user can switch to another user, potentially gaining administrative access. Affects HANA 2.00; SPS05/SPS06 explicitly not affected. Fixed at SPS07 revision 79.07 and SPS08 revision 88. No workaround. See Default Users, Credential Harvesting & Privilege Escalation for exploitation framing. - CVE-2026-34262 - Information Disclosure in SAP HANA Cockpit and HANA Database Explorer. CVSS 3.0 5.0 (
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N), CWE unspecified (private-key exposure). Confirmed via SAP Note 3730639 (14.04.2026): authenticated Cockpit/Database Explorer users can retrieve the server’s mTLS private key via thehrtt-serviceREST API in systems configured for mutual TLS to the HANA database. Affects SAP HANA Runtime Tools (HRTT) ≤ 2.16.254001 (HANA Cockpit < 2.18.2). SEC Consult independently disclosed this and notes the patch prevents further exposure but does not invalidate already-leaked keys - manual rotation is required regardless of what SAP’s note states. See Trace/Backup File & Credential Exposure. - CVE-2019-0261 - Missing authentication check in SAP HANA XS advanced. SAP-rated CVSS 3.0 9.4 (
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L), CWE-306. Confirmed via SAP Note 2742027: XS advanced runtime 1.0.97–1.0.99 on HANA 1 or HANA 2 SPS0 fails authentication checks for XSA platform/business users. Fixed in XSA ≥1.0.100. - CVE-2016-6144 - Insufficient login-attempt limiting for
SYSTEM. CVSS 3.0 8.1, CWE-284. Confirmed via SAP Note 2216869:SYSTEMexcluded from lockout policy and verbose logon-failure messages enable enumeration, prior to HANA Revision 102.<!-- VERIFY: HANA 1.0-era; only relevant against legacy, long-unsupported revisions still present in a landscape. -->
- Fingerprint (post-auth):
SELECT VERSION FROM SYS.M_DATABASE; SELECT * FROM M_SYSTEM_OVERVIEW WHERE SECTION = 'System'; - Fingerprint (pre-auth, network only): TLS/banner behavior on
3<NN>13(SQL) and3<NN>15(HTTP/XSA controller) can suggest a major/SPS line but cannot reliably distinguish revision-level patches (e.g., SPS07 rev 78 vs. the fixed 79.07) - treat pre-auth version claims assuspectedonly, and always confirm post-auth or via the SAP HANA cockpit version tile before reporting. - Version-range match: HANA 2.00 SPS07 < rev 79.07, or SPS08 < rev 88 →
suspectedCVE-2026-0492. HRTT ≤ 2.16.254001 / Cockpit < 2.18.2 →suspectedCVE-2026-34262. XS advanced 1.0.97–1.0.99 →suspectedCVE-2019-0261. - An empty match must be read as “no rule matched,” never as “this version has no vulnerabilities” - this table is deliberately small and covers only what was independently verified via SAP Note + NVD this pass.
- Patch to SPS07 rev ≥79.07 / SPS08 rev ≥88 (SAP Note 3691059).
- Patch HANA Cockpit to ≥2.18.2 and manually rotate any mTLS private keys/certificates regardless of SAP’s stated guidance (SAP Note 3730639).
- Patch XS advanced to ≥1.0.100 (SAP Note 2742027).
- Subscribe to SAP Security Patch Day notes for component
HAN-DB-SEC/HAN-CPT-*rather than relying solely on this static bucket, which lags new disclosures.
- No CVE-specific target-side telemetry beyond what’s covered in the linked technique pages - see Default Users, Credential Harvesting & Privilege Escalation and Trace/Backup File & Credential Exposure for per-technique detection guidance.
- Flag any HANA SQL (
3NN13) or HTTP/XSA (3NN15) port reachable outside the intended DB/application network as a standalone finding, independent of patch level.
- SAP Note 3691059 - [CVE-2026-0492] Privilege escalation vulnerability in SAP HANA database - verified live via
sap-notesMCP - SAP Note 3730639 - [CVE-2026-34262] Information Disclosure Vulnerability in SAP HANA Cockpit and HANA Database Explorer - verified live via
sap-notesMCP - SAP Note 2742027 - [CVE-2019-0261] Missing authentication check in SAP HANA Extended Application Services, advanced model - verified live via
sap-notesMCP - SAP Note 2216869 - Security improvement of HANA authentication - verified live via
sap-notesMCP - NVD - CVE-2026-0492
- NVD - CVE-2019-0261
- NVD - CVE-2016-6144
- SEC Consult Vulnerability Lab - Exposed Private Key of X.509 Certificate in SAP HANA Cockpit & SAP HANA Database Explorer
- Default Users, Credential Harvesting & Privilege Escalation
- Trace/Backup File & Credential Exposure
