LiveActive security incident?Get immediate response
CVE Record

CVE-2018-10865: It was discovered that the /configuration view of redhat-certification 7 does not perform an authorization...

It was discovered that the /configuration view of redhat-certification 7 does not perform an authorization check and it allows an unauthenticated user to call a "restart" RPC method on any host accessible by the system, even if not belonging to him.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2018-10865 is an authorization flaw in redhat-certification 7. The /configuration view can be used without authentication to invoke a restart RPC method on hosts reachable by the system, including hosts not owned by the requester. Business risk is unauthorized service disruption where this component is deployed and reachable.

Executive priority

Treat this as a targeted availability risk, not a broadly proven emergency. Prioritize validation if redhat-certification 7 is deployed in production-like networks or can reach important hosts. Absence of CVSS and exploit evidence lowers certainty, but unauthenticated restart capability warrants prompt containment.

Technical view

The issue maps to CWE-862: missing authorization. Sources state /configuration lacks authorization and permits unauthenticated invocation of a restart RPC method on any host accessible to the system. Affected product is redhat-certification 7. The bundle does not provide CVSS, fixed versions, patch details, or reproduction details.

Likely exposure

Exposure appears limited to environments running redhat-certification 7 where the /configuration view is reachable by unauthenticated users. Risk depends on network placement and which hosts the certification system can access. The source bundle does not identify cloud, default deployment, or internet exposure patterns.

Exploitation context

The provided sources do not show active exploitation, public exploit code, or CISA KEV listing. The described condition is unauthenticated access to a restart RPC capability, so misuse could cause availability impact without requiring valid credentials if the vulnerable endpoint is reachable.

Researcher notes

Evidence is sparse. The core claim is missing authorization on /configuration allowing unauthenticated restart RPC calls against hosts accessible by the system. No fixed version, CVSS vector, affected platforms, authentication context, or reproduction details are included in the provided bundle. Avoid assuming broader Red Hat product exposure.

Mitigation direction

  • Check Red Hat guidance for fixed packages or supported remediation for CVE-2018-10865.
  • Restrict network access to redhat-certification management interfaces and /configuration paths.
  • Require authentication and authorization controls in front of the service where feasible.
  • Remove or disable exposed redhat-certification 7 deployments if no longer operationally required.
  • Monitor for unauthenticated requests to /configuration and unexpected restart activity.

Validation and detection

  • Inventory systems for redhat-certification 7 installations.
  • Confirm whether /configuration is reachable from untrusted networks or unauthenticated users.
  • Review service logs for requests to /configuration and restart RPC activity.
  • Verify which downstream hosts are reachable from each certification system.
  • Confirm remediation status against Red Hat advisories or package metadata.
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 · medium confidence lookup

CWE-862: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2018-10865 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.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aredhat-certificationredhat-certification 7Listed
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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