LiveActive security incident?Get immediate response
CVE Record

CVE-2021-25321: arpwatch: Local privilege escalation from runtime user to root

A UNIX Symbolic Link (Symlink) Following vulnerability in arpwatch of SUSE Linux Enterprise Server 11-SP4-LTSS, SUSE Manager Server 4.0, SUSE OpenStack Cloud Crowbar 9; openSUSE Factory, Leap 15.2 allows local attackers with control of the runtime user to run arpwatch as to escalate to root upon the next restart of arpwatch. This issue affects: SUSE Linux Enterprise Server 11-SP4-LTSS arpwatch versions prior to 2.1a15. SUSE Manager Server 4.0 arpwatch versions prior to 2.1a15. SUSE OpenStack Cloud Crowbar 9 arpwatch versions prior to 2.1a15. openSUSE Factory arpwatch version 2.1a15-169.5 and prior versions. openSUSE Leap 15.2 arpwatch version 2.1a15-lp152.5.5 and prior versions.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-25321 is a local privilege escalation in SUSE/openSUSE arpwatch packaging. An attacker who already controls the arpwatch runtime user could abuse symlink handling so that, when arpwatch is restarted, execution can escalate to root.

Executive priority

Treat as a high-priority Linux fleet patching item where arpwatch is deployed. It is not a remote internet worm risk based on provided evidence, but it can materially increase impact after a local compromise.

Technical view

The issue is CWE-61, UNIX symlink following. The CVE describes local attack complexity as low, requiring low privileges and no user interaction, with high confidentiality, integrity, and availability impact. The affected component is arpwatch on listed SUSE and openSUSE products and package versions.

Likely exposure

Exposure is limited to systems running affected SUSE or openSUSE arpwatch packages listed in the CVE source bundle. Internet exposure is not the main driver; the attacker needs local control of the arpwatch runtime user before service restart.

Exploitation context

The provided sources do not state active exploitation, and the CVE is not marked KEV. The vulnerability is still operationally important because it can convert a constrained local foothold into root during normal service restart conditions.

Researcher notes

Focus validation on package provenance, product version, service state, and runtime-user control paths. The source bundle does not provide exploit details or complete remediation notes beyond affected versions, so rely on SUSE/openSUSE advisories for final fix confirmation.

Mitigation direction

  • Update affected arpwatch packages using SUSE or openSUSE vendor guidance.
  • Prioritize systems running arpwatch on listed SUSE and openSUSE products.
  • Restrict access to the arpwatch runtime account and related service files.
  • Review restart procedures until patched, especially on monitored network sensors.
  • Check SUSE Bugzilla and advisories for product-specific fixed packages.

Validation and detection

  • Inventory SUSE and openSUSE hosts for installed arpwatch packages.
  • Compare package versions against the affected versions in the CVE record.
  • Confirm whether arpwatch is enabled or routinely restarted on each host.
  • Review local account access to the arpwatch runtime user.
  • Document patched, not installed, or not affected status per host.
Prepared
Confidence
medium
Sources
3

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-61: 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-25321 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.8 (3.1)
Known Exploited
No
Published

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

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
2Source 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.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2021-25321Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
SUSESUSE Linux Enterprise Server 11-SP4-LTSSarpwatchListed
SUSESUSE Manager Server 4.0arpwatchListed
SUSESUSE OpenStack Cloud Crowbar 9arpwatchListed
openSUSEFactoryarpwatchListed
openSUSELeap 15.2arpwatchListed
Weakness

CWE details

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

CWE-61 · source CWE mapping

UNIX Symbolic Link (Symlink) Following

UNIX Symbolic Link (Symlink) Following represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.