
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-8851 is a SQL injection vulnerability in SOGo's Access Control List (ACL) management functionality, affecting SOGo versions 5.12.7 and prior. Authenticated attackers can inject malicious SQL subqueries through the uid parameter of the addUserInAcls endpoint to extract arbitrary data from the underlying database and exfiltrate it via the /acls API. The vulnerability was published on May 18, 2026, and a patch was released in SOGo v5.12.8. It carries a CVSS v3.1 base score of 8.1 (High) and a CVSS v4.0 base score of 8.6 (High) (Github Advisory, SOGo Release).
The root cause is improper neutralization of special elements in an SQL command (CWE-89), where the uid parameter passed to the addUserInAcls endpoint is not properly sanitized or parameterized before being incorporated into database queries. An authenticated attacker can inject SQL subqueries that cause the database to write extracted data into the sogo_acl table, which is then retrievable through the /acls API — establishing an out-of-band data exfiltration channel. Exploitation requires only low-level authenticated access (any valid user account) and no user interaction, making it straightforward to weaponize over the network (Github Advisory, SOGo Release).
Successful exploitation allows any authenticated user to extract arbitrary data from the SOGo database, resulting in high confidentiality and integrity impact. Sensitive information such as user credentials, email metadata, calendar data, and other stored content could be exfiltrated through the /acls API without requiring elevated privileges. Availability is not directly impacted, but the ability to write arbitrary data into the sogo_acl table also introduces an integrity risk by potentially corrupting ACL records (Github Advisory).
As of the time of disclosure, there is no public proof-of-concept exploit and no evidence of in-the-wild exploitation (Github Advisory). The EPSS score is approximately 0.027% (8th percentile), indicating a low near-term exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The vulnerability was credited to dninh of SACOMBANK for discovery (SOGo Release). Detection support is available via Nessus plugin 315314.
addUserInAcls API endpoint on the target SOGo instance (e.g., https://<target>/SOGo/so/<username>/<resource>/addUserInAcls).uid parameter contains a SQL subquery, such as uid=(SELECT <sensitive_column> FROM <table> LIMIT 1), designed to extract data from the database.sogo_acl table as an ACL entry./acls API endpoint for the affected resource to read back the injected ACL entries, which now contain the extracted database content.addUserInAcls endpoint with anomalous or encoded uid parameter values containing SQL syntax (e.g., SELECT, FROM, parentheses, subquery patterns); subsequent GET requests to /acls API endpoints from the same source.uid values in ACL management requests; database query logs recording unexpected SQL subqueries originating from the SOGo application user.sogo_acl table that do not correspond to valid user identifiers — particularly entries containing data from other tables or columns.Alinto has released SOGo v5.12.8, which fixes this SQL injection vulnerability along with two XSS vulnerabilities and an OpenID impersonation issue. Administrators should upgrade to SOGo 5.12.8 or later as soon as possible (SOGo Release). As interim mitigations, restrict access to ACL management functions to trusted administrators only, implement network-level controls to limit who can reach the SOGo API, and monitor database query logs for suspicious SQL patterns or anomalous entries in the sogo_acl table.
The Alinto team acknowledged the vulnerability in their v5.12.8 release notes, crediting dninh of SACOMBANK for discovering and reporting the SQL injection, and urging all users to update immediately given the security severity of the release (SOGo Release). The vulnerability was also picked up in CISA's weekly vulnerability bulletin and covered by IT security news aggregators, though no significant independent researcher commentary or social media discussion has been observed beyond standard vulnerability tracking.
Fix availability across major Linux distributions and their releases.
bookworm
sogo: 5.8.0-2+deb12u3
sid
sogo: 5.12.8-1
trixie
sogo: 5.12.1-3+deb13u2
bionic (esm-apps)
sogo: 3.2.10-1ubuntu0.1~esm1
devel
sogo
focal (esm-apps)
sogo: 4.3.0-1ubuntu0.1~esm1
jammy
sogo
jammy (esm-apps)
sogo: 5.5.1-1ubuntu0.1~esm1
resolute
sogo
resolute (esm-apps)
sogo: 5.12.4-1.2ubuntu0.1~esm1
xenial (esm-apps-legacy)
sogo: 2.2.17a-1.1ubuntu0.1~esm1
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."