Description
A vulnerability was identified in sergomanov SmartHomeAdatum up to cf495353d81b680675eb8d9aa14a318aa45ce12c. This impacts an unknown function of the file users.php of the component Login. Such manipulation of the argument Login leads to sql injection. The attack may be launched remotely. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-07-12
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability enables an attacker to insert arbitrary SQL code by manipulating the Login parameter in the users.php file of the SmartHomeAdatum login component. This flaw arises from improper neutralization of special characters and the use of unsanitized, non-parameterized queries (CWE-74 and CWE-89). If exploited, the attacker could read, modify, or delete data stored in the underlying database, compromising both confidentiality and integrity.

Affected Systems

The affected product is sergomanov SmartHomeAdatum, specifically an unknown function within the users.php file of the Login component. The system uses a rolling release model and no specific affected or fixed versions are listed.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, but the EPSS score of <1% shows a very low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Attack execution is possible remotely by supplying crafted input to the Login field. Given the low exploitation likelihood, the overall risk is moderate, yet defensive controls should be applied until a vendor fix becomes available.

Generated by OpenCVE AI on August 1, 2026 at 11:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Acquire and apply any vendor patch or upgrade to a newer release that contains the fix as soon as it is made available.
  • Modify the users.php login handler to process the Login argument with parameterized queries and escape or validate all input, thereby eliminating the CWE‑74 and CWE‑89 weaknesses.
  • Deploy a web application firewall or intrusion detection system that includes rules to detect and block common SQL injection patterns against the login endpoint.
  • Enable logging of all database queries and monitor logs for suspicious patterns, raising alerts when anomalous or failed queries are detected.

Generated by OpenCVE AI on August 1, 2026 at 11:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 12 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in sergomanov SmartHomeAdatum up to cf495353d81b680675eb8d9aa14a318aa45ce12c. This impacts an unknown function of the file users.php of the component Login. Such manipulation of the argument Login leads to sql injection. The attack may be launched remotely. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The vendor was contacted early about this disclosure but did not respond in any way.
Title sergomanov SmartHomeAdatum Login users.php sql injection
First Time appeared Sergomanov
Sergomanov smarthomeadatum
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:sergomanov:smarthomeadatum:*:*:*:*:*:*:*:*
Vendors & Products Sergomanov
Sergomanov smarthomeadatum
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Sergomanov Smarthomeadatum
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-13T18:12:23.382Z

Reserved: 2026-07-11T12:36:09.558Z

Link: CVE-2026-15498

cve-icon Vulnrichment

Updated: 2026-07-13T18:00:14.680Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T11:15:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')