Open Xchange AppsuiteApplication · Open Xchange

CVE-2023-26452

HIGH · 8.8 CVSS v3.1 Published 2023-11-02
Fix available
A fix is available. Upgrade to 7.10.6 or later.
See remediation →
93/100
Remediation priority · Urgent
No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Requests to cache an image and return its metadata could be abused to include SQL queries that would be executed unchecked. Exploiting this vulnerability requires at least access to adjacent networks of the imageconverter service, which is not exposed to public networks by default. Arbitrary SQL statements could be executed in the context of the services database user account. API requests are now properly checked for valid content and attempts to circumvent this check are being logged as error. No publicly available exploits are known.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

SQL injection vulnerability in the imageconverter service allows attackers to inject arbitrary SQL queries through API requests when caching images and retrieving metadata. The flaw stems from insufficient input validation on API endpoints, enabling SQL statements to be executed unchecked in the context of the service's database user account.

MitigationVerify that all API endpoints handling image caching and metadata retrieval now properly validate input and reject malicious SQL injection attempts. Ensure the implemented input validation fix covers all entry points and that logging of bypass attempts is active and monitored.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Open Xchange AppsuiteApplication
Affected:< 7.10.6= 7.10.6

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Adjacent
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Open Xchange Appsuite version
    Check the installed version of Open Xchange Appsuite by querying the package manager or examining the application metadata. Common methods include: rpm -q ox-se or dpkg -l | grep ox, or checking the /opt/open-xchange/version file if it exists.
    Affected if The installed version is lower than 7.10.6 or equals exactly 7.10.6
  2. Confirm imageconverter service is active
    Determine if the imageconverter service is enabled and running. This may involve checking process lists (ps aux | grep imageconverter), systemd service status (systemctl status imageconverter), or reviewing the service configuration in the Appsuite admin panel.
    Affected if The imageconverter service is running and accessible to untrusted network sources
  3. Identify exposed API endpoints for image operations
    Review API documentation or network configuration to locate endpoints that handle image caching and metadata retrieval. Check the OX Appsuite configuration files (e.g., imageconverter.properties or converter.yml) for endpoint definitions and their exposure settings.
    Affected if API endpoints for image caching or metadata retrieval are exposed to untrusted users or networks without additional authentication layers
  4. Examine application logs for SQL injection indicators
    Search application and database logs for unusual SQL syntax patterns, error messages containing SQL keywords (SELECT, UNION, DROP, etc.) in request parameters, or repeated database errors originating from imageconverter requests. Log locations typically include /var/log/open-xchange/ or the configured log directory.
    Affected if Logs contain SQL injection attempt signatures or unexpected SQL errors correlated with image API requests
  5. Review database user permissions for imageconverter
    Inspect the database user account used by the imageconverter service to determine if it has elevated privileges beyond what is necessary for its function (e.g., DROP, ALTER, or administrative permissions). Connect to the database as an administrator and run: SELECT user, host, privileges FROM mysql.user WHERE user LIKE '%image%' or similar for your database system.
    Affected if The imageconverter database user has permissions beyond SELECT, INSERT, UPDATE, and DELETE on its designated schema

You are affected if Open Xchange Appsuite version is 7.10.6 or below, the imageconverter service is active, and its image caching/metadata API endpoints are accessible without proper input validation safeguards.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 7.10.6 or later
Fixed in 7.10.6
Interim mitigation

Verify that all API endpoints handling image caching and metadata retrieval now properly validate input and reject malicious SQL injection attempts. Ensure the implemented input validation fix covers all entry points and that logging of bypass attempts is active and monitored.

Recommended fix Moderate confidence

Open Xchange Appsuite 7.10.6 or later (ensure latest available stable release)

  1. 1. Upgrade Open Xchange Appsuite to version 7.10.6 or later (the documentation indicates API requests are now properly checked in fixed releases)
  2. 2. Verify the upgrade by testing image cache and metadata retrieval functionality
  3. 3. Ensure the imageconverter service remains network-isolated and not exposed to public networks as per default configuration
  4. 4. Review logs for any attempts to circumvent the content validation checks
Caveat Standard upgrade considerations apply - test in staging environment first, review release notes for any configuration changes

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Open Xchange Appsuite Scoped from the published advisory
  • Consultation6.0 h
  • Implementation4.0 h
  • Testing12.0 h
  • Review / QA6.0 h
28.0 hours of engineering $4,800
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $7,680.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-26452 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2023-26452 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data