LiveActive security incident?Get immediate response
CVE Record

CVE-2018-1123: procps-ng before version 3.3.15 is vulnerable to a denial of service in ps via mmap buffer overflow.

procps-ng before version 3.3.15 is vulnerable to a denial of service in ps via mmap buffer overflow. Inbuilt protection in ps maps a guard page at the end of the overflowed buffer, ensuring that the impact of this flaw is limited to a crash (temporary denial of service).

LowCVSS 3.9Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2018-1123 is a low-severity flaw in the Linux procps-ng/procps ps utility. A local user can trigger a crash, causing temporary denial of service. The source data says built-in guard-page protection limits impact to a crash, not broader system compromise.

Executive priority

Handle through normal patch management unless affected systems allow untrusted local users. Business risk is limited because sources describe temporary denial of service, not remote compromise or privilege escalation.

Technical view

procps-ng before 3.3.15 has an mmap buffer overflow in ps, classified as CWE-122. The CVSS vector is local, low complexity, low privileges, and user interaction required. Guard-page mapping at the end of the affected buffer limits impact to a ps crash.

Likely exposure

Exposure is mainly Linux systems with vulnerable procps-ng/procps packages, especially older distributions or container images. Internet-facing exposure is not indicated because the issue is local.

Exploitation context

The bundle includes a public Exploit-DB reference, so proof-of-concept material exists. KEV is false, and the provided sources do not establish active exploitation in the wild.

Researcher notes

The key constraint is impact: the source description says ps guard-page protection limits the overflow to a crash. Treat public exploit availability as validation relevance, not evidence of active attacks.

Mitigation direction

  • Upgrade procps-ng/procps using the relevant Linux vendor security update.
  • Use version 3.3.15 or vendor-fixed backports where applicable.
  • Prioritize shared shell, build, and multi-user Linux hosts.
  • Review container base images for vulnerable procps packages.
  • Check distro advisories for exact fixed package versions.

Validation and detection

  • Inventory installed procps-ng/procps package versions across Linux hosts and images.
  • Compare package versions against Ubuntu, Debian, Gentoo, Red Hat, or SUSE advisories.
  • Confirm scanners identify CVE-2018-1123 as remediated after updates.
  • Check for legacy images that still include older procps packages.
Prepared
Confidence
high
Sources
7

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-122: 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-2018-1123 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
Low
CVSS
3.9 (3.0)
Known Exploited
No
Published

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L

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
11Source 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
3.9CVSS 3.0LowCVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L1.32.5Primary CVE score

Vulnerability scoring details

Base CVSS 3.0 score

3.9Low
CVSS 3.0 vector shape for CVE-2018-1123Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:L

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
[UNKNOWN]procps-ng, procpsprocps-ng 3.3.15Listed
Weakness

CWE details

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

CWE-122 · source CWE mapping

Heap-based Buffer Overflow

Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.