CVE-2026-27851: When safe filter is used with variable expansion, all following pipelines on the same string are incorrectl...
When safe filter is used with variable expansion, all following pipelines on the same string are incorrectly interpreted as safe too, enabling unsafe data to be unescaped. This can enable SQL / LDAP injection attacks when used in authentication. Avoid using safe filter until on fixed version. No publicly available exploits are known.
Security readout for executives and security teams
Plain-English summary
A safety marker in OX Dovecot Pro can be applied too broadly after variable expansion. Data that should be escaped may be treated as safe, creating a path to SQL or LDAP injection, especially around authentication logic.
Executive priority
Treat as high priority if OX Dovecot Pro is used for authentication with SQL or LDAP. The risk is serious, but urgency is moderated by high attack complexity and no cited public exploitation.
Technical view
When the safe filter is used with variable expansion, later pipelines on the same string are incorrectly interpreted as safe. The CVSS 3.1 score is 7.4 with network attack vector, high complexity, no privileges, no user interaction, and high confidentiality and integrity impact.
Likely exposure
Exposure appears limited to OX Dovecot Pro deployments using the safe filter with variable expansion in strings that later feed SQL or LDAP operations. The provided data does not identify concrete affected version ranges beyond the vendor/product listing.
Exploitation context
The bundle says no publicly available exploits are known, and KEV status is false. Exploitation would depend on a vulnerable template/data-flow pattern where untrusted input reaches SQL or LDAP authentication logic after being incorrectly marked safe.
Researcher notes
Evidence is incomplete on exact affected versions and fixed releases. The key validation task is finding unsafe safe-filter usage in authentication-related string processing, then matching deployments against vendor CSAF and Red Hat records.
Mitigation direction
Avoid using the safe filter until running a fixed version.
Review Open-Xchange guidance for fixed versions and supported remediation.
Prioritize authentication paths that use SQL or LDAP backends.
Apply vendor updates when a fixed release is confirmed.
Track Red Hat and Open-Xchange advisories for status changes.
Validation and detection
Inventory OX Dovecot Pro deployments and versions.
Search templates or configuration for safe filter plus variable expansion.
Trace whether affected strings feed SQL or LDAP authentication flows.
Confirm installed versions against vendor advisory data.
Review authentication logs for unusual SQL, LDAP, or login failures.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-235: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-235 · source CWE mapping
Improper Handling of Extra Parameters
Improper Handling of Extra Parameters represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.