CVE-2026-5563
SQL Injection in AutohomeCorp Frostmourne Alarm Preview API
Publication date: 2026-04-05
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| autohomecorp | frostmourne | to 1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-74 | The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component. |
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a security flaw in the AutohomeCorp frostmourne software, specifically in the httpTest function of the /api/monitor-api/alarm/previewData file within the Alarm Preview component. It allows an attacker to perform SQL injection by manipulating this function.
The attack can be launched remotely, meaning an attacker does not need physical access to the system to exploit this flaw. Additionally, the exploit code has been publicly released, increasing the risk of attacks.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing an attacker to execute unauthorized SQL commands on your database through the vulnerable function. This can lead to unauthorized data access, data modification, or data deletion.
Since the attack can be performed remotely and the exploit is publicly available, it increases the risk of data breaches, service disruption, and potential compromise of sensitive information.