LiveActive security incident?Get immediate response
CVE Record

CVE-2013-4253: The deployment script in the unsupported "OpenShift Extras" set of add-on scripts, in Red Hat Openshift 1,...

The deployment script in the unsupported "OpenShift Extras" set of add-on scripts, in Red Hat Openshift 1, installs a default public key in the root user's authorized_keys file.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This issue can leave a legacy Red Hat OpenShift 1 host with a default SSH public key trusted for root access. If the matching private key is known or obtainable, an attacker could make unauthorized administrative changes. The cited sources do not show active exploitation.

Executive priority

Prioritize discovery and cleanup if any OpenShift 1 systems remain in service. The risk is concentrated in obsolete, unsupported infrastructure, but root-level trust created by default keys warrants prompt validation.

Technical view

CVE-2013-4253 affects the unsupported OpenShift Extras add-on deployment script for Red Hat OpenShift 1. The script installs a default public key into root's authorized_keys, creating an unintended trust path with high integrity impact. No patch, exploit activity, or KEV listing is provided in the source bundle.

Likely exposure

Exposure is most likely in legacy Red Hat OpenShift 1 environments that used the unsupported OpenShift Extras deployment scripts. Modern OpenShift deployments are not identified as affected by the provided sources.

Exploitation context

The vulnerability is network-reachable in principle because SSH trust is created for root, but exploitation depends on possession or discovery of the corresponding private key and reachable SSH access. KEV is false, and the provided sources do not claim observed exploitation.

Researcher notes

Evidence is narrow but clear: the vulnerable behavior is installation of a default public key for root by an unsupported add-on script. The bundle does not identify affected CPEs, fixed versions, exploit code, or active campaigns.

Mitigation direction

  • Inventory legacy OpenShift 1 systems and determine whether OpenShift Extras deployment scripts were used.
  • Remove any default public key found in root authorized_keys after confirming operational ownership.
  • Rotate affected administrative SSH keys and review privileged access paths.
  • Disable direct root SSH login where business operations allow it.
  • Consult Red Hat or archival vendor guidance for legacy remediation details.

Validation and detection

  • Check whether any OpenShift Extras deployment script was run on legacy hosts.
  • Review root authorized_keys for entries introduced by the unsupported deployment script.
  • Review SSH authentication logs for unexpected root access on affected hosts.
  • Confirm compensating controls restrict administrative SSH access to trusted networks.
  • Document whether the system is unsupported, retired, isolated, or remediated.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-377: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2013-4253 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2013-4253Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aRed Hat OpenshiftRed Hat Openshift 1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-377 · source CWE mapping

Insecure Temporary File

Insecure Temporary File represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.