CVE-2026-1517
SQL Injection in iomad Company Admin Block Allows Remote Attack
Publication date: 2026-02-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 |
|---|---|---|
| iomad | iomad | to 5.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?
CVE-2026-1517 is a critical SQL injection vulnerability found in iomad versions up to 5.0, specifically affecting an unspecified functionality within the Company Admin Block component.
This vulnerability arises from improper handling of externally influenced input used to construct SQL commands, allowing an attacker with company admin permissions to exploit a form and perform SQL injection attacks remotely.
Successful exploitation can lead to full database compromise affecting all tenants on the platform.
How can this vulnerability impact me? :
This vulnerability can lead to a full compromise of the database, potentially exposing sensitive data of all tenants using the iomad platform.
An attacker exploiting this flaw can compromise the confidentiality, integrity, and availability of the affected system.
Because the attack can be executed remotely by an authenticated company admin user, it poses a significant risk to the security of the platform and its data.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves SQL injection in the Company Admin Block of iomad up to version 5.0, exploitable remotely by an attacker with company admin permissions.
Detection would typically involve monitoring for unusual SQL queries or attempts to manipulate SQL commands through the Company Admin Block interface.
Since the vulnerability requires authentication and targets a specific component, detection can include reviewing logs for suspicious activity from authenticated company admin users.
No specific detection commands are provided in the available resources.
What immediate steps should I take to mitigate this vulnerability?
The primary mitigation step is to upgrade iomad to version 4.5 LTS or 5.0, where the vulnerability has been fixed.
Applying the official patch available on the iomad GitHub repository is also recommended.
Until the upgrade or patch is applied, restrict or monitor access to the Company Admin Block to trusted users only, as exploitation requires company admin permissions.