Security readout for executives and security teams
Plain-English summary
This is a Linux kernel privilege-escalation issue. A person who already has local, low-privileged access to a vulnerable system could potentially become privileged by abusing how the kernel prepares ELF programs, especially through SUID or otherwise privileged binaries.
Executive priority
Treat this as high priority for internet-facing infrastructure teams and shared Linux environments, because local access can become full system control. Prioritize patching systems with multiple users, admin tooling, or privileged binaries.
Technical view
CVE-2018-14634 is an integer overflow in Linux kernel create_elf_tables(). The supplied record lists kernel 2.6.x, 3.10.x, and 4.14.x as believed vulnerable. CVSS 3.0 is 7.8, local attack vector, low complexity, low privileges required, no user interaction, with high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is most relevant on Linux systems running affected kernel lines where unprivileged local users can log in or execute programs and SUID or privileged binaries are present.
Exploitation context
The supplied bundle marks this CVE as KEV and includes an Exploit-DB reference, so exploitation evidence exists. The sources describe local privilege escalation, not remote unauthenticated compromise, and do not provide campaign details.
Researcher notes
The evidence supports a local privilege-escalation assessment tied to CWE-190. The bundle does not include exact fixed package versions for every vendor, so distro-specific validation should rely on the linked advisories rather than kernel version assumptions alone.
Mitigation direction
- Apply vendor kernel security updates from relevant Red Hat, Ubuntu, NetApp, or F5 advisories.
- Reboot systems after kernel updates to ensure the fixed kernel is active.
- Reduce unnecessary local shell access on vulnerable systems.
- Review and remove unnecessary SUID or privileged binaries where operationally safe.
- Check vendor guidance for exact affected and fixed package versions.
Validation and detection
- Inventory Linux kernel versions across servers and appliances.
- Map each asset to the relevant vendor advisory and fixed package status.
- Confirm systems booted into the updated kernel after patching.
- Review local user access paths on systems that cannot be patched quickly.
- Document remaining exceptions with compensating controls and owner approval.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-190: 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 lookupCVE-2018-14634 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.8 (3.0)
- Known Exploited
- Yes
- Published
Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
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.
CISA KEV status
CVSS vector scores
1 official scoreWe 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.
CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.0 score
7.8HighVector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
- CVE List V5 sourceCVE List V5
- RHSA-2018:3540CVE reference · vendor-advisory, x_refsource_REDHAT
- https://security.netapp.com/advisory/ntap-20190204-0002/CVE reference · x_refsource_CONFIRM
- RHSA-2018:2925CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:3591CVE reference · vendor-advisory, x_refsource_REDHAT
- 45516CVE reference · exploit, x_refsource_EXPLOIT-DB
- USN-3775-1CVE reference · vendor-advisory, x_refsource_UBUNTU
- RHSA-2018:2933CVE reference · vendor-advisory, x_refsource_REDHAT
- USN-3779-1CVE reference · vendor-advisory, x_refsource_UBUNTU
- RHSA-2018:2748CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:3590CVE reference · vendor-advisory, x_refsource_REDHAT
- USN-3775-2CVE reference · vendor-advisory, x_refsource_UBUNTU
- RHSA-2018:2763CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2924CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:3586CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:3643CVE reference · vendor-advisory, x_refsource_REDHAT
- RHSA-2018:2846CVE reference · vendor-advisory, x_refsource_REDHAT
- [oss-security] 20180925 Integer overflow in Linux's create_elf_tables() (CVE-2018-14634)CVE reference · mailing-list, x_refsource_MLIST
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14634CVE reference · x_refsource_CONFIRM
- https://support.f5.com/csp/article/K20934447?utm_source=f5support&%3Butm_medium=RSSCVE reference · x_refsource_CONFIRM
- https://security.paloaltonetworks.com/CVE-2018-14634CVE reference · x_refsource_CONFIRM
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2018-14634CVE reference · government-resource
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Integer Overflow or Wraparound
Integer Overflow or Wraparound represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
