CVE-2026-45288 Details
Description
Marten is a .NET Transactional Document DB and Event Store on PostgreSQL. Prior to 8.36.1, Marten's full-text search APIs interpolated the user-supplied regConfig parameter directly into the generated SQL without parameterization or validation, making every code path that exposes regConfig to untrusted input a SQL injection sink. This vulnerability is fixed in 8.36.1.
A SQL injection vulnerability has been identified in Marten, a .NET transactional document database and event store that uses PostgreSQL. This issue affects Marten versions prior to 8.36.1. The vulnerability arises because the full-text search APIs directly interpolated the user-supplied regConfig parameter into the generated SQL without proper validation or parameterization. As a result, any code path that allows untrusted input to regConfig becomes a potential SQL injection sink. The vulnerable APIs include various search methods on IQuerySession, as well as corresponding LINQ extension methods.
Users can upgrade to Marten version 8.37.0 or later, where this vulnerability has been fixed. If an immediate upgrade is not possible, regConfig can be hard-coded to a safe default value or validated against a whitelist of acceptable configurations before being passed to Marten's search APIs.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 28, 2026CISA-ADP
Assessed May 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/JasperFx/marten/commit/626249656829860b9c55895b5b6046b61a2a695f | [email protected] | Source CodeVendor |
| https://github.com/JasperFx/marten/pull/4343 | [email protected] | Issue TrackingVendor |
| https://github.com/JasperFx/marten/security/advisories/GHSA-vmw2-qwm8-x84c | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| JasperFx Marten | <= 8.36 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 21, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 28, 2026 | New CVE Received | [email protected] |
Volerion