Cyber Resilience

CVE-2025-4764

HighUpdated

Published: 22 January 2026

Published
22 January 2026
Modified
05 June 2026
KEV Added
Patch
CVSS Score v3.1 8.0 CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0044 35.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-4764 is a high-severity SQL Injection (CWE-89) vulnerability in Aida Hotel Guest Hotspot. Its CVSS base score is 8.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.3th 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-2025-4764 is an improper neutralization of special elements used in an SQL command, classified as an SQL Injection vulnerability (CWE-89), affecting the Hotel Guest Hotspot software from Aida Computer Information Technology Inc. This issue impacts Hotel Guest Hotspot versions through 22012026.

The vulnerability carries a CVSS v3.1 base score of 8.0 (AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating it can be exploited over an adjacent network with low attack complexity by an attacker possessing low privileges and requiring no user interaction. Successful exploitation enables high-impact violations of confidentiality, integrity, and availability, potentially allowing arbitrary SQL command execution.

A related advisory is published at https://www.usom.gov.tr/bildirim/tr-26-0001. The vendor was contacted early regarding this disclosure but provided no response, and no patches or specific mitigations are detailed in available information.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Aida Computer Information Technology Inc. Hotel Guest Hotspot allows SQL Injection. This issue affects Hotel Guest Hotspot: through 22012026. NOTE: The vendor was contacted early about…

more

this disclosure but did not respond in any way.

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?

Direct SQL injection vulnerability in application software enables exploitation of public/adjacent-facing apps per T1190, allowing arbitrary command execution with full CIA impact.

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

aida
hotel guest hotspot
≤ 2026-01-22

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates SQL injection by requiring validation and sanitization of user inputs before they are used in SQL commands.

prevent

Prevents SQL injection by restricting inputs to safe types, formats, and quantities that block malicious SQL payloads.

prevent

Addresses the specific SQL injection flaw through identification, reporting, and timely remediation via patches or mitigations.

References