UnidataApplication · Rocketsoftware

CVE-2023-28505

HIGH · 8.8 CVSS v3.1 Published 2023-03-29
Fix available
A fix is available. Upgrade to after 12.2.1 or later.
See remediation →
94/100
Remediation priority · Urgent
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
Rocket Software UniData versions prior to 8.2.4 build 3003 and UniVerse versions prior to 11.3.5 build 1001 or 12.2.1 build 2002 suffer from a buffer overflow in an API function, where a string is copied into a caller-provided buffer without checking the length. This requires a valid login to exploit.

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

A buffer overflow vulnerability exists in Rocket Software UniData and UniVerse database products. An API function copies a string into a caller-provided buffer without validating the length first, potentially allowing authenticated attackers to execute arbitrary code or cause a denial of service.

MitigationApply the vendor-supplied patches by upgrading to UniData 8.2.4 build 3003 or later, or UniVerse 11.3.5 build 1001/12.2.1 build 2002 or later. Implement input validation on API calls as an additional defense-in-depth measure.

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
UnidataApplication
Affected:<= 8.2.4
UniverseApplication
Affected:<= 11.3.5>= 12.0.0, <= 12.2.1

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
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/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 if UniData or UniVerse is installed
    Look for Rocket Software database processes running on the system, or check common installation directories such as /opt/rocket, /usr/uv, or C:\Program Files\Rocket Software. On Windows, check Add/Remove Programs for Rocket UniData or UniVerse entries.
    Affected if The product is not found or no Rocket database software is installed.
  2. Determine the installed UniData version
    Run the command 'ud -version' or check the UniData version file typically located in the installation directory (e.g., version.txt or about.html in the installation path). On Windows, right-click the UniData program in Start menu and select Properties to view version information.
    Affected if UniData version is 8.2.4 or lower.
  3. Determine the installed UniVerse version
    Run the command 'uv -version' or check the UniVerse version file typically located in the installation directory. On Windows, right-click the UniVerse program in Start menu and select Properties to view version information.
    Affected if UniVerse version is 11.3.5 or lower, OR between 12.0.0 and 12.2.1 inclusive.
  4. Verify if the API service is exposed
    Check if network API listeners are enabled (typically port 31438 for UniData or 31439 for UniVerse). Review configuration files in the etc/ or config/ subdirectory of the installation for API-enabled settings. Look for active listening services using 'netstat' or 'ss' commands.
    Affected if The API service is disabled and no custom API implementations are using the vulnerable function.
  5. Confirm authentication access exists
    Verify that user accounts exist in the UniData/UniVerse security system. The vulnerability requires an authenticated attacker, so check if the system has active user accounts configured and remote authentication is permitted.
    Affected if No user accounts are configured and no authentication mechanism is enabled.

You are affected if UniData version is 8.2.4 or lower, or UniVerse version is 11.3.5 or lower, or between 12.0.0 and 12.2.1 inclusive, and the API function is in use with authenticated access enabled.

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 a release after 12.2.1
Interim mitigation

Apply the vendor-supplied patches by upgrading to UniData 8.2.4 build 3003 or later, or UniVerse 11.3.5 build 1001/12.2.1 build 2002 or later. Implement input validation on API calls as an additional defense-in-depth measure.

Recommended fix Moderate confidence

UniData 8.2.4 build 3003 or later; UniVerse 11.3.5 build 1001 or later; UniVerse 12.2.1 build 2002 or later

  1. Identify your current UniData or UniVerse version and build number using the version command or system utilities
  2. For UniData users: Upgrade to version 8.2.4 build 3003 or later
  3. For UniVerse users on 11.x branch: Upgrade to version 11.3.5 build 1001 or later
  4. For UniVerse users on 12.x branch: Upgrade to version 12.2.1 build 2002 or later
  5. After upgrading, verify the new version and build number match the fixed releases
  6. Test critical API functions that involve string handling to confirm the fix is effective
  7. Ensure any custom applications using the affected API function are tested with the new version
Caveat Review release notes for your specific version path as minor version upgrades may include other changes; the vulnerability requires valid authentication so ensure credential management policies are reviewed

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

Fix this in Unidata Scoped from the published advisory
  • Consultation6.0 h
  • Implementation4.0 h
  • Testing8.0 h
  • Review / QA3.0 h
21.0 hours of engineering $3,660
Get the upgrade done

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

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

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