CVE-2026-15494: AMTT Hotel Broadband Operation System switch_status.php sql injection
A flaw has been found in AMTT Hotel Broadband Operation System 1.0. Impacted is an unknown function of the file manager/network/switch_status.php. Executing a manipulation of the argument ID can lead to sql injection. It is possible to launch the attack remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Security readout for executives and security teams
Plain-English summary
CVE-2026-15494 is a SQL injection issue in AMTT Hotel Broadband Operation System 1.0. A remote, authenticated attacker may manipulate an ID parameter to affect the backend database. Public exploit information reportedly exists, but there is no KEV listing or cited evidence of active exploitation.
Executive priority
Treat as a near-term risk for affected hotel broadband environments. Prioritize exposure reduction and monitoring because exploit details are public and no vendor fix is identified in the provided sources.
Technical view
The flaw affects an unknown function in manager/network/switch_status.php. Manipulation of the ID argument can trigger SQL injection, mapped to CWE-89 and CWE-74. CVSS v2 is 5.8 with network access, low complexity, and authentication required, with partial confidentiality, integrity, and availability impact.
Likely exposure
Exposure is limited to organizations running AMTT Hotel Broadband Operation System 1.0, especially if the management interface is reachable by hotel staff, partners, or remote administrators. The CVSS vector indicates authentication is required, reducing exposure compared with unauthenticated SQL injection.
Exploitation context
VulDB states an exploit has been published and may be used, and the bundle references a GitHub issue. CISA KEV is false, and no provided source confirms active exploitation. The vendor reportedly did not respond to early disclosure.
Researcher notes
Evidence is mainly third-party advisory data. Product ownership is listed as AMTT, while one submission references Anmei Century. The vulnerable function is unspecified. Avoid assuming patch availability, exploit reliability, or unauthenticated reachability beyond the cited CVSS and VulDB details.
Mitigation direction
Check AMTT or system supplier guidance for updates or compensating controls.
Restrict management interface access to trusted networks and users.
Review and minimize accounts with access to the affected management functions.
Monitor requests to manager/network/switch_status.php for suspicious ID parameter activity.
Ensure database and application backups are current and recoverable.
Validation and detection
Confirm whether AMTT Hotel Broadband Operation System 1.0 is deployed.
Identify internet, guest-network, or third-party reachable management interfaces.
Verify authentication requirements and account permissions for switch status functions.
Review application and database logs for unusual switch_status.php activity.
Track vendor, VulDB, and CVE updates for remediation details.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-74: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
4CVSS vectors
6Timeline events
0ADP providers
6Source links
CVSS vector scores
4 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-74 · source CWE mapping
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.