LiveActive security incident?Get immediate response
CVE Record

CVE-2013-4561: In a openshift node, there is a cron job to update mcollective facts that mishandles a temporary file.

In a openshift node, there is a cron job to update mcollective facts that mishandles a temporary file. This may lead to loss of confidentiality and integrity.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

A Red Hat OpenShift node component used a cron job to refresh MCollective facts and mishandled a temporary file. The stated risk is loss of confidentiality and integrity. The source bundle does not provide CVSS, exploit evidence, or a fixed package version, so urgency depends on whether legacy OpenShift Enterprise 1.x nodes remain in use.

Executive priority

Treat this as a legacy-platform exposure check rather than an internet-wide emergency. Prioritize finding and retiring or patching OpenShift Enterprise 1.x nodes, because the impact affects confidentiality and integrity but public severity and exploitation evidence are incomplete.

Technical view

CVE-2013-4561 is a CWE-377 insecure temporary file issue in openshift-origin-msg-node-mcollective as shipped with Red Hat OpenShift Online and OpenShift Enterprise 1.x. The vulnerable behavior is tied to a node cron job that updates MCollective facts. The cited GitHub commit appears to be the code-level fix reference, but fixed downstream package details are not included.

Likely exposure

Exposure is likely limited to legacy Red Hat OpenShift Online or OpenShift Enterprise 1.x environments running openshift-origin-msg-node-mcollective. Modern OpenShift versions are not listed in the provided affected data.

Exploitation context

The source bundle does not cite active exploitation, and KEV status is false. The vulnerability class suggests local temporary-file mishandling around a privileged scheduled job, but the bundle does not provide exploit prerequisites or attack complexity.

Researcher notes

The record is sparse: no CVSS, no fixed version, and limited affected-product detail beyond OpenShift 1.x packaging. Use the Red Hat Bugzilla and GitHub commit as primary anchors, and avoid extending conclusions to unsupported products without vendor evidence.

Mitigation direction

  • Identify any OpenShift Enterprise 1.x nodes still in service.
  • Check Red Hat guidance for fixed openshift-origin-msg-node-mcollective packages.
  • Apply the vendor update corresponding to the cited origin-server fix.
  • Retire or isolate unsupported OpenShift 1.x systems where updates are unavailable.
  • Limit untrusted local access on affected nodes until remediated.

Validation and detection

  • Confirm whether openshift-origin-msg-node-mcollective is installed on node systems.
  • Review the MCollective facts cron job against the cited fixed commit.
  • Verify temporary-file handling matches vendor-corrected behavior.
  • Check package inventories for Red Hat OpenShift Enterprise 1.x remnants.
  • Review node logs for unexpected MCollective fact update behavior.
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-4561 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aopenshift-origin-msg-node-mcollectiveopenshift-origin-msg-node-mcollective as shipped with Red Hat OpenShift Online and OpenShift Enterprise 1.x.Listed
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.