LiveActive security incident?Get immediate response
CVE Record

CVE-2020-13776: systemd through v245 mishandles numerical usernames such as ones composed of decimal digits or 0x followed...

systemd through v245 mishandles numerical usernames such as ones composed of decimal digits or 0x followed by hex digits, as demonstrated by use of root privileges when privileges of the 0x0 user account were intended. NOTE: this issue exists because of an incomplete fix for CVE-2017-1000082.

MediumCVSS 6.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-13776 is a local privilege-handling flaw in systemd through v245. Numeric-looking usernames could be interpreted incorrectly, including cases where privileges intended for a user such as 0x0 resulted in root-level privileges. The issue requires local conditions and user interaction, but the impact can be severe on affected systems.

Executive priority

Treat this as a targeted privilege-escalation risk, not an internet-wide emergency. Prioritize affected multi-user systems, servers with local service accounts, and managed appliances. Patch through normal vulnerability-management windows unless exposure includes untrusted local users.

Technical view

systemd mishandles numerical usernames composed of decimal digits or 0x-prefixed hexadecimal digits. The CVE states this was an incomplete fix for CVE-2017-1000082 and maps to CWE-269. CVSS 3.1 is 6.7 with local access, high complexity, low privileges, required user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on Linux or appliance environments running systemd through v245, especially where local users, service accounts, or identity integrations permit numeric-looking usernames. The source bundle does not provide a complete affected product matrix; confirm against vendor advisories for each distribution or appliance.

Exploitation context

The provided sources do not indicate active exploitation, and the CVE is not listed as KEV in the bundle. Exploitation is local, high-complexity, and requires some user interaction, but successful abuse may result in root-level privilege outcomes.

Researcher notes

Key evidence is the CVE description, systemd upstream issue, Fedora advisory, and NetApp advisory. The public bundle lacks a complete vendor/version matrix and does not show exploitation in the wild. Avoid assuming broader product impact without vendor confirmation.

Mitigation direction

  • Apply vendor-provided systemd updates for affected distributions or appliances.
  • Check Fedora, NetApp, and operating-system vendor guidance for fixed package availability.
  • Avoid or rename numeric-looking local usernames after operational impact review.
  • Review identity-management rules that could create decimal or 0x-prefixed usernames.
  • Prioritize shared systems where untrusted local users or services exist.

Validation and detection

  • Inventory hosts and appliances for systemd versions through v245.
  • Review local and directory-backed accounts for numeric-looking usernames.
  • Check package advisories from the relevant OS or appliance vendor.
  • Confirm patched versions are installed after maintenance windows.
  • Document any numeric account exceptions and compensating controls.
Prepared
Confidence
medium
Sources
5

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-269: 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-2020-13776 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
Medium
CVSS
6.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/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
4Source 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
6.7CVSS 3.1MediumCVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H0.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.7Medium
CVSS 3.1 vector shape for CVE-2020-13776Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:R/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
n/an/an/aListed
Weakness

CWE details

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

CWE-269 · source CWE mapping

Improper Privilege Management

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