CVE-2026-25076
SQL Injection in Anchore Enterprise GraphQL API Allows Data Modification
Publication date: 2026-03-13
Last updated on: 2026-03-13
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| anchore | enterprise | to 5.25.1 (exc) |
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?
CVE-2026-25076 is an SQL injection vulnerability found in Anchore Enterprise versions before 5.25.1. It exists in the GraphQL Reports API, where an authenticated attacker with access to this API can execute arbitrary SQL commands. This means the attacker can manipulate the database by modifying data stored within Anchore Enterprise.
How can this vulnerability impact me? :
This vulnerability allows an authenticated attacker with access to the GraphQL API to execute arbitrary SQL instructions, which can lead to unauthorized modifications of the data in the Anchore Enterprise database. The impact includes high confidentiality and integrity risks, meaning sensitive data could be altered or corrupted, potentially compromising the security and reliability of the system.
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?
I don't know
What immediate steps should I take to mitigate this vulnerability?
[{'type': 'paragraph', 'content': "To mitigate the SQL injection vulnerability in Anchore Enterprise's GraphQL Reports API, you should upgrade to Anchore Enterprise version 5.25.1 or later, where this issue has been fixed."}, {'type': 'paragraph', 'content': 'Ensure that only authenticated and authorized users have access to the GraphQL API to reduce the risk of exploitation.'}, {'type': 'paragraph', 'content': 'Review and apply any additional security best practices recommended by Anchore for your deployment environment.'}] [2, 3]