Cyber Resilience

CVE-2023-4503

Redhat Jboss Enterprise Application Platform 7.4

Published
06 February 2024
Modified
21 November 2024
Patch / advisory
CVSS Score v3.1 6.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0072 51th percentile
Risk Priority 52 floored blend · peak EPSS

Summary

CVE-2023-4503 is a medium-severity Improper Initialization (CWE-665) vulnerability in Redhat Enterprise Linux. Its CVSS base score is 6.8 (Medium).

Operationally, ranked in the top 49% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-8 (Security and Privacy Engineering Principles) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

An improper initialization vulnerability was found in Galleon. When using Galleon to provision custom EAP or EAP-XP servers, the servers are created unsecured. This issue could allow an attacker to access remote HTTP services available from the server.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-3171Same product: Redhat Enterprise Linux
CVE-2023-4061Same product: Redhat Enterprise Linux
CVE-2026-3121Same product: Redhat Jboss Enterprise Application Platform
CVE-2026-4366Same product: Redhat Jboss Enterprise Application Platform
CVE-2026-3009Same product: Redhat Jboss Enterprise Application Platform
CVE-2026-4874Same product: Redhat Jboss Enterprise Application Platform
CVE-2025-9784Same product: Redhat Enterprise Linux
CVE-2010-0738Same product: Redhat Jboss Enterprise Application Platform
CVE-2026-11820Same product: Redhat Enterprise Linux
CVE-2017-12149Same product: Redhat Jboss Enterprise Application Platform

Affected Assets

redhat
jboss enterprise application platform
7.4, all versions
redhat
jboss enterprise application platform expansion pack
all versions

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation directly exercises initialization paths and can reveal missing or incorrect resource setup.

Engineering principles applied during design and implementation can require explicit initialization to a known state.

Requiring the system to fail to a known state structurally reduces the chance that uninitialized resources remain reachable.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly enforce proper resource initialization during coding and testing.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect uninitialized variables but does not itself enforce initialization practices.

prevents

Configuration management can enforce secure defaults and initialization settings but is not the primary control for code-level initialization.

prevents

Secure development life cycle mandates initialization checks and secure defaults that directly prevent improper resource initialization.

prevents

Secure system architecture and engineering principles require explicit initialization of resources and secure state management.

prevents

Secure coding standards explicitly forbid uninitialized variables and mandate proper resource initialization before use.

References