CVE-2026-42773
SQL Injection in eMagicOne Store Manager
Publication date: 2026-05-25
Last updated on: 2026-05-25
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| emagicone | emagicone_store_manager | From 1.0.0 (inc) to 1.3.2 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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 an SQL Injection issue in eMagicOne Store Manager. Specifically, it is a Blind SQL Injection caused by improper neutralization of special elements used in an SQL command. This means that an attacker can manipulate SQL queries by injecting malicious input, potentially without immediate visible feedback.
How can this vulnerability impact me? :
The vulnerability has a high severity score (CVSS 9.3) and allows remote attackers to perform Blind SQL Injection without any privileges or user interaction. This can lead to unauthorized access to sensitive data (confidentiality impact is high), and partial disruption of service (availability impact is low). However, integrity is not affected.