Cyber Resilience

CVE-2023-28503

CriticalPublic PoC

Published: 29 March 2023

Published
29 March 2023
Modified
18 February 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.7232 98.8th percentile
Risk Priority 63 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-28503 is a critical-severity Use of Hard-coded Credentials (CWE-798) vulnerability in Rocketsoftware Universe. Its CVSS base score is 9.8 (Critical).

Operationally, ranked in the top 1.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

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 contain an authentication bypass vulnerability tracked as CVE-2023-28503. The flaw stems from use of hard-coded credentials combined with improper authentication handling in the UniRPC server component, allowing a specially crafted username paired with a deterministic password to evade checks entirely.

An unauthenticated attacker with network access can exploit the issue to obtain root-level command execution on the underlying operating system. The vulnerability carries a CVSS score of 9.8 and requires no user interaction or prior privileges, making remote compromise straightforward once the predictable credentials are known.

Public advisories from Rapid7 and associated exploit disclosures on Packet Storm indicate that the primary mitigation is to upgrade UniData to 8.2.4 build 3003 or later and UniVerse to 11.3.5 build 1001 or 12.2.1 build 2002 or later, which contain fixes for this and related UniRPC issues.

The current EPSS score of 0.7232 matches its observed peak, reflecting sustained exploitation interest following disclosure.

EU & UK References

Vulnerability details

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 an authentication bypass vulnerability, where a special username with a deterministic password can be leveraged to bypass…

more

authentication checks and execute OS commands as the root user.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

rocketsoftware
unidata
≤ 8.2.4
rocketsoftware
universe
≤ 11.3.5 · 12.0.0 — 12.2.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-287 CWE-798

Detects unauthorized successful logons resulting from improper authentication implementations.

addresses: CWE-287 CWE-798

Training on authentication mechanisms and best practices decreases the occurrence of improper authentication.

addresses: CWE-287 CWE-798

Documented IA policy and procedures require proper authentication mechanisms to be defined and followed, reducing improper authentication.

addresses: CWE-287 CWE-798

Identity providers centralize and enforce authentication mechanisms, reducing improper authentication.

addresses: CWE-798 CWE-287

Central credential stores and rotation policies remove the need for hard-coded credentials in configuration files or code.

addresses: CWE-287 CWE-798

Hunting detects anomalous authentication patterns or successful bypasses that allow persistent unauthorized entry.

addresses: CWE-287 CWE-798

Requiring explicit security roles and risk integration in the SDLC forces authentication mechanisms to be planned, documented, and validated instead of omitted or weakly implemented.

addresses: CWE-287

Documented procedures ensure personnel are trained on authentication mechanisms, tangibly lowering the risk of improper authentication being exploited.

References