CVE-2019-15568
Description
idseq-web before 2019-07-01 in Infectious Disease Sequencing Platform IDseq allows SQL injection via tax_levels.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection in idseq-web before 2019-07-01 allows attackers to execute arbitrary SQL via the tax_levels parameter.
Vulnerability
IDseq, the Infectious Disease Sequencing Platform, includes a web application (idseq-web) that was vulnerable to SQL injection through the tax_levels parameter before the fix committed on 2019-07-01 [1]. The tax_levels parameter was not properly sanitized before being used in SQL queries, allowing an attacker to inject arbitrary SQL commands. This affects all versions of idseq-web prior to the pull request #2372 merge [1].
Exploitation
An attacker can exploit this vulnerability by sending a crafted HTTP request to the affected endpoint with malicious SQL embedded in the tax_levels parameter. The attacker does not require prior authentication but does need network access to the IDseq web application [1]. The injection occurs during processing of taxon search queries, where the unsanitized input is directly concatenated into SQL statements.
Impact
Successful exploitation allows an attacker to execute arbitrary SQL commands against the database used by idseq-web. This can lead to unauthorized reading, modification, or deletion of sensitive data managed by the IDseq platform, including potentially patient health information, sequencing data, and user credentials. The impact is high, as it compromises data confidentiality and integrity [1].
Mitigation
The vulnerability was fixed in pull request #2372 committed on 2019-07-01 [1]. Users should upgrade to any version of idseq-web after that date. No workaround is documented for unpatched versions. The fix involves sanitizing the tax_levels input to prevent injection attacks [1].
AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Infectious Disease Sequencing Platform IDseq/Infectious Disease Sequencing Platform IDseqdescription
- Range: <2019-07-01
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- github.com/chanzuckerberg/idseq-web/pull/2372mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.