CVE-2026-19926
Received Received - Intake

SQL Injection in Evergreen Library System

Vulnerability report for CVE-2026-19926, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-16

Last updated on: 2026-08-16

Assigner: VulDB

Description

A vulnerability has been found in Evergreen up to 3.14.11/3.15.11/3.16.5/3.17-beta1. The affected element is an unknown function of the file /osrf-gateway-v1 of the component open-ils.fielder OpenSRF Service. Such manipulation leads to sql injection. The attack can be executed remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 3.14.12, 3.15.12, 3.16.6 and 3.17-beta2 is sufficient to fix this issue. The affected component should be upgraded.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-16
Last Modified
2026-08-16
Generated
2026-08-16
AI Q&A
2026-08-16
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 5 associated CPEs
Vendor Product Version / Range
evergreen evergreen to 3.16.3 (exc)
evergreen evergreen 3.14.12
evergreen evergreen 3.15.12
evergreen evergreen 3.16.6
evergreen evergreen 3.17-beta2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-19926 is a SQL injection vulnerability in Evergreen Integrated Library System versions up to 3.16.3. The flaw exists in the open-ils.fielder OpenSRF service, which processes user-supplied JSON queries without proper validation. This allows remote attackers to inject arbitrary SQL commands via the public HTTP gateway endpoint (/osrf-gateway-v1) without authentication.

Detection Guidance

To detect this SQL injection vulnerability in Evergreen, monitor network traffic for suspicious requests to the /osrf-gateway-v1 endpoint. Check for unusual JSON payloads containing SQL keywords like UNION, SELECT, or INSERT. Inspect Evergreen logs for repeated failed queries or time delays in responses, which may indicate blind SQL injection attempts.

Impact Analysis

This vulnerability enables full read access to the Evergreen database, exposing sensitive data such as patron personally identifiable information, password hashes, circulation history, and financial records. In some configurations, attackers may also gain write access, allowing them to request password resets for admin accounts and exfiltrate password reset tokens to gain full administrative access.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA due to unauthorized access and exposure of sensitive personal data, including personally identifiable information and financial records. Organizations may face legal penalties and reputational damage for failing to protect such data.

Mitigation Strategies

Immediately upgrade Evergreen to version 3.14.12, 3.15.12, 3.16.6, or 3.17-beta2 or later. Temporarily restrict access to the /osrf-gateway-v1 endpoint via firewall rules until patching is complete. Review database logs for signs of exploitation and rotate all administrative credentials if compromise is suspected.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19926. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart