XiboApplication · Xibosignage

CVE-2023-33178

MEDIUM · 6.5 CVSS v3.1 Published 2023-05-30
Fix available
A fix is available. Upgrade to 2.3.17 / 3.3.5 or later.
See remediation →
71/100
Remediation priority · Elevated
Remotely reachable 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
Xibo is a content management system (CMS). An SQL injection vulnerability was discovered in the `/dataset/data/{id}` API route inside the CMS starting in version 1.4.0 and prior to versions 2.3.17 and 3.3.5. This allows an authenticated user to exfiltrate data from the Xibo database by injecting specially crafted values in to the `filter` parameter. Values allowed in the filter parameter are checked against a deny list of commands that should not be allowed, however this checking was done in a case sensitive manor and so it is possible to bypass these checks by using unusual case combinations. Users should upgrade to version 2.3.17 or 3.3.5, which fix this issue. There are no workarounds aside from upgrading.

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 Xibo CMS where the `/dataset/data/{id}` API route's `filter` parameter is validated against a case-sensitive deny list. An authenticated attacker can bypass the filter by using unusual case combinations (e.g., 'UNion' instead of 'UNION') to inject SQL commands and exfiltrate database contents.

MitigationUpgrade to Xibo CMS version 2.3.17 or 3.3.5 to patch the vulnerability. No workarounds exist; the case-sensitive filter validation cannot be practically hardened without upgrading.

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
XiboApplication
Affected:>= 1.4.0, < 2.3.17>= 3.0.0, < 3.3.5

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
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

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

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. Determine Xibo CMS version
    Locate the version file or check the admin interface (typically under Admin > About) for the installed Xibo version number
    Affected if Version is >= 1.4.0 and < 2.3.17, or >= 3.0.0 and < 3.3.5
  2. Confirm dataset module is active
    Verify that the DataSet feature is enabled in the Xibo installation - check via admin panel under Modules or Features, or check for the /dataset/data endpoint responding
    Affected if DataSet module is enabled and accessible to authenticated users
  3. Verify authentication requirements for the endpoint
    Attempt to access the /dataset/data/{id} API route - the vulnerability requires an authenticated attacker, so confirm whether user authentication is required and enforced
    Affected if The endpoint accepts authenticated requests and the filter parameter is processed
  4. Inspect filter parameter validation logic
    Review the codebase for the deny list implementation in the filter validation routine for /dataset/data/{id} - look for case-sensitive SQL keyword blocking
    Affected if The filter validation uses a case-sensitive deny list that can be bypassed with case variants like 'UNion' or 'SelEct'

If Xibo CMS version falls within the affected ranges AND the DataSet module is enabled AND the /dataset/data endpoint processes filter parameters without case-insensitive validation, the environment is vulnerable to CVE-2023-33178.

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 2.3.17 / 3.3.5 or later
Fixed in 2.3.173.3.5
Interim mitigation

Upgrade to Xibo CMS version 2.3.17 or 3.3.5 to patch the vulnerability. No workarounds exist; the case-sensitive filter validation cannot be practically hardened without upgrading.

Recommended fix Moderate confidence

2.3.17 (for 1.x/2.x branches) or 3.3.5 (for 3.x branch)

  1. 1. Identify your current Xibo installation version by checking the admin panel or the version file in your installation directory
  2. 2. Determine which upgrade path applies: if you are on version 1.x or 2.x, upgrade to 2.3.17; if you are on version 3.x, upgrade to 3.3.5
  3. 3. Back up your existing Xibo database and files before proceeding with the upgrade
  4. 4. Download the appropriate fixed release (2.3.17 or 3.3.5) from the official Xibo repository (github.com/xibosignage/xibo)
  5. 5. Follow the standard Xibo upgrade instructions for your specific version, which typically involve replacing the application files and running any database migrations
  6. 6. After upgrade, verify the installation by logging into the CMS admin panel
  7. 7. Test the `/dataset/data/{id}` API route to confirm the fix is applied and the filter parameter is now properly sanitized (case-insensitive validation)
Caveat Standard upgrade risks apply; review release notes for any breaking changes between your current version and the target version before upgrading

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

Fix this in Xibo Scoped from the published advisory
  • Consultation4.0 h
  • Implementation6.0 h
  • Testing8.0 h
  • Review / QA4.0 h
22.0 hours of engineering $3,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 $6,080.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2023-33178 — 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-33178 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