Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
Primary rating from Vendor (VulDB) · only source for this CVE.
CVSS VectorVendor: VulDB
Lifecycle Timeline
6DescriptionCVE.org
A security flaw has been discovered in AutohomeCorp frostmourne up to 1.0. Affected is the function httpTest of the file /api/monitor-api/alarm/previewData of the component Alarm Preview. The manipulation results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks.
AnalysisAI
SQL injection in AutohomeCorp Frostmourne up to version 1.0 allows authenticated remote attackers to execute arbitrary SQL queries through the /api/monitor-api/alarm/previewData endpoint's httpTest function, potentially leading to unauthorized data access, modification, or system compromise. Publicly available exploit code exists, elevating real-world risk despite the CVSS 6.3 (medium) rating.
Technical ContextAI
The vulnerability resides in the Alarm Preview component of Frostmourne's monitoring API, specifically within the httpTest function that processes user input for the previewData endpoint. The root cause is CWE-89 (SQL Injection), indicating insufficient input validation or parameterization when constructing SQL queries. The affected product, identified via CPE cpe:2.3:a:autohomecorp:frostmourne:*:*:*:*:*:*:*:* , is a monitoring and alarm management system. The attack vector is network-based with low complexity, requiring only valid user credentials (PR:L per CVSS vector) to reach the vulnerable endpoint. The unauthenticated constraint (PR:L rather than PR:N) limits exposure to users with legitimate system access, but the presence of public exploit code and the straightforward nature of SQL injection attacks significantly amplifies exploitation probability.
RemediationAI
Upgrade AutohomeCorp Frostmourne to a patched version beyond 1.0 as soon as the vendor releases a fixed release. In the interim, implement strict input validation and parameterized queries (prepared statements) within the httpTest function to prevent SQL injection. Restrict network access to the /api/monitor-api/alarm/previewData endpoint using firewall rules or authentication proxies, limiting exposure to trusted internal networks only. Monitor logs for SQL error messages or unusual query patterns that may indicate exploitation attempts. Refer to VulDB advisory at https://vuldb.com/vuln/355333 for additional vendor guidance and timeline updates. A vendor-specific security advisory from AutohomeCorp should be consulted for exact patched version numbers when available.
More in Frostmourne
View allSame weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-19073
GHSA-r94v-5xq4-h7ph